get the prototype right for yyparse, it returns an int
[heimdal.git] / windows / NTMakefile.config
blob6e7399c9d8c5d2761ddc84c29d9e57f67165561a
1 !if exist (..\..\..\windows\NTMakefile.version)
2 !  include <..\..\..\windows\NTMakefile.version>
3 !elseif exist (..\..\windows\NTMakefile.version)
4 !  include <..\..\windows\NTMakefile.version>
5 !elseif exist (..\windows\NTMakefile.version)
6 !  include <..\windows\NTMakefile.version>
7 !else
8 !  include <windows\NTMakefile.version>
9 !endif
11 # ------------------------------------------------------------
12 # Features
14 # For each feature enabled here, a corresponding line must exist in
15 # the inline Perl script in include\NTMakefile.
17 # Enable Kerberos v5 support in applications
18 KRB5=1
20 # Enable Kerberos v4
21 # KRB4=1
23 # Enable PKINIT
24 PKINIT=1
26 # Disable AFS support
27 NO_AFS=1
29 # OpenLDAP package is available
30 # OPENLDAP=1
32 # OpenLDAP include directory
33 # OPENLDAP_INC=
35 # OpenLDAP library to link against
36 # OPENLDAP_LIB=
38 # Support HDB LDAP module
39 # OPENLDAP_MODULE=1
41 # OTP support in applications
42 OTP=1
44 # Authentication support in telnet
45 AUTHENTICATION=1
47 # Enable diagnostics in telnet
48 DIAGNOSTICS=1
50 # Enable encryption support in telnet
51 ENCRYPTION=1
53 # Use the weak AFS string to key functions
54 # ENABLE_AFS_STRING_TO_KEY=1
56 !ifdef PTHREAD_INC
57 !ifdef PTHREAD_LIB
59 # We have <pthread.h>
60 HAVE_PTHREAD_H=1
62 # Make thread-safe libraries
63 ENABLE_PTHREAD_SUPPORT=1
65 !endif
66 !endif
68 # Support for broken ENV_{VAR,VAL} telnets
69 # ENV_HACK=1
71 # Use the Kerberos Credentials Manager
72 # HAVE_KCM=1
74 # Use the sqlite backend
75 HAVE_SCC=1
77 DIR_hdbdir=%{COMMON_APPDATA}/heimdal/hdb
79 # Enable weak crypto
80 WEAK_CRYPTO=1
82 # Disable use of GSS LOCALNAME support
83 NO_LOCALNAME=1
85 # Disable build of installers
86 !ifndef NO_INSTALLERS
87 BUILD_INSTALLERS=1
88 !endif