[asterisk-dev] [asterisk-commits] tilghman: trunk r197374 - /trunk/main/xml.c

Kevin P. Fleming kpfleming at digium.com
Thu May 28 08:18:15 CDT 2009


SVN commits to the Asterisk project wrote:
> Author: tilghman
> Date: Wed May 27 18:48:15 2009
> New Revision: 197374
> 
> URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=197374
> Log:
> Revert commit 192032.  This define is needed on Mac OS X.

This is not correct, and another solution must be found. _POSIX_C_SOURCE
should be defined by the compiler/system headers to indicate to the
application (and other headers) which POSIX features are supported by
the system that the application is being compiled on; setting it to any
value is making an assumption about the features that the system
offers/supports, which may not be valid.

Please find out which header on OSX will provide this; for glibc, it's
features.h.

-- 
Kevin P. Fleming
Digium, Inc. | Director of Software Technologies
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA
skype: kpfleming | jabber: kpfleming at digium.com
Check us out at www.digium.com & www.asterisk.org



More information about the asterisk-dev mailing list