Oops. This should come closer to building on Windows..
authorKen Raeburn <raeburn@mit.edu>
Wed, 8 Mar 2006 19:23:12 +0000 (19:23 +0000)
committerKen Raeburn <raeburn@mit.edu>
Wed, 8 Mar 2006 19:23:12 +0000 (19:23 +0000)
commitbf6eabce75df6a194c11578a3d1280b583f21004
treead5392208663af83ea685f7c1d2850a19e366cc6
parent063485f259058548f6353f48de10ec2313af04d6
Oops.  This should come closer to building on Windows..

* plugins.c: Only include dlfcn.h if USE_DLOPEN.
(struct plugin_file_handle): Only include a pointer if USE_DLOPEN.
(krb5int_open_plugin, krb5int_get_plugin_data, krb5int_close_plugin,
krb5int_open_plugin_dir, krb5int_close_plugin_dir): Only use the
dlopen interface if USE_DLOPEN is defined.
(krb5int_get_plugin_dir_data, krb5int_get_plugin_dir_func): Use
krb5int_get_plugin_data/func instead of dlsym.  Drop some debugging
code.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17713 dc483132-0cff-0310-8789-dd5450dbe970
src/util/support/ChangeLog
src/util/support/plugins.c