summaryrefslogtreecommitdiff
path: root/ext/bcmath/libbcmath/src/config.h
blob: e1b46cbc86163fca61b49caf432e33c0af4c21b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#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"