- cosmetics in the main Makefile
[mod_auth_kerb.git] / makefile.include
1
2 # Version for apache 2.0.x is built by default. Uncomment following line if 
3 # you're using apache 1.3.x, (don't change if you're using apache 2.0.x.)
4 #DEFS = -DAPXS1
5
6 # Set path to the apxs command if it's not in reachable in standard $PATH.
7 # This command should be found in the bin directory of apache installation 
8 #APXS = /software/apache-2.0.47/bin/apxs
9
10 #
11 # Settings for Kerberos v5 enviroment
12
13 DEFS += -DKRB5
14 KRB5_ROOT = /usr/local/krb5
15
16 # Uncomment following line if you're using the Heimdal implementation of krb5
17 #DEFS += -DHEIMDAL
18
19 #
20 # Settings for Kerberos v4 enviroment
21 #
22 # Uncomment following line if you want to enable krb4 support
23 #DEFS += -DKRB4
24 # Uncomment and edit following line if your krb4 libraries aren't located in 
25 # the krb5 tree
26 #KRB4_ROOT = /software/krb4-1.2.2
27
28 #
29 # Uncomment following line if you only want to build the spnegokrb5 library
30 # and don't build the apache module (eg. if you're building the mozilla browser
31 # with support for the Negotiate authentication)
32 #SPNEGO_ONLY = yes