ticket: 2910
status: open
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17078
dc483132-0cff-0310-8789-
dd5450dbe970
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.
+ * gssapi.hin: Always include stddef.h unconditionally. Don't
+ conditionally include xom.h here.
(GSS_SIZEOF_INT, GSS_SIZEOF_LONG, GSS_SIZEOF_SHORT): Don't
define.
*/
#include <sys/types.h>
-/*
- * If the platform supports the xom.h header file, it should be included here.
- */
-#if HAVE_XOM_H
-#include <xom.h>
-#endif /* HAVE_XOM_H */
-
/*
* $Id$
*/