Files
pecl-memcache/config.w32
Antony Dovgal b40c8d8afe Initial import
2004-02-11 16:06:39 +00:00

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');
}