From: ian Date: Mon, 30 May 2005 01:31:29 +0000 (+0000) Subject: say -D_GNU_SOURCE X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=dc18d11ef6841185eb19c205f1807c839c5312b8;p=trains.git say -D_GNU_SOURCE --- diff --git a/cprogs.make b/cprogs.make index c9d0eba..f9ff7a1 100644 --- a/cprogs.make +++ b/cprogs.make @@ -1,6 +1,6 @@ OPTIMISE= -O2 WERROR= -Werror -CFLAGS= $(CPPFLAGS) \ +CFLAGS= $(CPPFLAGS) -D_GNU_SOURCE \ -Wall -Wwrite-strings -Wpointer-arith -Wmissing-declarations \ -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes \ $(WERROR) \