php-src/ext/dio/config.w32
Frank M. Kromann 36702d5f41 Allow compilation on Win32.
Need to implement a few Windows specific functions.
2004-06-09 19:27:36 +00:00

10 lines
184 B
JavaScript

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