From 23e06fb205c2494dc8c44e976e27ca0a30c30ed2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Thu, 14 Jul 2005 22:40:16 +0000 Subject: Add _BSD_SOURCE to lots of applications - patch from Stefan Dirsch --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 0ddafc1..6637a7a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,7 +23,7 @@ AM_YFLAGS = -d bin_PROGRAMS = xgc -xgc_CFLAGS = $(DEP_CFLAGS) +xgc_CFLAGS = $(DEP_CFLAGS) -D_BSD_SOURCE xgc_LDADD = $(DEP_LIBS) -lm xgc_SOURCES = \ -- cgit v1.2.3