summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJeff Davis <jdavis@postgresql.org>2025-10-29 14:17:13 -0700
committerJeff Davis <jdavis@postgresql.org>2025-10-29 14:17:13 -0700
commit3853a6956c3e3bc7a6fa9bcdb205a2997f46bac2 (patch)
treed53058de062edbdbae7fadccf5f40b11147d2293 /configure
parent16edc1b94fc2db6e6a376471e280b50a418907c2 (diff)
Use C11 char16_t and char32_t for Unicode code points.
Reviewed-by: Tatsuo Ishii <ishii@postgresql.org> Reviewed-by: Thomas Munro <thomas.munro@gmail.com> Reviewed-by: Peter Eisentraut <peter@eisentraut.org> Discussion: https://postgr.es/m/bedcc93d06203dfd89815b10f815ca2de8626e85.camel%40j-davis.com
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 7ce52173dd8..f7c24c8f576 100755
--- a/configure
+++ b/configure
@@ -13627,7 +13627,7 @@ fi
## Header files
##
-for ac_header in atomic.h copyfile.h execinfo.h getopt.h ifaddrs.h mbarrier.h sys/epoll.h sys/event.h sys/personality.h sys/prctl.h sys/procctl.h sys/signalfd.h sys/ucred.h termios.h ucred.h xlocale.h
+for ac_header in atomic.h copyfile.h execinfo.h getopt.h ifaddrs.h mbarrier.h sys/epoll.h sys/event.h sys/personality.h sys/prctl.h sys/procctl.h sys/signalfd.h sys/ucred.h termios.h uchar.h ucred.h xlocale.h
do :
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"