Windows: Make application manifest available everywhere
[heimdal.git] / windows / NTMakefile.config
blobab9053fe106ba7ce89420fd9ec19358df173936f
1 # Version strings
3 VER_PACKAGE=heimdal
4 VER_PACKAGE_NAME=Heimdal
5 VER_PACKAGE_BUGREPORT=heimdal-bugs@h5l.org
6 VER_PACKAGE_VERSION=1.3.99
7 VER_PACKAGE_COPYRIGHT=Copyright (C) 1995-2010 Royal Institute of Technology, Stockholm, Sweden
8 VER_PACKAGE_COMPANY=www.h5l.org
10 VER_PRODUCT_MAJOR=1
11 VER_PRODUCT_MINOR=3
12 VER_PRODUCT_AUX=99
13 VER_PRODUCT_PATCH=0
15 # Define to 1 if this is a pre-release build.  Undefine otherwise
16 VER_PRERELEASE=1
18 # Define to a valid string if this build DOES NOT follow normal
19 # release procedures.  I.e. this is a private build whose version
20 # numbers are not co-ordinated with mainline development.
22 #VER_PRIVATE=Private build for MyCompany
24 # Define to a valid string if this build DOES follow normal release
25 # procedures, but is a variation of the standard files of the same
26 # version numbers.
28 #VER_SPECIAL=Special build for testing ticket 12345
31 # ------------------------------------------------------------
32 # Features
34 # For each feature enabled here, a corresponding line must exist in
35 # the inline Perl script in include\NTMakefile.
37 # Enable Kerberos v5 support in applications
38 KRB5=1
40 # Enable Kerberos v4
41 # KRB4=1
43 # Enable PKINIT
44 PKINIT=1
46 # Disable AFS support
47 NO_AFS=1
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