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

diff --git a/ext/fbsql/config.w32 b/ext/fbsql/config.w32
new file mode 100644 (file)
index 0000000..fa5d2e9
--- /dev/null
@@ -0,0 +1,9 @@
+// $Id$
+// vim:ft=javascript
+
+ARG_WITH("fbsql", "FrontBase support", "no");
+
+if (PHP_FBSQL == "yes") {
+       EXTENSION("fbsql", "php_fbsql.c");
+       AC_DEFINE('HAVE_FBSQL', 1, 'Have FrontBase support');
+}