summaryrefslogtreecommitdiff
path: root/Makeconf
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-03-20 20:19:14 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-03-20 20:19:14 +0000
commit35488e33a0934b57ae481621b1dab0232e7455b9 (patch)
tree5bfbdc6b9b37d43b9c32820061a4852f8c1c904b /Makeconf
parentf49fea913bb10067687fd1a234df3489c43e30cc (diff)
(CPPFLAGS): Define _GNU_SOURCE.
Diffstat (limited to 'Makeconf')
-rw-r--r--Makeconf2
1 files changed, 1 insertions, 1 deletions
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: