Deleted Added
full compact
config.h.in (157184) config.h.in (165670)
1/* config.h.in. Maintained by hand. */
2
3/* Define NO_MULTIBYTE_SUPPORT to not compile in support for multibyte
4 characters, even if the OS supports them. */
5#undef NO_MULTIBYTE_SUPPORT
6
7/* Define if on MINIX. */
8#undef _MINIX

--- 27 unchanged lines hidden (view full) ---

36#undef HAVE_GETPWNAM
37
38/* Define if you have the getpwuid function. */
39#undef HAVE_GETPWUID
40
41/* Define if you have the isascii function. */
42#undef HAVE_ISASCII
43
1/* config.h.in. Maintained by hand. */
2
3/* Define NO_MULTIBYTE_SUPPORT to not compile in support for multibyte
4 characters, even if the OS supports them. */
5#undef NO_MULTIBYTE_SUPPORT
6
7/* Define if on MINIX. */
8#undef _MINIX

--- 27 unchanged lines hidden (view full) ---

36#undef HAVE_GETPWNAM
37
38/* Define if you have the getpwuid function. */
39#undef HAVE_GETPWUID
40
41/* Define if you have the isascii function. */
42#undef HAVE_ISASCII
43
44/* Define if you have the iswctype function. */
45#undef HAVE_ISWCTYPE
46
47/* Define if you have the iswlower function. */
48#undef HAVE_ISWLOWER
49
50/* Define if you have the iswupper function. */
51#undef HAVE_ISWUPPER
52
44/* Define if you have the isxdigit function. */
45#undef HAVE_ISXDIGIT
46
47/* Define if you have the kill function. */
48#undef HAVE_KILL
49
50/* Define if you have the lstat function. */
51#undef HAVE_LSTAT

--- 31 unchanged lines hidden (view full) ---

83#undef STRCOLL_BROKEN
84
85/* Define if you have the strpbrk function. */
86#undef HAVE_STRPBRK
87
88/* Define if you have the tcgetattr function. */
89#undef HAVE_TCGETATTR
90
53/* Define if you have the isxdigit function. */
54#undef HAVE_ISXDIGIT
55
56/* Define if you have the kill function. */
57#undef HAVE_KILL
58
59/* Define if you have the lstat function. */
60#undef HAVE_LSTAT

--- 31 unchanged lines hidden (view full) ---

92#undef STRCOLL_BROKEN
93
94/* Define if you have the strpbrk function. */
95#undef HAVE_STRPBRK
96
97/* Define if you have the tcgetattr function. */
98#undef HAVE_TCGETATTR
99
100/* Define if you have the towlower function. */
101#undef HAVE_TOWLOWER
102
103/* Define if you have the towupper function. */
104#undef HAVE_TOWUPPER
105
91/* Define if you have the vsnprintf function. */
92#undef HAVE_VSNPRINTF
93
106/* Define if you have the vsnprintf function. */
107#undef HAVE_VSNPRINTF
108
94/* Define if you have the wctomb function. */
95#undef HAVE_WCTOMB
109/* Define if you have the wcrtomb function. */
110#undef HAVE_WCRTOMB
96
111
112/* Define if you have the wcscoll function. */
113#undef HAVE_WCSCOLL
114
115/* Define if you have the wctype function. */
116#undef HAVE_WCTYPE
117
97/* Define if you have the wcwidth function. */
98#undef HAVE_WCWIDTH
99
100#undef STDC_HEADERS
101
102/* Define if you have the <dirent.h> header file. */
103#undef HAVE_DIRENT_H
104

--- 64 unchanged lines hidden (view full) ---

169#undef HAVE_UNISTD_H
170
171/* Define if you have the <varargs.h> header file. */
172#undef HAVE_VARARGS_H
173
174/* Define if you have the <wchar.h> header file. */
175#undef HAVE_WCHAR_H
176
118/* Define if you have the wcwidth function. */
119#undef HAVE_WCWIDTH
120
121#undef STDC_HEADERS
122
123/* Define if you have the <dirent.h> header file. */
124#undef HAVE_DIRENT_H
125

--- 64 unchanged lines hidden (view full) ---

190#undef HAVE_UNISTD_H
191
192/* Define if you have the <varargs.h> header file. */
193#undef HAVE_VARARGS_H
194
195/* Define if you have the <wchar.h> header file. */
196#undef HAVE_WCHAR_H
197
177/* Define if you have the <varargs.h> header file. */
198/* Define if you have the <wctype.h> header file. */
178#undef HAVE_WCTYPE_H
179
180#undef HAVE_MBSTATE_T
181
199#undef HAVE_WCTYPE_H
200
201#undef HAVE_MBSTATE_T
202
203/* Define if you have wchar_t in <wctype.h>. */
204#undef HAVE_WCHAR_T
205
206/* Define if you have wctype_t in <wctype.h>. */
207#undef HAVE_WCTYPE_T
208
209/* Define if you have wint_t in <wctype.h>. */
210#undef HAVE_WINT_T
211
182/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
183#undef HAVE_LANGINFO_CODESET
184
185/* Definitions pulled in from aclocal.m4. */
186#undef VOID_SIGHANDLER
187
188#undef GWINSZ_IN_SYS_IOCTL
189

--- 49 unchanged lines hidden ---
212/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
213#undef HAVE_LANGINFO_CODESET
214
215/* Definitions pulled in from aclocal.m4. */
216#undef VOID_SIGHANDLER
217
218#undef GWINSZ_IN_SYS_IOCTL
219

--- 49 unchanged lines hidden ---