tsrm_config.w32.h 359 B

1234567891011121314151617181920212223
  1. #ifndef TSRM_CONFIG_W32_H
  2. #define TSRM_CONFIG_W32_H
  3. #include <../main/config.w32.h>
  4. #include "Zend/zend_config.w32.h"
  5. #define HAVE_UTIME 1
  6. #define HAVE_ALLOCA 1
  7. #include <malloc.h>
  8. #include <stdlib.h>
  9. #include <crtdbg.h>
  10. #endif
  11. /*
  12. * Local variables:
  13. * tab-width: 4
  14. * c-basic-offset: 4
  15. * End:
  16. * vim600: sw=4 ts=4 fdm=marker
  17. * vim<600: sw=4 ts=4
  18. */