Replaced _BSD_SOURCE, _SVID_SOURCE with _DEFAULT_SOURCE. Removed AC_CHECK_GNU_EXTENSIONS.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/3/head
Michele Calgaro 6 years ago
parent 5f7edcb540
commit 95ef0537a7
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -144,7 +144,7 @@ extern char *xmalloc(unsigned int size);
#define _HAVE_USLEEP
#endif
#if defined(BSD) || defined(__FreeBSD__) || defined(_BSD_SOURCE)
#if defined(BSD) || defined(__FreeBSD__) || defined(_DEFAULT_SOURCE)
#define _HAVE_USLEEP
#ifndef rindex
#define rindex strrchr

Loading…
Cancel
Save