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