php-src/ext/dbx/config.w32

11 lines
329 B
Plaintext
Raw Normal View History

// $Id$
// vim:ft=javascript
ARG_ENABLE("dbx", "Enable the bundled dbx library", "no");
if (PHP_DBX != "no") {
EXTENSION("dbx", "dbx.c dbx_fbsql.c dbx_mssql.c dbx_mysql.c dbx_oci8.c dbx_odbc.c dbx_pgsql.c dbx_sqlite.c dbx_sybasect.c");
AC_DEFINE('HAVE_DBX', 1, 'dbx support');
ADD_FLAG("CFLAGS_DBX", "/D HAVE_LIBINTL=1");
}