File tree 7 files changed +2
-31
lines changed
7 files changed +2
-31
lines changed Original file line number Diff line number Diff line change @@ -13875,7 +13875,7 @@ $as_echo "#define HAVE_STDBOOL_H 1" >>confdefs.h
13875
13875
fi
13876
13876
13877
13877
13878
- for ac_header in atomic.h copyfile.h execinfo.h getopt.h ifaddrs.h langinfo.h mbarrier.h poll.h sys/epoll.h sys/event.h sys/ipc.h sys/personality.h sys/prctl.h sys/procctl.h sys/resource.h sys/select.h sys/sem.h sys/shm.h sys/signalfd.h sys/sockio.h sys/uio.h sys/un.h termios.h ucred.h wctype.h
13878
+ for ac_header in atomic.h copyfile.h execinfo.h getopt.h ifaddrs.h langinfo.h mbarrier.h poll.h sys/epoll.h sys/event.h sys/ipc.h sys/personality.h sys/prctl.h sys/procctl.h sys/resource.h sys/select.h sys/sem.h sys/shm.h sys/signalfd.h sys/sockio.h sys/uio.h sys/un.h termios.h ucred.h
13879
13879
do :
13880
13880
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13881
13881
ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
Original file line number Diff line number Diff line change @@ -1469,7 +1469,6 @@ AC_CHECK_HEADERS(m4_normalize([
1469
1469
sys/un.h
1470
1470
termios.h
1471
1471
ucred.h
1472
- wctype.h
1473
1472
] ) )
1474
1473
1475
1474
# On BSD, test for net/if.h will fail unless sys/socket.h
Original file line number Diff line number Diff line change 69
69
#include <math.h>
70
70
#include <float.h>
71
71
#include <limits.h>
72
-
73
- /*
74
- * towlower() and friends should be in <wctype.h>, but some pre-C99 systems
75
- * declare them in <wchar.h>, so include that too.
76
- */
77
- #include <wchar.h>
78
- #ifdef HAVE_WCTYPE_H
79
72
#include <wctype.h>
80
- #endif
81
73
82
74
#ifdef USE_ICU
83
75
#include <unicode/ustring.h>
Original file line number Diff line number Diff line change 700
700
/* Define to 1 if you have the `wcstombs_l' function. */
701
701
#undef HAVE_WCSTOMBS_L
702
702
703
- /* Define to 1 if you have the <wctype.h> header file. */
704
- #undef HAVE_WCTYPE_H
705
-
706
703
/* Define to 1 if you have the <winldap.h> header file. */
707
704
#undef HAVE_WINLDAP_H
708
705
Original file line number Diff line number Diff line change 40
40
41
41
#include <ctype.h>
42
42
#include <limits.h>
43
-
44
- /*
45
- * towlower() and friends should be in <wctype.h>, but some pre-C99 systems
46
- * declare them in <wchar.h>, so include that too.
47
- */
48
- #include <wchar.h>
49
- #ifdef HAVE_WCTYPE_H
50
43
#include <wctype.h>
51
- #endif
52
44
53
45
#include "mb/pg_wchar.h"
54
46
Original file line number Diff line number Diff line change 14
14
15
15
#include <ctype.h>
16
16
#include <limits.h>
17
+ #include <wctype.h>
17
18
18
19
#include "lib/stringinfo.h"
19
20
#include "mb/pg_wchar.h"
20
21
#include "utils/pg_locale.h"
21
22
22
- /*
23
- * towlower() and friends should be in <wctype.h>, but some pre-C99 systems
24
- * declare them in <wchar.h>, so include that too.
25
- */
26
- #include <wchar.h>
27
- #ifdef HAVE_WCTYPE_H
28
- #include <wctype.h>
29
- #endif
30
-
31
23
/* working state for tsearch_readline (should be a local var in caller) */
32
24
typedef struct
33
25
{
Original file line number Diff line number Diff line change @@ -426,7 +426,6 @@ sub GenerateFiles
426
426
HAVE_UUID_UUID_H => undef ,
427
427
HAVE_WINLDAP_H => undef ,
428
428
HAVE_WCSTOMBS_L => 1,
429
- HAVE_WCTYPE_H => 1,
430
429
HAVE_VISIBILITY_ATTRIBUTE => undef ,
431
430
HAVE_WRITEV => undef ,
432
431
HAVE_X509_GET_SIGNATURE_NID => 1,
You can’t perform that action at this time.
0 commit comments