From: Eliel C. Sardanons Date: Mon, 4 May 2009 15:35:35 +0000 (+0000) Subject: Do not re-define _POSIX_C_SOURCE if it was already defined. X-Git-Tag: 11.0.0-beta1~4946 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=150edbb67d626d185f6b99277960f15f30580663;p=thirdparty%2Fasterisk.git Do not re-define _POSIX_C_SOURCE if it was already defined. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@192032 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/xml.c b/main/xml.c index d920b1d566..9a0c66d900 100644 --- a/main/xml.c +++ b/main/xml.c @@ -27,7 +27,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") #if defined(HAVE_LIBXML2) -#define _POSIX_C_SOURCE 200112L #include #include /* libxml2 ast_xml implementation. */