From dc18d11ef6841185eb19c205f1807c839c5312b8 Mon Sep 17 00:00:00 2001 From: ian Date: Mon, 30 May 2005 01:31:29 +0000 Subject: [PATCH] say -D_GNU_SOURCE --- cprogs.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) \ -- 2.30.2