summaryrefslogtreecommitdiff
path: root/ext/bcmath/libbcmath/src/config.h
blob: 20f00e7e0a23901a2740b1b03bd18919f89f287d (plain)
1
2
3
4
5
6
7
8
9
#if PHP_WIN32
#include "../../../../main/config.w32.h"
#else
#include <php_config.h>
#endif

#include <string.h>
#include "zend.h"
#include "zend_alloc.h"