summaryrefslogtreecommitdiff
path: root/ext/dbx/config.w32
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dbx/config.w32')
-rw-r--r--ext/dbx/config.w3210
1 files changed, 0 insertions, 10 deletions
diff --git a/ext/dbx/config.w32 b/ext/dbx/config.w32
deleted file mode 100644
index 77980548e4..0000000000
--- a/ext/dbx/config.w32
+++ /dev/null
@@ -1,10 +0,0 @@
-// $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");
-}