mirror of
https://github.com/postgres/postgres.git
synced 2025-06-16 06:01:02 +03:00
All POSIX systems have langinfo.h and CODESET.
We don't need configure probes for HAVE_LANGINFO_H (it is implied by
!WIN32), and we don't need to consider systems that have it but don't
define CODESET (that was for OpenBSD in commit 81cca218
, but it has now
had it for 19 years).
Reviewed-by: Heikki Linnakangas <hlinnaka@iki.fi>
Discussion: https://postgr.es/m/CA%2BhUKGJqVe0%2BPv9dvC9dSums_PXxGo9SWcxYAMBguWJUGbWz-A%40mail.gmail.com
This commit is contained in:
@ -1447,7 +1447,6 @@ AC_CHECK_HEADERS(m4_normalize([
|
||||
execinfo.h
|
||||
getopt.h
|
||||
ifaddrs.h
|
||||
langinfo.h
|
||||
mbarrier.h
|
||||
sys/epoll.h
|
||||
sys/event.h
|
||||
|
Reference in New Issue
Block a user