From: Diego Elio 'Flameeyes' Pettenò Date: Fri, 17 Jul 2009 18:41:58 +0000 (+0200) Subject: Also request Darwin extensions, as they are needed for stuff like NSIG. X-Git-Tag: submit/2.0-panda/20130828.192557~1170^2~22^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0a5257b520ae540775367eb20a4db3e76436cdf9;p=profile%2Fivi%2Fpulseaudio-panda.git Also request Darwin extensions, as they are needed for stuff like NSIG. Without this definition, non-POSIX interfaces (which are needed) are hidden by the _POSIX_C_SOURCE request (for clock_gettime). --- diff --git a/configure.ac b/configure.ac index 9b49f23..1800735 100644 --- a/configure.ac +++ b/configure.ac @@ -76,6 +76,7 @@ case $host in ;; *-*-darwin* ) AC_DEFINE([_POSIX_C_SOURCE], [200112L], [Needed to get clock_gettime on Mac OS X]) + AC_DEFINE([_DARWIN_C_SOURCE], [200112L], [Needed to get NSIG on Mac OS X]) ;; esac