From 6ce6b62099458c10eab762777e5d812c895df5d4 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 6 Sep 2018 11:33:02 +0100 Subject: stop defining _XOPEN_SOURCE This is necessary with some libc as it overrides _POSIX_C_SOURCE and removes definitions of scandir etc. --- frontends/monkey/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'frontends/monkey') diff --git a/frontends/monkey/Makefile b/frontends/monkey/Makefile index 86f1d912e..6604a88a5 100644 --- a/frontends/monkey/Makefile +++ b/frontends/monkey/Makefile @@ -12,7 +12,6 @@ CWARNFLAGS += -Werror CFLAGS += -std=c99 -Dmonkey -Dnsmonkey -g \ -D_BSD_SOURCE \ -D_DEFAULT_SOURCE \ - -D_XOPEN_SOURCE=700 \ -D_POSIX_C_SOURCE=200809L \ -D_NETBSD_SOURCE \ -DMONKEY_RESPATH=\"$(NETSURF_MONKEY_RESOURCES)\" -- cgit v1.2.3