php-src/ext/dio/config.w32

10 lines
184 B
Plaintext
Raw Normal View History

// $Id$
// vim:ft=javascript
ARG_ENABLE("dio", "Enable the direct I/O support", "no");
if (PHP_DIO != "no") {
EXTENSION("dio", "dio.c");
AC_DEFINE('HAVE_DIO', 1, 'dio support');
}