Replaced _BSD_SOURCE, _SVID_SOURCE with _DEFAULT_SOURCE. Removed AC_CHECK_GNU_EXTENSIONS.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/1/head
Michele Calgaro 6 years ago
parent 8e775d8790
commit 8d7df696dc
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -9,11 +9,7 @@
* %End-Header%
*/
/*
* Force inclusion of SVID stuff since we need it if we're compiling in
* gcc-wall wall mode
*/
#define _SVID_SOURCE
#define _DEFAULT_SOURCE
/*jowenn: #ifdef HAVE_UNISTD_H*/
#include <unistd.h>

Loading…
Cancel
Save