aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortradke <tradke@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2001-04-03 11:49:39 +0000
committertradke <tradke@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2001-04-03 11:49:39 +0000
commitf205b15ff648ff94aa3c3ab40a66a2cc9404f864 (patch)
tree4ad79fe6eb02736193fb926bde761507cce23602 /src
parent7ec1067a6382184b2247e232953bec46822c3b05 (diff)
Added -D_LIBC to the CFLAGS to avoid warnings when compiling base64.c.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@119 1faa4e14-9dd3-4be0-9f0e-ffe519881164
Diffstat (limited to 'src')
-rw-r--r--src/make.code.defn5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/make.code.defn b/src/make.code.defn
index 5754342..d18d185 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -22,6 +22,5 @@ SRCS = $(MISC_SRC) \
$(AUTHENTICATION_SRC) \
$(COOKIES_SRC)
-# Subdirectories containing source files
-SUBDIRS =
-
+# set the _LIBC flag to prevent gcc warnings in base64.c
+CFLAGS += -D_LIBC