summaryrefslogtreecommitdiff
path: root/ext/dio/config.w32
blob: 74f0871fb11fa83e63e6999c6c9d571428e92cdd (plain)
1
2
3
4
5
6
7
8
9
// $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');
}