From 38b306b6fe917d61fe8a88cbccb8b422c442dda2 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Fri, 23 May 2008 22:54:19 +0000 Subject: [PATCH] remove GNU_SOURCE from c files, push from build system instead git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8558 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- libs/xmlrpc-c/lib/libutil/asprintf.c | 2 +- libs/xmlrpc-c/lib/libutil/make_printable.c | 2 +- libs/xmlrpc-c/lib/util/casprintf.c | 2 +- libs/xmlrpc-c/lib/util/stripcaseeq.c | 2 +- libs/xmlrpc-c/tools/lib/dumpvalue.c | 2 +- libs/xmlrpc-c/tools/xmlrpc/xmlrpc.c | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/libs/xmlrpc-c/lib/libutil/asprintf.c b/libs/xmlrpc-c/lib/libutil/asprintf.c index 19c9632ebb..9e5a614993 100644 --- a/libs/xmlrpc-c/lib/libutil/asprintf.c +++ b/libs/xmlrpc-c/lib/libutil/asprintf.c @@ -1,4 +1,4 @@ -#define _GNU_SOURCE +//#define _GNU_SOURCE #include #include #include diff --git a/libs/xmlrpc-c/lib/libutil/make_printable.c b/libs/xmlrpc-c/lib/libutil/make_printable.c index 141bd30cb4..fc94f78e4f 100644 --- a/libs/xmlrpc-c/lib/libutil/make_printable.c +++ b/libs/xmlrpc-c/lib/libutil/make_printable.c @@ -1,4 +1,4 @@ -#define _GNU_SOURCE +//#define _GNU_SOURCE #include #include diff --git a/libs/xmlrpc-c/lib/util/casprintf.c b/libs/xmlrpc-c/lib/util/casprintf.c index 85432817f5..959e4ce495 100644 --- a/libs/xmlrpc-c/lib/util/casprintf.c +++ b/libs/xmlrpc-c/lib/util/casprintf.c @@ -1,4 +1,4 @@ -#define _GNU_SOURCE +//#define _GNU_SOURCE #include #include #include diff --git a/libs/xmlrpc-c/lib/util/stripcaseeq.c b/libs/xmlrpc-c/lib/util/stripcaseeq.c index 324a1d8895..348a868fc5 100644 --- a/libs/xmlrpc-c/lib/util/stripcaseeq.c +++ b/libs/xmlrpc-c/lib/util/stripcaseeq.c @@ -1,4 +1,4 @@ -#define _GNU_SOURCE +//#define _GNU_SOURCE #include #include "bool.h" diff --git a/libs/xmlrpc-c/tools/lib/dumpvalue.c b/libs/xmlrpc-c/tools/lib/dumpvalue.c index 77265a570c..ebcc000e13 100644 --- a/libs/xmlrpc-c/tools/lib/dumpvalue.c +++ b/libs/xmlrpc-c/tools/lib/dumpvalue.c @@ -5,7 +5,7 @@ used for debugging purposes in other places. */ -#define _GNU_SOURCE +//#define _GNU_SOURCE #include #include diff --git a/libs/xmlrpc-c/tools/xmlrpc/xmlrpc.c b/libs/xmlrpc-c/tools/xmlrpc/xmlrpc.c index 1bdc44c13d..c768b7bdf1 100644 --- a/libs/xmlrpc-c/tools/xmlrpc/xmlrpc.c +++ b/libs/xmlrpc-c/tools/xmlrpc/xmlrpc.c @@ -35,7 +35,7 @@ */ -#define _GNU_SOURCE +//#define _GNU_SOURCE #include #include