Browse Source

To include the NetWare config file

migration/unlabaled-1.1.2
Anantha Kesari H Y 24 years ago
parent
commit
06e2fabc02
  1. 2
      ext/bcmath/libbcmath/src/config.h

2
ext/bcmath/libbcmath/src/config.h

@ -1,5 +1,7 @@
#if PHP_WIN32
#include "../../../../main/config.w32.h"
#elif defined(NETWARE)
#include "config.nw.h"
#else
#include "php_config.h"
#endif

Loading…
Cancel
Save