1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 18:23:26 +02:00
Files
archived-php-src/ext/dio/config.w32
T
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');
}