summaryrefslogtreecommitdiffstats
path: root/src/include/k5-int.h
diff options
context:
space:
mode:
authorKeith Vetter <keithv@fusion.com>1995-07-06 01:39:47 +0000
committerKeith Vetter <keithv@fusion.com>1995-07-06 01:39:47 +0000
commitad04b0224f8ba5209ca25ad3d94a24d0cf3dae06 (patch)
tree6ac5e2e057c1c05f099d6c4eedefc732a6aaa95b /src/include/k5-int.h
parentc2e72b506ff5ea2b92f026be2bfaff1851c87432 (diff)
downloadkrb5-ad04b0224f8ba5209ca25ad3d94a24d0cf3dae06.tar.gz
krb5-ad04b0224f8ba5209ca25ad3d94a24d0cf3dae06.tar.xz
krb5-ad04b0224f8ba5209ca25ad3d94a24d0cf3dae06.zip
Changes for Macintosh implementation
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6229 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/k5-int.h')
-rw-r--r--src/include/k5-int.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/k5-int.h b/src/include/k5-int.h
index 5cab74c82..a32fa43aa 100644
--- a/src/include/k5-int.h
+++ b/src/include/k5-int.h
@@ -37,7 +37,11 @@
#include "preauth.h"
#include "rsa-md5.h"
/* #include "krb5/wordsize.h" -- comes in through base-defs.h. */
+#if !defined(_MACINTOSH)
#include "profile.h"
+#else
+typedef unsigned long profile_t;
+#endif
struct _krb5_context {
krb5_magic magic;