summaryrefslogtreecommitdiffstats
path: root/src/include/win-mac.h
diff options
context:
space:
mode:
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