Windows: Enable weak crypto by default

This commit is contained in:
Asanka Herath
2010-09-02 17:13:26 -04:00
committed by Asanka C. Herath
parent 85f5f6bbda
commit 91bfec3059
2 changed files with 4 additions and 0 deletions

View File

@@ -59,6 +59,7 @@ while(<>) {
if ("$(KRB5)") { print "#define KRB5 1\n"; }
if ("$(KRB4)") { print "#define KRB4 1\n"; }
if ("$(WEAK_CRYPTO)") { print "#define HEIM_WEAK_CRYPTO 1\n"; }
if ("$(PKINIT)") { print "#define PKINIT 1\n"; }
if ("$(NO_AFS)") { print "#define NO_AFS 1\n"; }
if ("$(OPENLDAP)") { print "#define OPENLDAP 1\n"; }