aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/krb/parse.c
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/lib/krb5/krb/parse.c
parent3ae218d91ea7c5ead6b3095a5faa2708f8b05390 (diff)
downloadkrb5-7b8d15281d33c0699f851c3d39d6e5c8435cbede.zip
krb5-7b8d15281d33c0699f851c3d39d6e5c8435cbede.tar.gz
krb5-7b8d15281d33c0699f851c3d39d6e5c8435cbede.tar.bz2
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/lib/krb5/krb/parse.c')
-rw-r--r--src/lib/krb5/krb/parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/krb5/krb/parse.c b/src/lib/krb5/krb/parse.c
index 3b2305f..2e6bc6b 100644
--- a/src/lib/krb5/krb/parse.c
+++ b/src/lib/krb5/krb/parse.c
@@ -185,7 +185,7 @@ krb5_parse_name(context, name, nprincipal)
else
krb5_princ_component(context, principal, i)->length = size;
if (i + 1 != components) {
-#if !defined(_MSDOS) && !defined(_WIN32) && !defined(_MACINTOSH)
+#if !defined(_MSDOS) && !defined(_WIN32) && !defined(macintosh)
fprintf(stderr,
"Programming error in krb5_parse_name!");
exit(1);