Note that there can still only be one, it will just use the
first one it finds. Just want to have different names for them
so that we can distinguish between different plugins.
ticket: new
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20861
dc483132-0cff-0310-8789-
dd5450dbe970
#include "kim_private.h"
+const char * const *kim_ui_plugin_files = NULL;
#if TARGET_OS_MAC
-const char * const kim_ui_plugin_files[] = { "KerberosUI", NULL };
static const char *kim_ui_plugin_dirs[] = { KRB5_KIM_UI_PLUGIN_BUNDLE_DIR, LIBDIR "/krb5/plugins/kimui", NULL };
#else
-const char * const *kim_ui_plugin_files = NULL;
static const char *kim_ui_plugin_dirs[] = { LIBDIR "/krb5/plugins/kimui", NULL };
#endif