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 # OpenLDAP package is available
45 # OpenLDAP include directory
48 # OpenLDAP library to link against
51 # Support HDB LDAP module
54 # OTP support in applications
57 # Authentication support in telnet
60 # Enable diagnostics in telnet
63 # Enable encryption support in telnet
66 # Use the weak AFS string to key functions
67 # ENABLE_AFS_STRING_TO_KEY=1
75 # Make thread-safe libraries
76 ENABLE_PTHREAD_SUPPORT=1
81 # Support for broken ENV_{VAR,VAL} telnets
84 # Use the Kerberos Credentials Manager
87 # Use the sqlite backend
90 DIR_hdbdir=%{COMMON_APPDATA}/heimdal/hdb
95 # Disable use of GSS LOCALNAME support
98 # No entropy-gathering daemon on Windows
101 # Windows CRT mkdir does not have the mode parameter
102 MKDIR_DOES_NOT_HAVE_MODE=1
104 # Windows CRT rename does not unlink the target
105 RENAME_DOES_NOT_UNLINK=1
107 # Disable build of installers
108 !ifndef NO_INSTALLERS