pgsql: Don't add HAVE_LDAP_H HAVE_WINLDAP_H to pg_config.h - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Don't add HAVE_LDAP_H HAVE_WINLDAP_H to pg_config.h
Date
Msg-id E1oOjZQ-0009AF-M3@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Don't add HAVE_LDAP_H HAVE_WINLDAP_H to pg_config.h

They're not referenced, so we don't need them in in pg_config.h.

Reviewed-by: Peter Eisentraut <peter.eisentraut@enterprisedb.com>
Discussion: http://postgr.es/m/e0c44fb2-8b66-a4b9-b274-7ed3a1a0ab74@enterprisedb.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4ab53b647abffb911bea35662ca4b22d788c25d4

Modified Files
--------------
configure                  | 16 ++--------------
configure.ac               | 12 ++++++------
src/include/pg_config.h.in |  6 ------
src/tools/msvc/Solution.pm |  2 --
4 files changed, 8 insertions(+), 28 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Ensure that pg_auth_members.grantor is always valid.
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Ensure that pg_auth_members.grantor is always valid.