aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorallen <allen@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2002-05-20 23:00:40 +0000
committerallen <allen@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2002-05-20 23:00:40 +0000
commitbede624a85f4ad95ade3c17cfb0aeff45db91c08 (patch)
tree5f2aa81c70ed28ee2d71e7b7935afb20f8b5b6f1 /src
parent12ef9cd50478233035655349a4c085f1868ecb67 (diff)
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
Diffstat (limited to 'src')
-rw-r--r--src/make.code.defn2
1 files changed, 0 insertions, 2 deletions
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