mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
cleanup C reserved identifer violation (JANITOR-3)
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
* Offered for use in the public domain without any warranty.
|
||||
*/
|
||||
|
||||
#ifndef _CONIO_H_
|
||||
#define _CONIO_H_
|
||||
#ifndef CONIO_H
|
||||
#define CONIO_H
|
||||
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#if !defined(_UDPTL_H_)
|
||||
#define _UDPTL_H_
|
||||
#if !defined(FREESWITCH_UDPTL_H)
|
||||
#define FREESWITCH_UDPTL_H
|
||||
|
||||
#define LOCAL_FAX_MAX_DATAGRAM 400
|
||||
#define LOCAL_FAX_MAX_FEC_PACKETS 5
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef _PABLIO_H
|
||||
#define _PABLIO_H
|
||||
#ifndef PORTAUDIO_PABLIO_H
|
||||
#define PORTAUDIO_PABLIO_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
||||
@@ -13,8 +13,8 @@
|
||||
* <http://www.OpenLDAP.org/license.html>.
|
||||
*/
|
||||
|
||||
#ifndef _LUTIL_LDAP_H
|
||||
#define _LUTIL_LDAP_H 1
|
||||
#ifndef LUTIL_LDAP_H
|
||||
#define LUTIL_LDAP_H
|
||||
|
||||
#include <ldap_cdefs.h>
|
||||
#include <lber_types.h>
|
||||
|
||||
Reference in New Issue
Block a user