changed QSE_ENABLE_STATIC_MOUDLE handling in httpd

This commit is contained in:
hyung-hwan 2014-11-13 17:20:55 +00:00
parent 652784bafb
commit 206781ce27

View File

@ -1,4 +1,10 @@
/* Override the global definition QSE_ENABLE_STATIC_MODULE
* for httpd on platforms with mature dynamic loading support.
*/
#if defined(QSE_ENABLE_STATIC_MODULE) && \
(defined(USE_LTDL) || defined(_WIN32) || defined(__OS2__))
# undef QSE_ENABLE_STATIC_MODULE
#endif
static void* mod_open (qse_httpd_t* httpd, const qse_char_t* sysname)
{