File tree 7 files changed +4
-15
lines changed
7 files changed +4
-15
lines changed Original file line number Diff line number Diff line change @@ -12762,7 +12762,7 @@ $as_echo "#define HAVE_STDBOOL_H 1" >>confdefs.h
12762
12762
fi
12763
12763
12764
12764
12765
- 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/prctl.h sys/procctl.h sys/pstat.h sys/resource.h sys/select.h sys/sem.h sys/shm.h sys/sockio.h sys/tas.h sys/un.h termios.h ucred.h wchar.h wctype.h
12765
+ 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/prctl.h sys/procctl.h sys/pstat.h sys/resource.h sys/select.h sys/sem.h sys/shm.h sys/sockio.h sys/tas.h sys/un.h termios.h ucred.h wctype.h
12766
12766
do :
12767
12767
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12768
12768
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 @@ -1300,7 +1300,6 @@ AC_CHECK_HEADERS(m4_normalize([
1300
1300
sys/un.h
1301
1301
termios.h
1302
1302
ucred.h
1303
- wchar.h
1304
1303
wctype.h
1305
1304
]))
1306
1305
Original file line number Diff line number Diff line change 72
72
73
73
/*
74
74
* towlower() and friends should be in <wctype.h>, but some pre-C99 systems
75
- * declare them in <wchar.h>.
75
+ * declare them in <wchar.h>, so include that too .
76
76
*/
77
- #ifdef HAVE_WCHAR_H
78
77
#include <wchar.h>
79
- #endif
80
78
#ifdef HAVE_WCTYPE_H
81
79
#include <wctype.h>
82
80
#endif
Original file line number Diff line number Diff line change 677
677
/* Define to 1 if you have the <uuid/uuid.h> header file. */
678
678
#undef HAVE_UUID_UUID_H
679
679
680
- /* Define to 1 if you have the <wchar.h> header file. */
681
- #undef HAVE_WCHAR_H
682
-
683
680
/* Define to 1 if you have the `wcstombs_l' function. */
684
681
#undef HAVE_WCSTOMBS_L
685
682
Original file line number Diff line number Diff line change 43
43
44
44
/*
45
45
* towlower() and friends should be in <wctype.h>, but some pre-C99 systems
46
- * declare them in <wchar.h>.
46
+ * declare them in <wchar.h>, so include that too .
47
47
*/
48
- #ifdef HAVE_WCHAR_H
49
48
#include <wchar.h>
50
- #endif
51
49
#ifdef HAVE_WCTYPE_H
52
50
#include <wctype.h>
53
51
#endif
Original file line number Diff line number Diff line change 20
20
21
21
/*
22
22
* towlower() and friends should be in <wctype.h>, but some pre-C99 systems
23
- * declare them in <wchar.h>.
23
+ * declare them in <wchar.h>, so include that too .
24
24
*/
25
- #ifdef HAVE_WCHAR_H
26
25
#include <wchar.h>
27
- #endif
28
26
#ifdef HAVE_WCTYPE_H
29
27
#include <wctype.h>
30
28
#endif
Original file line number Diff line number Diff line change @@ -396,7 +396,6 @@ sub GenerateFiles
396
396
HAVE_UUID_H => undef ,
397
397
HAVE_UUID_UUID_H => undef ,
398
398
HAVE_WINLDAP_H => undef ,
399
- HAVE_WCHAR_H => 1,
400
399
HAVE_WCSTOMBS_L => 1,
401
400
HAVE_WCTYPE_H => 1,
402
401
HAVE_X509_GET_SIGNATURE_NID => 1,
You can’t perform that action at this time.
0 commit comments