Avoid redefining _GNU_SOURCE.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32924 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mattia Barbon
2005-03-19 23:04:27 +00:00
parent 63e2147c8b
commit eab489c8d3

View File

@@ -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 <sys/types.h> doesn't define. */
#undef uid_t