removed unused files
authorkouril <kouril>
Tue, 4 Nov 2003 14:31:39 +0000 (14:31 +0000)
committerkouril <kouril>
Tue, 4 Nov 2003 14:31:39 +0000 (14:31 +0000)
makefile.include [deleted file]

diff --git a/makefile.include b/makefile.include
deleted file mode 100644 (file)
index 8563882..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-# 
-# Version for apache 2.0.x is built by default. Uncomment following line if 
-# you're using apache 1.3.x, (don't change if you're using apache 2.0.x.)
-#DEFS = -DAPXS1
-
-# Set path to the apxs command if it's not in reachable in standard $PATH.
-# This command should be found in the bin directory of apache installation 
-#APXS = /software/apache-2.0.47/bin/apxs
-
-#
-# Settings for Kerberos v5 enviroment
-# 
-DEFS += -DKRB5
-KRB5_ROOT = /usr/local/krb5
-
-# Uncomment following line if you're using the Heimdal implementation of krb5
-#DEFS += -DHEIMDAL
-
-#
-# Settings for Kerberos v4 enviroment
-#
-# Uncomment following line if you want to enable krb4 support
-#DEFS += -DKRB4
-# Uncomment and edit following line if your krb4 libraries aren't located in 
-# the krb5 tree
-#KRB4_ROOT = /software/krb4-1.2.2
-
-#
-# Uncomment following line if you only want to build the spnegokrb5 library
-# and don't build the apache module (eg. if you're building the mozilla browser
-# with support for the Negotiate authentication)
-#SPNEGO_ONLY = yes