Make master build on Windows
authorNicolas Williams <nico@cryptonector.com>
Wed, 11 Jan 2012 21:52:41 +0000 (15:52 -0600)
committerNicolas Williams <nico@cryptonector.com>
Tue, 17 Jan 2012 18:10:14 +0000 (12:10 -0600)
commit6dd66df5946fd7809cde3241dbc6a40ec7931a70
tree2a711158d69a58a7d3e048727aaeefe976fdf8c0
parent10bca3892de108556f9050948157f69282e7d4a6
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
23 files changed:
base/NTMakefile
base/bsearch.c
cf/roken-frag.m4
include/NTMakefile
kdc/NTMakefile
lib/asn1/Makefile.am
lib/asn1/NTMakefile
lib/asn1/der.h
lib/asn1/gen.c
lib/asn1/heim_asn1.h
lib/asn1/libasn1-exports.def
lib/asn1/roken_rename.h [new file with mode: 0644]
lib/asn1/symbol.h
lib/krb5/kuserok.c
lib/krb5/libkrb5-exports.def.in
lib/roken/Makefile.am
lib/roken/NTMakefile
lib/roken/roken.h.in
lib/roken/stdint.hin [new file with mode: 0644]
lib/roken/strtoll.c
lib/roken/strtoull.c [new file with mode: 0644]
lib/roken/version-script.map
windows/NTMakefile.config