diff options
| author | Michael I. Bushnell <mib@gnu.org> | 1996-03-20 20:19:14 +0000 |
|---|---|---|
| committer | Michael I. Bushnell <mib@gnu.org> | 1996-03-20 20:19:14 +0000 |
| commit | 35488e33a0934b57ae481621b1dab0232e7455b9 (patch) | |
| tree | 5bfbdc6b9b37d43b9c32820061a4852f8c1c904b | |
| parent | f49fea913bb10067687fd1a234df3489c43e30cc (diff) | |
(CPPFLAGS): Define _GNU_SOURCE.
| -rw-r--r-- | Makeconf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |
