]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
remove GNU_SOURCE from c files, push from build system instead
authorAnthony Minessale <anthony.minessale@gmail.com>
Fri, 23 May 2008 22:54:19 +0000 (22:54 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Fri, 23 May 2008 22:54:19 +0000 (22:54 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8558 d0543943-73ff-0310-b7d9-9358b9ac24b2

libs/xmlrpc-c/lib/libutil/asprintf.c
libs/xmlrpc-c/lib/libutil/make_printable.c
libs/xmlrpc-c/lib/util/casprintf.c
libs/xmlrpc-c/lib/util/stripcaseeq.c
libs/xmlrpc-c/tools/lib/dumpvalue.c
libs/xmlrpc-c/tools/xmlrpc/xmlrpc.c

index 19c9632ebbbd69ed4487c813110c9472ccb78b3d..9e5a614993a23d2182f0caf496b91232df026862 100644 (file)
@@ -1,4 +1,4 @@
-#define _GNU_SOURCE
+//#define _GNU_SOURCE
 #include <stdarg.h>
 #include <stdio.h>
 #include <stdlib.h>
index 141bd30cb4c6916a5b4ffd5def5b58a59c0a15d6..fc94f78e4f37d4b13a4c1ebb433ec4756cbd9d75 100644 (file)
@@ -1,4 +1,4 @@
-#define _GNU_SOURCE
+//#define _GNU_SOURCE
 
 #include <stdarg.h>
 #include <string.h>
index 85432817f5164fb972ee87bab50b67fc12f854d1..959e4ce4958c8996e5e59950b98bf038c9f1abfc 100644 (file)
@@ -1,4 +1,4 @@
-#define _GNU_SOURCE
+//#define _GNU_SOURCE
 #include <stdarg.h>
 #include <stdio.h>
 #include <stdlib.h>
index 324a1d8895be060e733a80f0c73c5a4151a1df73..348a868fc54bafba563e1e431068c09ec8b66652 100644 (file)
@@ -1,4 +1,4 @@
-#define _GNU_SOURCE
+//#define _GNU_SOURCE
 #include <ctype.h>
 
 #include "bool.h"
index 77265a570c6cb53bdf4183d469c2d861f5464a79..ebcc000e1309b689d83572602a7dab406db72ced 100644 (file)
@@ -5,7 +5,7 @@
    used for debugging purposes in other places.
 */
 
-#define _GNU_SOURCE
+//#define _GNU_SOURCE
 
 #include <stdlib.h>
 #include <stdio.h>
index 1bdc44c13d7a8394359e17d782f6abef4d06432a..c768b7bdf128377cfc58e1532b9608c2e3809b01 100644 (file)
@@ -35,7 +35,7 @@
 
 */
 
-#define _GNU_SOURCE
+//#define _GNU_SOURCE
 
 #include <stdlib.h>
 #include <stdio.h>