]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
cleanup C reserved identifer violation (JANITOR-3)
authorMichael Jerris <mike@jerris.com>
Mon, 26 Apr 2010 05:30:51 +0000 (01:30 -0400)
committerMichael Jerris <mike@jerris.com>
Mon, 26 Apr 2010 05:30:51 +0000 (01:30 -0400)
src/include/g711.h
src/include/switch_dso.h
src/include/switch_nat.h
src/include/switch_stun.h
src/include/switch_xml.h
src/mod/applications/mod_expr/conio.h
src/mod/applications/mod_t38gateway/udptl.h
src/mod/endpoints/mod_portaudio/pablio.h
src/mod/xml_int/mod_xml_ldap/lutil_ldap.h

index ec75e3967c887a00b64c17a7edd00583b5e427df..53f3afc87e89dd79904d27a7bc93e6928d50fcb6 100644 (file)
@@ -39,8 +39,8 @@ difficult to achieve the precise transcoding procedure laid down in the G.711
 specification by other means.
 */
 
-#if !defined(_G711_H_)
-#define _G711_H_
+#if !defined(FREESWITCH_G711_H)
+#define FREESWITCH_G711_H
 
 #ifdef __cplusplus
 extern "C" {
index 052cd5b5d392254bb9c3ee8ebd7ea4e712728126..a715e02cf1939d601a63fd405b828b11c2b61cf8 100644 (file)
@@ -18,8 +18,8 @@
  */
 
 
-#ifndef _SWITCH_DSO_H
-#define _SWITCH_DSO_H
+#ifndef FREESWITCH_DSO_H
+#define FREESWITCH_DSO_H
 
 typedef int (*switch_dso_func_t) (void);
 #ifdef WIN32
index 87ba3190ff121a19f22191cf08c7dfaf1e47ddcd..ced175ba47be3e3f5458e0df583e6b9926859a2a 100644 (file)
@@ -35,8 +35,8 @@
   \ingroup core1
   \{
 */
-#ifndef _SWITCH_NAT_H
-#define _SWITCH_NAT_H
+#ifndef FREESWITCH_NAT_H
+#define FREESWITCH_NAT_H
 
 SWITCH_BEGIN_EXTERN_C typedef enum {
        SWITCH_NAT_TYPE_NONE,
index 75bc6469330fce6501626d56b0d45a92297a214a..d5df57e4fe5b170077c6250c2155b37505709e3f 100644 (file)
@@ -34,8 +34,8 @@
   \ingroup core1
   \{
 */
-#ifndef _SWITCH_STUN_PARSER_H
-#define _SWITCH_STUN_PARSER_H
+#ifndef FREESWITCH_STUN_PARSER_H
+#define FREESWITCH_STUN_PARSER_H
 
 SWITCH_BEGIN_EXTERN_C
 #define SWITCH_STUN_DEFAULT_PORT 3478
index 0443f96ba6d99673b89b118829b37b55c5cca931..9a3b72d6fa23dcfbb9dd801a194925b6285c9ce1 100644 (file)
@@ -53,8 +53,8 @@
  * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  */
 
-#ifndef _SWITCH_XML_H
-#define _SWITCH_XML_H
+#ifndef FREESWITCH_XML_H
+#define FREESWITCH_XML_H
 #include <switch.h>
 
 
index ec0540456f57df3a7b83d5e6e8cf9c8fe0b87e01..a83971fdd6065fb218baa4e08752ca4b7b058e56 100644 (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>
index b0eb1b2e5aca59c39db1e3ea7c6106ff2a330b1c..39740353d11b33d40c7519386c67b540a16edfce 100644 (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
index 675be61748982fd46d61fc8fea167c317e70cf63..0bd3c41e4635374bbe6e37fafa9af69bf0540d67 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _PABLIO_H
-#define _PABLIO_H
+#ifndef PORTAUDIO_PABLIO_H
+#define PORTAUDIO_PABLIO_H
 
 #ifdef __cplusplus
 extern "C" {
index 48369013b4c2bab085d7abf8bf76d7e50bcf0643..181137cae65d33c4cc108218b84ee294d5fd4b5e 100644 (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>