Show
Ignore:
Timestamp:
05/16/05 00:56:09 (4 years ago)
Author:
zoeloelip
Message:

Added --without-eaccelerator-use-inode configure switch to disable the use
of inode numbers for the hash keys (Feature request 1201159). The default
behaviour doesn't change.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • eaccelerator/trunk/eaccelerator.h

    r76 r101  
    5757#endif 
    5858 
    59 // TODO: add as configure switch 
    60 #ifndef ZEND_WIN32 
     59#if !defined(ZEND_WIN32) && defined(WITH_EACCELERATOR_USE_INODE) 
    6160/* UnDefine if your filesystem doesn't support inodes */ 
    6261#  define EACCELERATOR_USE_INODE