root/ext/bcmath/libbcmath/src/config.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 #if PHP_WIN32
   2 #include "../../../../main/config.w32.h"
   3 #else
   4 #include <php_config.h>
   5 #endif
   6 
   7 #include "php.h"
   8 #include <string.h>
   9 #include "zend.h"
  10 #include "zend_alloc.h"

/* [<][>][^][v][top][bottom][index][help] */