Remove configure detection of crypt()
Peter Eisentraut <peter@eisentraut.org>
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@sss.pgh.pa.us> Discussion: https://www.postgresql.org/message-id/flat/21f88934-f00c-27f6-a9d8-7ea06d317781%402ndquadrant.com
Files
| Path | Change | +/− |
|---|---|---|
| configure | modified | +1 −70 |
| configure.in | modified | +0 −3 |
| src/backend/libpq/crypt.c | modified | +0 −3 |
| src/include/pg_config.h.in | modified | +0 −6 |
| src/include/pg_config.h.win32 | modified | +0 −6 |
| src/include/port.h | modified | +0 −3 |
| src/port/crypt.c | deleted | +0 −1067 |
| src/tools/msvc/Mkvcbuild.pm | modified | +1 −1 |
Discussion
- configure still looking for crypt()? 3 messages · 2019-08-20 → 2019-08-21