]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Don't override configure DEFS
authorrobertc <>
Tue, 4 Sep 2001 09:09:09 +0000 (09:09 +0000)
committerrobertc <>
Tue, 4 Sep 2001 09:09:09 +0000 (09:09 +0000)
src/Makefile.am
src/Makefile.in

index a6931ca0516f0591a99e9b4654d84306d9ad4d3e..f6b7c8cc6155642315ff5e5b5da111c78b27b70f 100644 (file)
@@ -1,7 +1,7 @@
 #
 #  Makefile for the Squid Object Cache server
 #
-#  $Id: Makefile.am,v 1.5 2001/09/04 01:02:50 robertc Exp $
+#  $Id: Makefile.am,v 1.6 2001/09/04 03:09:09 robertc Exp $
 #
 #  Uncomment and customize the following to suit your needs:
 #
@@ -131,7 +131,7 @@ DEFAULT_ICON_DIR    = $(sysconfdir)/icons
 DEFAULT_ERROR_DIR      = $(sysconfdir)/errors
 DEFAULT_MIB_PATH       = $(sysconfdir)/mib.txt
 
-DEFS =  -DDEFAULT_CONFIG_FILE=\"$(DEFAULT_CONFIG_FILE)\"
+DEFS = @DEFS@ -DDEFAULT_CONFIG_FILE=\"$(DEFAULT_CONFIG_FILE)\"
 
 $(OBJS): $(top_srcdir)/include/version.h ../include/autoconf.h
 
index 3ec0454b2eb0cc68d528e6c8b4358089423bff39..49ea7e916f627c67535cc3ed47768d9086c15576 100644 (file)
@@ -16,7 +16,7 @@
 #
 #  Makefile for the Squid Object Cache server
 #
-#  $Id: Makefile.in,v 1.211 2001/09/04 01:02:50 robertc Exp $
+#  $Id: Makefile.in,v 1.212 2001/09/04 03:09:09 robertc Exp $
 #
 #  Uncomment and customize the following to suit your needs:
 #
@@ -73,8 +73,6 @@ AUTH_MODULES = @AUTH_MODULES@
 AUTH_OBJS = @AUTH_OBJS@
 AWK = @AWK@
 BASIC_AUTH_HELPERS = @BASIC_AUTH_HELPERS@
-CACHE_HTTP_PORT = @CACHE_HTTP_PORT@
-CACHE_ICP_PORT = @CACHE_ICP_PORT@
 CC = @CC@
 CPP = @CPP@
 CRYPTLIB = @CRYPTLIB@
@@ -229,7 +227,7 @@ DEFAULT_ICON_DIR = $(sysconfdir)/icons
 DEFAULT_ERROR_DIR = $(sysconfdir)/errors
 DEFAULT_MIB_PATH = $(sysconfdir)/mib.txt
 
-DEFS = -DDEFAULT_CONFIG_FILE=\"$(DEFAULT_CONFIG_FILE)\"
+DEFS = @DEFS@ -DDEFAULT_CONFIG_FILE=\"$(DEFAULT_CONFIG_FILE)\"
 
 DISTCLEANFILES = cf_gen_defines.h cf.data cf_parser.h squid.conf.default \
        globals.c string_arrays.c repl_modules.c auth_modules.c store_modules.c