]> granicus.if.org Git - php/commitdiff
Adding mssql config file for the new build system
authorFrank M. Kromann <fmk@php.net>
Wed, 3 Dec 2003 00:17:04 +0000 (00:17 +0000)
committerFrank M. Kromann <fmk@php.net>
Wed, 3 Dec 2003 00:17:04 +0000 (00:17 +0000)
ext/mssql/config.w32 [new file with mode: 0644]

diff --git a/ext/mssql/config.w32 b/ext/mssql/config.w32
new file mode 100644 (file)
index 0000000..bfaae93
--- /dev/null
@@ -0,0 +1,9 @@
+// $Id$
+// vim:ft=javascript
+
+ARG_ENABLE("mssql", "mssql support", "no");
+
+if (PHP_MSSQL == "yes") {
+       EXTENSION("mssql", "php_mssql.c");
+       AC_DEFINE('HAVE_MSSQL', 1, 'Have MSSQL support');
+}