summaryrefslogtreecommitdiffstats
path: root/kfax
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-10-13 22:41:32 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-10-13 22:41:32 +0900
commit95ef0537a716b836302875b4416369b2a62258a4 (patch)
tree4b7bc615cb8b24b40f14fa746799a2db51710746 /kfax
parent5f7edcb5405453b8ab18260d86bcdf7eb3f8ac1b (diff)
downloadtdegraphics-95ef0537a716b836302875b4416369b2a62258a4.tar.gz
tdegraphics-95ef0537a716b836302875b4416369b2a62258a4.zip
Replaced _BSD_SOURCE, _SVID_SOURCE with _DEFAULT_SOURCE. Removed AC_CHECK_GNU_EXTENSIONS.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kfax')
-rw-r--r--kfax/faxexpand.h2
1 files changed, 1 insertions, 1 deletions
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