summaryrefslogtreecommitdiffstats
path: root/src/include/win-mac.h
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/win-mac.h
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/win-mac.h')
-rw-r--r--src/include/win-mac.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/win-mac.h b/src/include/win-mac.h
index 588384d361..053a75edd6 100644
--- a/src/include/win-mac.h
+++ b/src/include/win-mac.h
@@ -216,7 +216,7 @@ HINSTANCE get_lib_instance(void);
#endif /* _MSDOS || _WIN32 */
-#ifdef _MACINTOSH
+#ifdef macintosh
#define KRB5_CALLCONV
#define KRB5_CALLCONV_C
@@ -290,9 +290,9 @@ int fstat(int fildes, struct stat *buf);
#define _MACSOCKAPI_
#define THREEPARAMOPEN(x,y,z) open(x,y)
-#else /* _MACINTOSH */
+#else /* macintosh */
#define THREEPARAMOPEN(x,y,z) open(x,y,z)
-#endif /* _MACINTOSH */
+#endif /* macintosh */
#ifndef KRB5_CALLCONV
#define KRB5_CALLCONV