We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3789aab commit 540067fCopy full SHA for 540067f
ext/bcmath/libbcmath/src/config.h
@@ -1,5 +1,7 @@
1
#if PHP_WIN32
2
#include "../../../../main/config.w32.h"
3
+#elif defined(NETWARE)
4
+#include "config.nw.h"
5
#else
6
#include "php_config.h"
7
#endif
0 commit comments