diff options
author | Greg Hudson <ghudson@mit.edu> | 2011-06-17 13:44:26 +0000 |
---|---|---|
committer | Greg Hudson <ghudson@mit.edu> | 2011-06-17 13:44:26 +0000 |
commit | 6d2780e121d8305c3acf43c56730884396990854 (patch) | |
tree | e66211bef53665e5ac1f93bc3b820a06f6b77b86 /src/include/osconf.hin | |
parent | 4b778bc6d6e8db0c1145da0aa618289ab1812d37 (diff) | |
download | krb5-6d2780e121d8305c3acf43c56730884396990854.tar.gz krb5-6d2780e121d8305c3acf43c56730884396990854.tar.xz krb5-6d2780e121d8305c3acf43c56730884396990854.zip |
Add k5_plugin_register_dyn internal API
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24969 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/osconf.hin')
-rw-r--r-- | src/include/osconf.hin | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/osconf.hin b/src/include/osconf.hin index 073ce1422..04f10ce82 100644 --- a/src/include/osconf.hin +++ b/src/include/osconf.hin @@ -59,6 +59,9 @@ #define DEFAULT_LNAME_FILENAME "@PREFIX/lib/krb5.aname" #endif /* _WINDOWS */ +#define DEFAULT_PLUGIN_BASE_DIR "@LIBDIR/krb5/plugins" +#define PLUGIN_EXT "@DYNOBJEXT" + #define DEFAULT_KDB_FILE "@LOCALSTATEDIR/krb5kdc/principal" #define DEFAULT_KEYFILE_STUB "@LOCALSTATEDIR/krb5kdc/.k5." #define KRB5_DEFAULT_ADMIN_ACL "@LOCALSTATEDIR/krb5kdc/krb5_adm.acl" |