From 0806cdda2789ca6394976d1ff3e65dd59bcb8d1b Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sat, 16 Feb 2019 21:55:12 -0700 Subject: Add towupper() and towlower() to Configure-ish files --- uconfig64.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'uconfig64.sh') diff --git a/uconfig64.sh b/uconfig64.sh index d8bfbe1a86..b6d3f8230e 100644 --- a/uconfig64.sh +++ b/uconfig64.sh @@ -538,6 +538,8 @@ d_times='undef' d_tm_tm_gmtoff='undef' d_tm_tm_zone='undef' d_tmpnam_r='undef' +d_towlower='undef' +d_towupper='undef' d_trunc='undef' d_truncate='undef' d_truncl='undef' -- cgit v1.2.1