pgsql: Don't add HAVE_LDAP_H HAVE_WINLDAP_H to pg_config.h

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Don't add HAVE_LDAP_H HAVE_WINLDAP_H to pg_config.h
Date: 2022-08-18 17:44:41
Message-ID: E1oOjZQ-0009AF-M3@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)eisentraut(at)enterprisedb(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2022-08-18 18:22:02 Re: pgsql: Ensure that pg_auth_members.grantor is always valid.
Previous Message Robert Haas 2022-08-18 17:26:02 pgsql: Ensure that pg_auth_members.grantor is always valid.