tsrm_config.w32.h 256 B

123456789101112131415
  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. #define HAVE_REALPATH 1
  8. #include <malloc.h>
  9. #include <stdlib.h>
  10. #include <crtdbg.h>
  11. #endif