aboutsummaryrefslogtreecommitdiffstats
path: root/main/xml.c
diff options
context:
space:
mode:
authoreliel <eliel@f38db490-d61c-443f-a65b-d21fe96a405b>2009-05-04 15:35:35 +0000
committereliel <eliel@f38db490-d61c-443f-a65b-d21fe96a405b>2009-05-04 15:35:35 +0000
commit672ee1f58e6312af059089ae5ac7aa7349af5cca (patch)
treee862c0b5e70636f26247a68c6211fd11d0b688de /main/xml.c
parentd645dbe43e340ec995aa51fa00161d7d33f6f893 (diff)
Do not re-define _POSIX_C_SOURCE if it was already defined.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@192032 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/xml.c')
-rw-r--r--main/xml.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/xml.c b/main/xml.c
index d920b1d56..9a0c66d90 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 <libxml/parser.h>
#include <libxml/tree.h>
/* libxml2 ast_xml implementation. */