Changeset 204

Show
Ignore:
Timestamp:
04/13/06 12:37:27 (2 years ago)
Author:
bart
Message:

When content cache is used also compiled shared memory functions

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • eaccelerator/trunk/ChangeLog

    r203 r204  
     12006-04-13  Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> 
     2 
     3        * When content cache is used also compiled shared memory functions 
     4 
    152006-04-11  Hans Rakers <hans at parse dot nl> 
    2         * Fix for 64-bit compilation warnings "cast to pointer from 
    3           integer of different size" 
     6 
     7        * Fix for 64-bit compilation warnings "cast to pointer from 
     8          integer of different size" 
    49 
    5102006-04-11  Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> 
  • eaccelerator/trunk/config.m4

    r178 r204  
    132132  if test "$eaccelerator_content_caching" = "yes"; then 
    133133    AC_DEFINE(WITH_EACCELERATOR_CONTENT_CACHING, 1, [Define if you like to use eAccelerator content cachin API]) 
     134    AC_DEFINE(WITH_EACCELERATOR_SHM, 1, [Define if you like to use the eAccelerator functions to store keys in shared memory]) 
    134135  fi 
    135136  if test "$eaccelerator_disassembler" = "yes"; then