summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-10-13 21:09:46 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-10-13 21:09:46 +0900
commit8d7df696dc1d70645dd0d28dc0019db8f06c1186 (patch)
treeaa2afbe903c76c8870f80e208a14add443b6dd09
parent8e775d8790d32d85ffdbbe6edfc6b49937d4a057 (diff)
downloadkoffice-8d7df696.tar.gz
koffice-8d7df696.zip
Replaced _BSD_SOURCE, _SVID_SOURCE with _DEFAULT_SOURCE. Removed AC_CHECK_GNU_EXTENSIONS.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--kexi/3rdparty/uuid/gen_uuid.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/kexi/3rdparty/uuid/gen_uuid.c b/kexi/3rdparty/uuid/gen_uuid.c
index 2441931c6..f2dea545e 100644
--- a/kexi/3rdparty/uuid/gen_uuid.c
+++ b/kexi/3rdparty/uuid/gen_uuid.c
@@ -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>