dect
/
asterisk
Archived
13
0
Fork 0

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
This commit is contained in:
eliel 2009-05-04 15:35:35 +00:00
parent d645dbe43e
commit 672ee1f58e
1 changed files with 0 additions and 1 deletions

View File

@ -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. */