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:
@@ -99,6 +99,8 @@ libroken_la_OBJS = \
|
||||
$(OBJ)\strsep.obj \
|
||||
$(OBJ)\strsep_copy.obj \
|
||||
$(OBJ)\strtok_r.obj \
|
||||
$(OBJ)\strtoll.obj \
|
||||
$(OBJ)\strtoull.obj \
|
||||
$(OBJ)\syslogc.obj \
|
||||
$(OBJ)\timegm.obj \
|
||||
$(OBJ)\timeval.obj \
|
||||
@@ -162,6 +164,10 @@ INCFILES = \
|
||||
$(INCDIR)\vis.h \
|
||||
$(INCDIR)\xdbm.h
|
||||
|
||||
#!ifndef HAVE_STDINT_H
|
||||
#INCFILES += $(INCDIR)\stdint.h
|
||||
#!endif
|
||||
|
||||
clean::
|
||||
-$(RM) $(XHEADERS)
|
||||
|
||||
|
Reference in New Issue
Block a user