Make master build on Windows
Add strtoll()/strtoull() to lib/roken Add stdint.h to lib/roken (Windows only) Add logic to detect whether to use lib/roken's stdint.h based on Visual Studio version Add include of stdint.h in generated ASN.1 code Export missing symbols for 64-bit integers in lib/asn1 Export missing symbols for FAST Add missing sources to kdc/NTMakefile Fix issue in kuserok Fix bsearch issues
This commit is contained in:
@@ -94,6 +94,7 @@ LIBKDC_OBJS=\
|
||||
$(OBJ)\default_config.obj \
|
||||
$(OBJ)\set_dbinfo.obj \
|
||||
$(OBJ)\digest.obj \
|
||||
$(OBJ)\fast.obj \
|
||||
$(OBJ)\kerberos5.obj \
|
||||
$(OBJ)\krb5tgs.obj \
|
||||
$(OBJ)\pkinit.obj \
|
||||
@@ -105,6 +106,7 @@ LIBKDC_OBJS=\
|
||||
|
||||
LIBKDC_LIBS=\
|
||||
$(LIBHDB) \
|
||||
$(LIBHEIMBASE) \
|
||||
$(LIBHEIMDAL) \
|
||||
$(LIBHEIMNTLM) \
|
||||
$(LIBROKEN)
|
||||
@@ -124,6 +126,7 @@ libkdc_la_SOURCES = \
|
||||
default_config.c \
|
||||
set_dbinfo.c \
|
||||
digest.c \
|
||||
fast.c \
|
||||
kdc_locl.h \
|
||||
kerberos5.c \
|
||||
krb5tgs.c \
|
||||
|
Reference in New Issue
Block a user