* gssapi.hin: Don't conditionally include xom.h here
authorKen Raeburn <raeburn@mit.edu>
Thu, 3 Feb 2005 00:31:21 +0000 (00:31 +0000)
committerKen Raeburn <raeburn@mit.edu>
Thu, 3 Feb 2005 00:31:21 +0000 (00:31 +0000)
ticket: 2910
status: open

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17078 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/gssapi/generic/ChangeLog
src/lib/gssapi/generic/gssapi.hin

index 88ec5af8cf3c31741ebac654af40b6dcd4d61038..e917a33875b983b43d85d269da0fefabb63cbd80 100644 (file)
@@ -4,7 +4,8 @@
        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.
 
index 88341df7a3b59d779a32c2cc7c9ec84c23e281fa..30d69a7559362c2b460762f3bd7fdd71ca7e7647 100644 (file)
@@ -61,13 +61,6 @@ extern "C" {
  */
 #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$
  */