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>
16 ! include <windows\NTMakefile.version>
19 !if [ $(PERL) $(SRC)\cf\w32-detect-vc-version.pl $(CC) ]==16
27 # ------------------------------------------------------------
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
42 # OpenSSL (mostly not needed on Windows, but should work)
43 # INCLUDE_openssl_crypto=
46 # OpenLDAP package is available
49 # OpenLDAP include directory
52 # OpenLDAP library to link against
55 # Support HDB LDAP module
58 # OTP support in applications
61 # Authentication support in telnet
64 # Enable diagnostics in telnet
67 # Enable encryption support in telnet
70 # Use the weak AFS string to key functions
71 # ENABLE_AFS_STRING_TO_KEY=1
79 # Make thread-safe libraries
80 ENABLE_PTHREAD_SUPPORT=1
85 # Support for broken ENV_{VAR,VAL} telnets
88 # Use the Kerberos Credentials Manager
91 # Use the sqlite backend
94 DIR_hdbdir=%{COMMON_APPDATA}/heimdal/hdb
99 # Enable hcrypt fallback mechanisms
102 # Disable use of GSS LOCALNAME support
105 # Windows CRT mkdir does not have the mode parameter
106 MKDIR_DOES_NOT_HAVE_MODE=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