tests: Use here-doc kadmin in Java test
[heimdal.git] / windows / NTMakefile.config
blob6227e5afea4e98f12bf213491fd0f1b11f6528c4
1 !if exist (..\..\..\thirdparty\NTMakefile.version)
2 !  include <..\..\..\thirdparty\NTMakefile.version>
3 !elseif exist (..\..\thirdparty\NTMakefile.version)
4 !  include <..\..\thirdparty\NTMakefile.version>
5 !elseif exist (..\thirdparty\NTMakefile.version)
6 !  include <..\thirdparty\NTMakefile.version>
7 !elseif exist (thirdparty\NTMakefile.version)
8 !  include <thirdparty\NTMakefile.version>
9 !elseif exist (..\..\..\windows\NTMakefile.version)
10 !  include <..\..\..\windows\NTMakefile.version>
11 !elseif exist (..\..\windows\NTMakefile.version)
12 !  include <..\..\windows\NTMakefile.version>
13 !elseif exist (..\windows\NTMakefile.version)
14 !  include <..\windows\NTMakefile.version>
15 !else
16 !  include <windows\NTMakefile.version>
17 !endif
19 !if [ $(PERL) $(SRC)\cf\w32-detect-vc-version.pl $(CC) ]==16
20 HAVE_STDINT_H=1
21 HAVE_INT64_T=1
22 !endif
27 # ------------------------------------------------------------
28 # Features
30 # For each feature enabled here, a corresponding line must exist in
31 # the inline Perl script in include\NTMakefile.
33 # Enable Kerberos v5 support in applications
34 KRB5=1
36 # Enable KX509 support in the KDC
37 KX509=1
39 # Enable PKINIT
40 PKINIT=1
42 # Disable AFS support
43 NO_AFS=1
45 # OpenSSL (mostly not needed on Windows, but should work)
46 # INCLUDE_openssl_crypto=
47 # LIB_openssl_crypto=
49 # OpenLDAP package is available
50 # OPENLDAP=1
52 # OpenLDAP include directory
53 # OPENLDAP_INC=
55 # OpenLDAP library to link against
56 # OPENLDAP_LIB=
58 # Support HDB LDAP module
59 # OPENLDAP_MODULE=1
61 # OTP support in applications
62 OTP=1
64 # Authentication support in telnet
65 AUTHENTICATION=1
67 # Enable diagnostics in telnet
68 DIAGNOSTICS=1
70 # Enable encryption support in telnet
71 ENCRYPTION=1
73 # Use the weak AFS string to key functions
74 # ENABLE_AFS_STRING_TO_KEY=1
76 !ifdef PTHREAD_INC
77 !ifdef PTHREAD_LIB
79 # We have <pthread.h>
80 HAVE_PTHREAD_H=1
82 # Make thread-safe libraries
83 ENABLE_PTHREAD_SUPPORT=1
85 !endif
86 !endif
88 # Support for broken ENV_{VAR,VAL} telnets
89 # ENV_HACK=1
91 # Use the Kerberos Credentials Manager
92 # HAVE_KCM=1
94 # Use the sqlite backend
95 HAVE_SCC=1
97 DIR_hdbdir=%{COMMON_APPDATA}/heimdal/hdb
99 # Disable weak crypto
100 WEAK_CRYPTO=0
102 # Enable hcrypt fallback mechanisms
103 HCRYPTO_FALLBACK=1
105 # Disable use of GSS LOCALNAME support
106 NO_LOCALNAME=1
108 # Windows CRT rename does not unlink the target
109 RENAME_DOES_NOT_UNLINK=1
111 # Disable build of installers
112 !ifndef NO_INSTALLERS
113 BUILD_INSTALLERS=1
114 !endif