1
0
mirror of https://github.com/php/php-src.git synced 2026-04-24 08:28:26 +02:00
Files
archived-php-src/ext/bcmath/libbcmath/src/config.h
T
2003-02-17 03:07:33 +00:00

13 lines
218 B
C

#if PHP_WIN32
#include "../../../../main/config.w32.h"
#elif defined(NETWARE)
#include "config.nw.h"
#else
#include "php_config.h"
#endif
#include "php.h"
#include <string.h>
#include "zend.h"
#include "zend_alloc.h"