From 1b6048561cab49366c83242fc510e8b16810e573 Mon Sep 17 00:00:00 2001 From: Asanka Herath Date: Thu, 26 Nov 2009 01:59:18 -0500 Subject: [PATCH] Set HAVE_SCC=1 on Windows --- windows/NTMakefile.config | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/windows/NTMakefile.config b/windows/NTMakefile.config index d7f427958..4f49a3d5f 100644 --- a/windows/NTMakefile.config +++ b/windows/NTMakefile.config @@ -91,4 +91,7 @@ ENABLE_PTHREAD_SUPPORT=1 # Use the Kerberos Credentials Manager # HAVE_KCM=1 -DIR_hdbdir=%{COMMON_APPDATA}\heimdal\hdb +# Use the sqlite backend +HAVE_SCC=1 + +DIR_hdbdir=%{COMMON_APPDATA}/heimdal/hdb