* winsup.h (_GNU_SOURCE): Define. Explain why.

* configure.ac: Convert to new AC_INIT style.
	* configure: Regenerate.
This commit is contained in:
Corinna Vinschen
2014-08-15 21:21:59 +00:00
parent fc15ff2f0d
commit 4dd1ecc3d4
4 changed files with 55 additions and 22 deletions

View File

@@ -26,6 +26,11 @@ details. */
#define _NO_W32_PSEUDO_MODIFIERS
/* Newlib's guarding functions more diligently based on their origin, starting
since 2013. To be sure to get everything and the kitchen sink, we have to
define _GNU_SOURCE. */
#define _GNU_SOURCE 1
#include <sys/types.h>
#include <sys/strace.h>