pgsql: Remove configure detection of crypt()

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove configure detection of crypt()
Date: 2019-08-21 20:15:08
Message-ID: E1i0X0e-00075H-Gv@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove configure detection of crypt()

crypt() hasn't been needed since crypt detection was removed from
PostgreSQL, so these configure checks are not necessary.

Reviewed-by: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Discussion: https://www.postgresql.org/message-id/flat/21f88934-f00c-27f6-a9d8-7ea06d317781%402ndquadrant.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c45643d618e35ec2fe91438df15abd4f3c0d85ca

Modified Files
--------------
configure | 71 +--
configure.in | 3 -
src/backend/libpq/crypt.c | 3 -
src/include/pg_config.h.in | 6 -
src/include/pg_config.h.win32 | 6 -
src/include/port.h | 3 -
src/port/crypt.c | 1067 -----------------------------------------
src/tools/msvc/Mkvcbuild.pm | 2 +-
8 files changed, 2 insertions(+), 1159 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2019-08-21 20:51:49 pgsql: Update comments on nbtree stack struct.
Previous Message Alvaro Herrera 2019-08-21 15:14:10 pgsql: Fix typo