From: Frank M. Kromann Date: Wed, 3 Dec 2003 00:30:54 +0000 (+0000) Subject: Adding FrontBase config file for the new build system X-Git-Tag: php-5.0.0b3RC1~400 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a829089e25668980f335c8c4fd639ca26c451349;p=php Adding FrontBase config file for the new build system --- diff --git a/ext/fbsql/config.w32 b/ext/fbsql/config.w32 new file mode 100644 index 0000000000..fa5d2e9463 --- /dev/null +++ b/ext/fbsql/config.w32 @@ -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'); +}