From 8d7df696dc1d70645dd0d28dc0019db8f06c1186 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 13 Oct 2018 21:09:46 +0900 Subject: Replaced _BSD_SOURCE, _SVID_SOURCE with _DEFAULT_SOURCE. Removed AC_CHECK_GNU_EXTENSIONS. Signed-off-by: Michele Calgaro --- kexi/3rdparty/uuid/gen_uuid.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'kexi/3rdparty') diff --git a/kexi/3rdparty/uuid/gen_uuid.c b/kexi/3rdparty/uuid/gen_uuid.c index 2441931c..f2dea545 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 -- cgit v1.2.1