From bede624a85f4ad95ade3c17cfb0aeff45db91c08 Mon Sep 17 00:00:00 2001 From: allen Date: Mon, 20 May 2002 23:00:40 +0000 Subject: Remove -D_LIBC as this tells header files they are internal to LIBC which is generally a bad thing and stops compilation with the latest headers from glibc. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@167 1faa4e14-9dd3-4be0-9f0e-ffe519881164 --- src/make.code.defn | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/make.code.defn b/src/make.code.defn index 869a536..a94f11e 100644 --- a/src/make.code.defn +++ b/src/make.code.defn @@ -25,5 +25,3 @@ SRCS = $(MISC_SRC) \ $(COOKIES_SRC) \ $(REDIRECTION_SRC) -# set the _LIBC flag to prevent gcc warnings in base64.c -CFLAGS += -D_LIBC -- cgit v1.2.3