From 7b8d15281d33c0699f851c3d39d6e5c8435cbede Mon Sep 17 00:00:00 2001 From: Miro Jurisic Date: Fri, 17 Jul 1998 20:39:56 +0000 Subject: 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 --- src/include/win-mac.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/include/win-mac.h') 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 -- cgit