diff options
Diffstat (limited to 'ext/pgsql/php_pgsql.h')
-rw-r--r-- | ext/pgsql/php_pgsql.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/pgsql/php_pgsql.h b/ext/pgsql/php_pgsql.h index 0ce9756cd4..6ce51480a5 100644 --- a/ext/pgsql/php_pgsql.h +++ b/ext/pgsql/php_pgsql.h @@ -22,11 +22,6 @@ #ifndef _PHP_PGSQL_H #define _PHP_PGSQL_H -#ifdef COMPILE_DL_PGSQL -#undef HAVE_PGSQL -#define HAVE_PGSQL 1 -#endif - #if HAVE_PGSQL extern zend_module_entry pgsql_module_entry; |