1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 02:02:32 +01:00
Files
archived-php-src/ext/bcmath/libbcmath/src/config.h
2005-06-30 14:11:13 +00:00

11 lines
172 B
C

#if PHP_WIN32
#include "../../../../main/config.w32.h"
#else
#include <php_config.h>
#endif
#include "php.h"
#include <string.h>
#include "zend.h"
#include "zend_alloc.h"