home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 26 / AACD 26.iso / AACD / Online / PHP / include / php / TSRM / tsrm_config.w32.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-09-06  |  210 b   |  16 lines

  1. #ifndef TSRM_CONFIG_W32_H
  2. #define TSRM_CONFIG_W32_H
  3.  
  4. #define HAVE_UTIME 1
  5. #define HAVE_ALLOCA 1
  6.  
  7. #undef inline
  8. #ifdef ZEND_WIN32_FORCE_INLINE
  9. # define inline __forceinline
  10. #else
  11. # define inline
  12. #endif
  13.  
  14.  
  15. #endif
  16.