svn rev #17713: trunk/src/util/support/

raeburn@MIT.EDU raeburn at MIT.EDU
Wed Mar 8 14:23:12 EST 2006


Commit By: raeburn
Log Message: 
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.



Changed Files:
U   trunk/src/util/support/ChangeLog
U   trunk/src/util/support/plugins.c



More information about the cvs-krb5 mailing list