+2003-03-06 Alexandra Ellwood <lxs@mit.edu>
+
+ * disp_com_err_status.c, gssapi_generic.h:
+ Removed Mac header goober.
+
+ * gssapiP_generic.h, gssapi.hin: Removed macintosh check because
+ we don't build on OS 9 anymore.
+
+ * gssapi.hin: Removed enumsalwaysint because there are no typed
+ enums in this header. Removed duplicate CFM-68K magic.
+
2003-02-12 Tom Yu <tlyu@mit.edu>
* Makefile.in: Remove stamp rules. Explicitly creates header
*/
#include "gssapiP_generic.h"
-
-#if TARGET_OS_MAC
-#include <Kerberos/com_err.h>
-#else
#include "com_err.h"
-#endif
/* XXXX internationalization!! */
#if TARGET_OS_MAC
# if defined(__MWERKS__)
# pragma import on
-# pragma enumsalwaysint on
# endif
# pragma options align=mac68k
#endif
/*
* POSIX says that sys/types.h is where size_t is defined.
*/
-#ifndef macintosh
#include <sys/types.h>
-#endif
/*
* If the platform supports the xom.h header file, it should be included here.
#if TARGET_OS_MAC
# if defined(__MWERKS__)
-# pragma enumsalwaysint reset
# pragma import reset
# endif
# pragma options align=reset
/* XXXX This is a necessary evil until the spec is fixed */
#define GSS_S_CRED_UNAVAIL GSS_S_FAILURE
-/* Macintoh CFM-68K magic incantation */
-#if defined(macintosh) && defined(__CFM68K__) && !defined(__USING_STATIC_LIBS__)
-#pragma import reset
-#endif
-
#endif /* _GSSAPI_H_ */
* $Id$
*/
-#if (defined(_WIN32) || defined(macintosh))
+#if defined(_WIN32)
#include "k5-int.h"
#else
#ifdef HAVE_STDLIB_H
* $Id$
*/
-#if defined(macintosh) || (defined(__MACH__) && defined(__APPLE__))
-#include <Kerberos/gssapi.h>
-#else
#include <gssapi/gssapi.h>
-#endif
#if defined(__cplusplus) && !defined(GSSAPIGENERIC_BEGIN_DECLS)
#define GSSAPIGENERIC_BEGIN_DECLS extern "C" {