Fix header file so that winmac.h is #included when commpiling on the
authorTheodore Tso <tytso@mit.edu>
Mon, 17 Mar 1997 19:43:17 +0000 (19:43 +0000)
committerTheodore Tso <tytso@mit.edu>
Mon, 17 Mar 1997 19:43:17 +0000 (19:43 +0000)
Macintosh.

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

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

index 043ccadb3736de67965cf210b5398b32161d7b8a..99a4261fd4171876ac9cf4a7fd8a56ea4a8e1780 100644 (file)
@@ -1,3 +1,8 @@
+Mon Mar 17 14:42:33 1997  Theodore Y. Ts'o  <tytso@mit.edu>
+
+       * gssapi.hin: Fix header file so that winmac.h is #included when
+               compiling on the Macintosh.
+
 Sat Feb 22 18:57:56 1997  Richard Basch  <basch@lehman.com>
 
        * Makefile.in: Use some of the new library list build rules in
index ab1cf8258f72141169597957b5919ab4aa831d59..d78c09db53913ea2eae98a4e5716555503cb5b51 100644 (file)
@@ -27,7 +27,7 @@
  * Determine platform-dependent configuration.
  */
 
-#if defined(_MSDOS) || defined(_WIN32)
+#if defined(_MSDOS) || defined(_WIN32) || defined(_MACINTOSH)
 #include <win-mac.h>
 #endif