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

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