mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
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
This commit is contained in:
@@ -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. */
|
||||
|
Reference in New Issue
Block a user