summaryrefslogtreecommitdiffstats
path: root/src/include/krb5.hin
diff options
context:
space:
mode:
authorMiro Jurisic <meeroh@mit.edu>1998-07-17 20:39:56 +0000
committerMiro Jurisic <meeroh@mit.edu>1998-07-17 20:39:56 +0000
commit7b8d15281d33c0699f851c3d39d6e5c8435cbede (patch)
treef66c528e23f808dc0f3b9b9fbc09164c9a840db9 /src/include/krb5.hin
parent3ae218d91ea7c5ead6b3095a5faa2708f8b05390 (diff)
downloadkrb5-7b8d15281d33c0699f851c3d39d6e5c8435cbede.tar.gz
krb5-7b8d15281d33c0699f851c3d39d6e5c8435cbede.tar.xz
krb5-7b8d15281d33c0699f851c3d39d6e5c8435cbede.zip
Replaced preprocessor symbol _MACINTOSH with macintosh, since macintosh is the standard symbol defined by all Mac compiler (oh, sure, it doesn't have _. but at least it's always there)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10653 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/krb5.hin')
-rw-r--r--src/include/krb5.hin8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/krb5.hin b/src/include/krb5.hin
index 4150b07974..9949524045 100644
--- a/src/include/krb5.hin
+++ b/src/include/krb5.hin
@@ -27,15 +27,15 @@
#ifndef KRB5_GENERAL__
#define KRB5_GENERAL__
-#if defined(_MSDOS) || defined(_WIN32) || defined(_MACINTOSH)
+#if defined(_MSDOS) || defined(_WIN32) || defined(macintosh)
#include <win-mac.h>
/* Macintoh CFM-68K magic incantation */
-#if defined(_MACINTOSH) && defined(__CFM68K__) && !defined(__USING_STATIC_LIBS__)
+#if defined(macintosh) && defined(__CFM68K__) && !defined(__USING_STATIC_LIBS__)
#pragma import on
#endif
#endif
-#if defined(_MSDOS) || defined(_WIN32) || defined(_MACINTOSH)
+#if defined(_MSDOS) || defined(_WIN32) || defined(macintosh)
#include <win-mac.h>
#endif
@@ -2227,7 +2227,7 @@ KRB5_PROTOTYPE((krb5_context context,
char *in_tkt_service));
/* Macintoh CFM-68K magic incantation */
-#if defined(_MACINTOSH) && defined(__CFM68K__) && !defined(__USING_STATIC_LIBS__)
+#if defined(macintosh) && defined(__CFM68K__) && !defined(__USING_STATIC_LIBS__)
#pragma import reset
#endif