From 95ef0537a716b836302875b4416369b2a62258a4 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 13 Oct 2018 22:41:32 +0900 Subject: [PATCH] Replaced _BSD_SOURCE, _SVID_SOURCE with _DEFAULT_SOURCE. Removed AC_CHECK_GNU_EXTENSIONS. Signed-off-by: Michele Calgaro --- kfax/faxexpand.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kfax/faxexpand.h b/kfax/faxexpand.h index a1be736f..c6a98da9 100644 --- a/kfax/faxexpand.h +++ b/kfax/faxexpand.h @@ -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