Use #ifdef COMPILE_DL_EXTNAME solely.

This commit is contained in:
Sascha Schumann 2000-05-23 09:33:51 +00:00
parent 0236982d6d
commit 4686a3b50e
36 changed files with 56 additions and 56 deletions

View file

@ -40,7 +40,7 @@ zend_module_entry bcmath_module_entry = {
"bcmath", bcmath_functions, NULL, NULL, PHP_RINIT(bcmath), PHP_RSHUTDOWN(bcmath), NULL, STANDARD_MODULE_PROPERTIES
};
#if defined(COMPILE_DL) || defined(COMPILE_DL_BCMATH)
#ifdef COMPILE_DL_BCMATH
ZEND_GET_MODULE(bcmath)
#endif