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

libs/xmlrpc-c/tools/xmlrpc_transport/xmlrpc_transport.c

index eddf967f40c69049c98f8083808f1b987426775f..0fe671da83d0d01d1006c76286776ef15f4afdb7 100644 (file)
@@ -2,7 +2,7 @@
    an XML-RPC call.
 */
 
-#define _GNU_SOURCE
+//#define _GNU_SOURCE
 
 #include <stdlib.h>
 #include <stdio.h>