|
Revision 34, 494 bytes
(checked in by everaldo_canuto, 4 years ago)
|
eLoader added eLoader is a standalone loader for encode files.
|
- Property svn:eol-style set to
native
- Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 |
PHP_ARG_ENABLE(eloader, whether to enable mmcache support, |
|---|
| 2 |
[ --enable-eloader Enable eLoader support]) |
|---|
| 3 |
|
|---|
| 4 |
dnl PHP_BUILD_SHARED |
|---|
| 5 |
if test "$PHP_MMCACHE" != "no"; then |
|---|
| 6 |
PHP_EXTENSION(eloader, $ext_shared) |
|---|
| 7 |
AC_DEFINE(HAVE_EACCELERATOR, 1, [Define if you like to use eAccelerator]) |
|---|
| 8 |
AC_DEFINE(WITH_EACCELERATOR_LOADER, 1, [Define if you like to use eAccelerator loader]) |
|---|
| 9 |
AC_DEFINE(HAVE_EACCELERATOR_STANDALONE_LOADER, 1, [Define if you like to use eAccelerator standolone loader]) |
|---|
| 10 |
fi |
|---|