mirror of
https://github.com/php-win-ext/pecl-memcache.git
synced 2026-03-24 00:52:07 +01:00
10 lines
203 B
JavaScript
10 lines
203 B
JavaScript
// $Id$
|
|
// vim:ft=javascript
|
|
|
|
ARG_ENABLE("memcache", "memcache support", "yes");
|
|
|
|
if (PHP_FTP == "yes") {
|
|
EXTENSION("memcache", "memcache.c");
|
|
AC_DEFINE('HAVE_MEMCACHE', 1, 'Have memcache support');
|
|
}
|