Make krb5-types.h define int64_t on Win32
This commit is contained in:
@@ -76,7 +76,6 @@ while(<>) {
|
||||
if ("$(HAVE_KCM)") { print "#define HAVE_KCM 1\n"; }
|
||||
if ("$(HAVE_SCC)") { print "#define HAVE_SCC 1\n"; }
|
||||
if ("$(HAVE_STDINT_H)") { print "#define HAVE_STDINT_H 1\n"; }
|
||||
if ("$(HAVE_INT64_T)") { print "#define HAVE_INT64_T 1\n"; }
|
||||
if ("$(DIR_hdbdir)") { print "#define HDB_DB_DIR \"".'$(DIR_hdbdir)'."\"\n"; }
|
||||
if ("$(HAVE_MSLSA_CACHE)") { print "#define HAVE_MSLSA_CACHE 1\n"; }
|
||||
if ("$(NO_LOCALNAME)") { print "#define NO_LOCALNAME 1\n"; }
|
||||
|
Reference in New Issue
Block a user