/* config.h.in. Generated from configure.in by autoheader. */ /* Whether to build eaccelerator as dynamic module */ #undef COMPILE_DL_EACCELERATOR /* Undef when you want to enable eaccelerator debug code */ #undef DEBUG /* The userid eAccelerator will be running under. */ #undef EA_USERID /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H /* Define if you like to use eAccelerator */ #undef HAVE_EACCELERATOR /* Define if you have the header file. */ #undef HAVE_EXT_SESSION_PHP_SESSION_H /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H /* Define to 1 if you have the header file. */ #undef HAVE_LIMITS_H /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H /* Define if ou have mprotect function */ #undef HAVE_MPROTECT /* Define to 1 if you have the header file. */ #undef HAVE_SCHED_H /* Define if ou have sched_yield function */ #undef HAVE_SCHED_YIELD /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H /* Define to 1 if you have the header file. */ #undef HAVE_STDLIB_H /* Define to 1 if you have the header file. */ #undef HAVE_STRINGS_H /* Define to 1 if you have the header file. */ #undef HAVE_STRING_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_PARAM_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H /* Define if you have semun union in sys/sem.h */ #undef HAVE_UNION_SEMUN /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H /* If you want eAccelerator to retain doc-comments in internal php structures (meta-programming) */ #undef INCLUDE_DOC_COMMENTS /* Define if you like to use fcntl based semaphores */ #undef MM_SEM_FCNTL /* Define if you like to use flock based semaphores */ #undef MM_SEM_FLOCK /* Define if you like to use sysvipc based semaphores */ #undef MM_SEM_IPC /* Define if you like to use posix based semaphores */ #undef MM_SEM_POSIX /* Define if you like to use pthread based semaphores */ #undef MM_SEM_PTHREAD /* Define if you like to use spinlock based semaphores */ #undef MM_SEM_SPINLOCK /* Define if you like to use sysvipc based shared memory */ #undef MM_SHM_IPC /* Define if you like to use anonymous mmap based shared memory */ #undef MM_SHM_MMAP_ANON /* Define if you like to use mmap on temporary file shared memory */ #undef MM_SHM_MMAP_FILE /* Define if you like to use posix mmap based shared memory */ #undef MM_SHM_MMAP_POSIX /* Define if you like to use mmap on /dev/zero based shared memory */ #undef MM_SHM_MMAP_ZERO /* Define to 1 if your C compiler doesn't accept -c and -o together. */ #undef NO_MINUS_C_MINUS_O /* Define to the address where bug reports for this package should be sent. */ #undef PACKAGE_BUGREPORT /* Define to the full name of this package. */ #undef PACKAGE_NAME /* Define to the full name and version of this package. */ #undef PACKAGE_STRING /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME /* Define to the version of this package. */ #undef PACKAGE_VERSION /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS /* Define if you like to use eAccelerator content cachin API */ #undef WITH_EACCELERATOR_CONTENT_CACHING /* Define if you like to release eAccelerator resources on PHP crash */ #undef WITH_EACCELERATOR_CRASH_DETECTION /* Define if you like to explore Zend bytecode */ #undef WITH_EACCELERATOR_DISASSEMBLER /* Define if you like to use eAccelerator enoder */ #undef WITH_EACCELERATOR_ENCODER /* Define if you want the information functions */ #undef WITH_EACCELERATOR_INFO /* Define if you like to load files encoded by eAccelerator encoder */ #undef WITH_EACCELERATOR_LOADER /* Define if you like to use peephole opcode optimization */ #undef WITH_EACCELERATOR_OPTIMIZER /* Define if you like to use eAccelerator session handlers to store session's information in shared memory */ #undef WITH_EACCELERATOR_SESSIONS /* Define if you like to use the eAccelerator functions to store keys in shared memory */ #undef WITH_EACCELERATOR_SHM /* Undef if you don't wan't to use inodes to determine hash keys */ #undef WITH_EACCELERATOR_USE_INODE