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>
8 ! include <windows\NTMakefile.version>
11 !if [ $(PERL) $(SRC)\cf\w32-detect-vc-version.pl $(CC) ]==16
19 # ------------------------------------------------------------
22 # For each feature enabled here, a corresponding line must exist in
23 # the inline Perl script in include\NTMakefile.
25 # Enable Kerberos v5 support in applications
34 # OpenLDAP package is available
37 # OpenLDAP include directory
40 # OpenLDAP library to link against
43 # Support HDB LDAP module
46 # OTP support in applications
49 # Authentication support in telnet
52 # Enable diagnostics in telnet
55 # Enable encryption support in telnet
58 # Use the weak AFS string to key functions
59 # ENABLE_AFS_STRING_TO_KEY=1
67 # Make thread-safe libraries
68 ENABLE_PTHREAD_SUPPORT=1
73 # Support for broken ENV_{VAR,VAL} telnets
76 # Use the Kerberos Credentials Manager
79 # Use the sqlite backend
82 DIR_hdbdir=%{COMMON_APPDATA}/heimdal/hdb
87 # Disable use of GSS LOCALNAME support
90 # No entropy-gathering daemon on Windows
93 # Windows CRT mkdir does not have the mode parameter
94 MKDIR_DOES_NOT_HAVE_MODE=1
96 # Windows CRT rename does not unlink the target
97 RENAME_DOES_NOT_UNLINK=1
99 # Disable build of installers
100 !ifndef NO_INSTALLERS