From 35488e33a0934b57ae481621b1dab0232e7455b9 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Wed, 20 Mar 1996 20:19:14 +0000 Subject: (CPPFLAGS): Define _GNU_SOURCE. --- Makeconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makeconf') diff --git a/Makeconf b/Makeconf index 673c705b..32e59ccf 100644 --- a/Makeconf +++ b/Makeconf @@ -65,7 +65,7 @@ top_srcdirinc= else top_srcdirinc=-I$(top_srcdir) endif -CPPFLAGS += -I. $(srcdirinc) -I.. $(top_srcdirinc) +CPPFLAGS += -I. $(srcdirinc) -I.. $(top_srcdirinc) -D_GNU_SOURCE CFLAGS += -Wall # Decode makemode: -- cgit v1.2.3