Annotation of embedaddon/php/ext/bcmath/libbcmath/src/config.h, revision 1.1

1.1     ! misho       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"

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>