Merged revisions 192032 via svnmerge from

https://origsvn.digium.com/svn/asterisk/trunk

........
  r192032 | eliel | 2009-05-04 11:35:35 -0400 (Mon, 04 May 2009) | 3 lines
  
  Do not re-define _POSIX_C_SOURCE if it was already defined.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@192033 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.2
Eliel C. Sardanons 18 years ago
parent 646b4222cb
commit 5d0a722cbc

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

Loading…
Cancel
Save