Branch: master

95ef0537 2018-10-13 08:41:32 Michele Calgaro
Replaced _BSD_SOURCE, _SVID_SOURCE with _DEFAULT_SOURCE. Removed AC_CHECK_GNU_EXTENSIONS.

Signed-off-by: Michele Calgaro <michele.calgaro@...>
M kfax/faxexpand.h

kfax/faxexpand.h

diff --git a/kfax/faxexpand.h b/kfax/faxexpand.h
index a1be736..c6a98da 100644
--- a/kfax/faxexpand.h
+++ b/kfax/faxexpand.h
@@ -144,7 +144,7 @@
 #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