Assume <stdint.h> and fixed-width types
authorGreg Hudson <ghudson@mit.edu>
Sat, 1 Feb 2014 20:20:08 +0000 (15:20 -0500)
committerGreg Hudson <ghudson@mit.edu>
Wed, 26 Feb 2014 21:15:19 +0000 (16:15 -0500)
commit17e205070745e4712d40eed32d92d02edb47009f
tree7b84dc2f536d8c73da8155a186fbbc23c3b88dc1
parent4c376a3776aed0fb19b761406eaa2e0516ff6735
Assume <stdint.h> and fixed-width types

Make unconditional use of <stdint.h> and fixed-width types such as
uint32_t.  k5-plugin.h doesn't use any special integer types, so
remove the conditional include block there.  Nothing uses
INT64_FMT/UINT64_FMT, so leave those out of k5-platform.h for now.
src/configure.in
src/include/gssrpc/types.hin
src/include/k5-platform.h
src/include/k5-plugin.h
src/include/krb5/krb5.hin
src/lib/gssapi/generic/Makefile.in
src/lib/gssapi/krb5/Makefile.in
src/lib/gssapi/krb5/gssapi_krb5.hin
src/plugins/kdb/db2/libdb2/include/db-int.h
src/util/profile/prof_init.c
src/util/t_array.pm