mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Removed define checks that break the build.
This commit is contained in:
parent
746b89df16
commit
57aa3b984b
2 changed files with 0 additions and 6 deletions
|
@ -21,8 +21,6 @@
|
|||
#ifndef PHP_PDO_PGSQL_H
|
||||
#define PHP_PDO_PGSQL_H
|
||||
|
||||
#if HAVE_PDO_PGSQL
|
||||
|
||||
#include <libpq-fe.h>
|
||||
|
||||
extern zend_module_entry pdo_pgsql_module_entry;
|
||||
|
@ -44,7 +42,6 @@ PHP_RINIT_FUNCTION(pdo_pgsql);
|
|||
PHP_RSHUTDOWN_FUNCTION(pdo_pgsql);
|
||||
PHP_MINFO_FUNCTION(pdo_pgsql);
|
||||
|
||||
#endif /* HAVE_PDO_PGSQL */
|
||||
#endif /* PHP_PDO_PGSQL_H */
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue