]> granicus.if.org Git - php/commitdiff
Make it compile on windows
authorEdin Kadribasic <edink@php.net>
Thu, 20 May 2004 03:02:58 +0000 (03:02 +0000)
committerEdin Kadribasic <edink@php.net>
Thu, 20 May 2004 03:02:58 +0000 (03:02 +0000)
ext/pdo_pgsql/config.w32

index f65e51131da7741e211239e8db153d6a3d455b73..c1d955487cc52c3b962beb53d6e833d9f27ffb28 100644 (file)
@@ -8,6 +8,7 @@ if (PHP_PDO_PGSQL != "no") {
                        CHECK_HEADER_ADD_INCLUDE("libpq-fe.h", "CFLAGS_PDO_PGSQL", PHP_PHP_BUILD + "\\include\\pgsql;" + PHP_PDO_PGSQL)) {
                EXTENSION("pdo_pgsql", "pdo_pgsql.c pgsql_driver.c pgsql_statement.c");
                ADD_FLAG('CFLAGS_PDO_PGSQL', "/I ..\\pecl");
+               AC_DEFINE('HAVE_PDO_PGSQL', 1, 'Have PostgreSQL library');
        } else {
                WARNING("pdo_pgsql not enabled; libraries and headers not found");
        }