Changeset 165 for trunk/xcache.h
- Timestamp:
- 09/13/2006 02:22:57 PM (7 years ago)
- Files:
-
- 1 modified
-
trunk/xcache.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xcache.h
r157 r165 19 19 #include "lock.h" 20 20 21 #ifndef ZEND_WIN32 22 /* UnDefine if your filesystem doesn't support inodes */ 23 # define HAVE_INODE 24 #endif 21 #define HAVE_INODE 25 22 #if !defined(ZEND_ENGINE_2_1) && (PHP_MAJOR_VERSION == 5 && PHP_MINOR_VERSION >= 1 || PHP_MAJOR_VERSION > 5) 26 23 # define ZEND_ENGINE_2_1

