summaryrefslogtreecommitdiffstats
path: root/src/lib/gssapi/generic/gssapi.hin
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2005-02-03 00:27:33 +0000
committerKen Raeburn <raeburn@mit.edu>2005-02-03 00:27:33 +0000
commit2a8421960e49a9ec621d39c46132dfd429ea9843 (patch)
treebaefb2403926d33f35c0a62ec17fc206744364c2 /src/lib/gssapi/generic/gssapi.hin
parentea268a4a60a16b8f9ccf0de345c9507e54c999e5 (diff)
downloadkrb5-2a8421960e49a9ec621d39c46132dfd429ea9843.tar.gz
krb5-2a8421960e49a9ec621d39c46132dfd429ea9843.tar.xz
krb5-2a8421960e49a9ec621d39c46132dfd429ea9843.zip
* Makefile.in (gssapi.h): Change SIZEOF symbols to start with GSS_ when
extracting from autoconf.h. Don't look for HAVE_ or USE_ symbols. Add ${include_xom} to the prologue. (include_xom): New variable. * gssapi.h: Always include stddef.h unconditionally. (GSS_SIZEOF_INT, GSS_SIZEOF_LONG, GSS_SIZEOF_SHORT): Don't define. ticket: 2910 status: open git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17077 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/gssapi/generic/gssapi.hin')
-rw-r--r--src/lib/gssapi/generic/gssapi.hin6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/lib/gssapi/generic/gssapi.hin b/src/lib/gssapi/generic/gssapi.hin
index 1c1444415..88341df7a 100644
--- a/src/lib/gssapi/generic/gssapi.hin
+++ b/src/lib/gssapi/generic/gssapi.hin
@@ -51,16 +51,10 @@ extern "C" {
#define KRB5_CALLCONV_C
#endif
-#define GSS_SIZEOF_INT SIZEOF_INT
-#define GSS_SIZEOF_LONG SIZEOF_LONG
-#define GSS_SIZEOF_SHORT SIZEOF_SHORT
-
/*
* First, include stddef.h to get size_t defined.
*/
-#if HAVE_STDDEF_H
#include <stddef.h>
-#endif /* HAVE_STDDEF_H */
/*
* POSIX says that sys/types.h is where size_t is defined.