#include #include #include #include #ifndef macintosh #include #endif #include #include #include #include #include #include "plugin_common.h" #ifdef macintosh #include #endif #ifdef WIN32 BOOL APIENTRY DllMain( HANDLE hModule, DWORD ul_reason_for_call, LPVOID lpReserved ) { switch (ul_reason_for_call) { case DLL_PROCESS_ATTACH: case DLL_THREAD_ATTACH: case DLL_THREAD_DETACH: case DLL_PROCESS_DETACH: break; } return TRUE; } #endif SASL_CLIENT_PLUG_INIT( gssapiv2 ) SASL_SERVER_PLUG_INIT( gssapiv2 )