From: Mattia Barbon Date: Sat, 19 Mar 2005 23:04:27 +0000 (+0000) Subject: Avoid redefining _GNU_SOURCE. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/eab489c8d3c389eb4a3f8d1d42aa7629269f3049 Avoid redefining _GNU_SOURCE. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32924 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/setup.h.in b/setup.h.in index f6be1dddf3..50853facbe 100644 --- a/setup.h.in +++ b/setup.h.in @@ -46,7 +46,9 @@ #undef STDC_HEADERS /* Define this to get extra features from GNU libc. */ +#ifndef _GNU_SOURCE #undef _GNU_SOURCE +#endif /* Define to `int' if doesn't define. */ #undef uid_t