summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-07-14 22:40:16 +0000
committerSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-07-14 22:40:16 +0000
commitc58aeba1927b1a984c50d2936e4bbc9d28f59218 (patch)
treeb50193af1d2ff2e20068ab0d09468ef22fb4f52e
parente3a613482db489e50da87856c35f6665e9bda404 (diff)
Add _BSD_SOURCE to lots of applications - patch from Stefan Dirsch
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 10c7c94..fc5c273 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -46,7 +46,7 @@ xtrapchar_SOURCES = \
#
# xtrapin
#
-xtrapin_CFLAGS = $(DEP_CFLAGS)
+xtrapin_CFLAGS = $(DEP_CFLAGS) -D_BSD_SOURCE
xtrapin_LDADD = $(DEP_LIBS)
xtrapin_SOURCES = \
@@ -57,7 +57,7 @@ xtrapin_SOURCES = \
#
# xtrapout
#
-xtrapout_CFLAGS = $(DEP_CFLAGS)
+xtrapout_CFLAGS = $(DEP_CFLAGS) -D_BSD_SOURCE
xtrapout_LDADD = $(DEP_LIBS)
xtrapout_SOURCES = \