Posted: Thu May 28, 2009 1:27 pm Post subject: [asterisk-dev] [asterisk-commits] tilghman: trunk r197374 -
Kevin P. Fleming schrieb:
Quote:
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.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum