cleanup C reserved identifer violation (JANITOR-3)

This commit is contained in:
Michael Jerris
2010-04-26 01:30:51 -04:00
parent b2ec65a10a
commit add3ded40a
9 changed files with 18 additions and 18 deletions
+2 -2
View File
@@ -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>
+2 -2
View File
@@ -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
+2 -2
View File
@@ -1,5 +1,5 @@
#ifndef _PABLIO_H
#define _PABLIO_H
#ifndef PORTAUDIO_PABLIO_H
#define PORTAUDIO_PABLIO_H
#ifdef __cplusplus
extern "C" {
+2 -2
View File
@@ -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>