Removed unsed Makefile.in
[mod_auth_kerb.git] / makefile.include
1
2 # Setting for apache. Uncomment following line if you're using apache 1.3.x,
3 # 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 APXS = /software/apache-2.0.47/bin/apxs
8
9 #
10 # Settings for Kerberos v5 enviroment
11
12 DEFS += -DKRB5
13 KRB5_ROOT = /software/krb5-1.2.8
14
15 #Uncomment following line if you're using the Heimdal implementation of krb5
16 #DEFS += -DHEIMDAL
17
18 #
19 # Settings for Kerberos v4 enviroment
20 #
21 #Uncomment following line if you want to enable krb4 support
22 #DEFS += -DKRB4
23 #Uncomment following line if your krb4 libraries aren't located in the krb5 tree
24 #KRB4_ROOT = /software/krb4-1.2.2