summaryrefslogtreecommitdiffstats
path: root/src/include/krb5.hin
diff options
context:
space:
mode:
authorAlexandra Ellwood <lxs@mit.edu>2003-03-06 20:02:21 +0000
committerAlexandra Ellwood <lxs@mit.edu>2003-03-06 20:02:21 +0000
commit842773045c5df3cdc3e50a8457451d6d1c54655e (patch)
tree414908036e0ff7d35be02ffc5f690ce0790a3036 /src/include/krb5.hin
parent72d8b6e214ede1f8ad38a75da74abba92b83f72e (diff)
downloadkrb5-842773045c5df3cdc3e50a8457451d6d1c54655e.tar.gz
krb5-842773045c5df3cdc3e50a8457451d6d1c54655e.tar.xz
krb5-842773045c5df3cdc3e50a8457451d6d1c54655e.zip
* krb5.h: Removed enumsalwaysint because there are no typed enums in this header. * k5-int.h: Removed Mac OS header goober. Added prototype for os_get_default_config_files which will be used by KfM's preference APIs (KFM needs to get the secure default files as well as the normal ones). Moved profile.h inclusion higher so it gets included before this function and thus its types are defined (the reason I put it where I did was there is another config file function next to it)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15247 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/krb5.hin')
-rw-r--r--src/include/krb5.hin8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/include/krb5.hin b/src/include/krb5.hin
index c6f7040a5a..eece828f1f 100644
--- a/src/include/krb5.hin
+++ b/src/include/krb5.hin
@@ -119,8 +119,7 @@ KRB5INT_BEGIN_DECLS
#if TARGET_OS_MAC
# if defined(__MWERKS__)
-# pragma import on
-# pragma enumsalwaysint on
+# pragma import on
# endif
# pragma options align=mac68k
#endif
@@ -2555,10 +2554,9 @@ krb5_prompt_type* KRB5_CALLCONV krb5_get_prompt_types
#if TARGET_OS_MAC
# if defined(__MWERKS__)
-# pragma enumsalwaysint reset
-# pragma import reset
+# pragma import reset
# endif
-# pragma options align=reset
+# pragma options align=reset
#endif
KRB5INT_END_DECLS