]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
-DUSE_SSL == --enable-ssl
authorhno <>
Mon, 3 Dec 2001 15:01:53 +0000 (15:01 +0000)
committerhno <>
Mon, 3 Dec 2001 15:01:53 +0000 (15:01 +0000)
src/cf_gen_defines

index ca53e08fd646b0417b7c3ac0c96b684ed8347896..5989fd27e84ea909833b771c6ccd9bfda68d9673 100755 (executable)
@@ -13,10 +13,11 @@ BEGIN {
        define["USE_HTCP"]="--enable-htcp"
        define["USE_ICMP"]="--enable-icmp"
        define["USE_IDENT"]="--enable-ident-lookups"
+       define["USE_REFERER_LOG"]="--enable-referer-log"
+       define["USE_SSL"]="--enable-ssl"
+       define["USE_UNLINKD"]="--enable-unlinkd"
        define["USE_USERAGENT_LOG"]="--enable-useragent-log"
        define["USE_WCCP"]="--enable-wccp"
-       define["USE_UNLINKD"]="--enable-unlinkd"
-       define["USE_REFERER_LOG"]="--enable-referer-log"
 }
 /^IFDEF:/ {
        if (define[$2] != "")