remove GNU_SOURCE from c file (we push from build system instead

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8561 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2008-05-23 22:59:41 +00:00
parent 03d5cdd2a2
commit 5c04241bc0

View File

@ -2,7 +2,7 @@
an XML-RPC call. an XML-RPC call.
*/ */
#define _GNU_SOURCE //#define _GNU_SOURCE
#include <stdlib.h> #include <stdlib.h>
#include <stdio.h> #include <stdio.h>