Deleted Added
full compact
config.h.in (136644) config.h.in (157184)
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

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

21
22#undef PROTOTYPES
23
24#undef __CHAR_UNSIGNED__
25
26/* Define if the `S_IS*' macros in <sys/stat.h> do not work properly. */
27#undef STAT_MACROS_BROKEN
28
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

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

21
22#undef PROTOTYPES
23
24#undef __CHAR_UNSIGNED__
25
26/* Define if the `S_IS*' macros in <sys/stat.h> do not work properly. */
27#undef STAT_MACROS_BROKEN
28
29/* Define if you have the fcntl function. */
30#undef HAVE_FCNTL
31
32/* Define if you have the getpwent function. */
33#undef HAVE_GETPWENT
34
35/* Define if you have the getpwnam function. */
36#undef HAVE_GETPWNAM
37
38/* Define if you have the getpwuid function. */
39#undef HAVE_GETPWUID
40
29/* Define if you have the isascii function. */
30#undef HAVE_ISASCII
31
32/* Define if you have the isxdigit function. */
33#undef HAVE_ISXDIGIT
34
41/* Define if you have the isascii function. */
42#undef HAVE_ISASCII
43
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
35/* Define if you have the lstat function. */
36#undef HAVE_LSTAT
37
38/* Define if you have the mbrlen function. */
39#undef HAVE_MBRLEN
40
41/* Define if you have the mbrtowc function. */
42#undef HAVE_MBRTOWC

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

82/* Define if you have the wcwidth function. */
83#undef HAVE_WCWIDTH
84
85#undef STDC_HEADERS
86
87/* Define if you have the <dirent.h> header file. */
88#undef HAVE_DIRENT_H
89
50/* Define if you have the lstat function. */
51#undef HAVE_LSTAT
52
53/* Define if you have the mbrlen function. */
54#undef HAVE_MBRLEN
55
56/* Define if you have the mbrtowc function. */
57#undef HAVE_MBRTOWC

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

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
105/* Define if you have the <fcntl.h> header file. */
106#undef HAVE_FCNTL_H
107
90/* Define if you have the <langinfo.h> header file. */
91#undef HAVE_LANGINFO_H
92
93/* Define if you have the <limits.h> header file. */
94#undef HAVE_LIMITS_H
95
96/* Define if you have the <locale.h> header file. */
97#undef HAVE_LOCALE_H
98
99/* Define if you have the <memory.h> header file. */
100#undef HAVE_MEMORY_H
101
102/* Define if you have the <ndir.h> header file. */
103#undef HAVE_NDIR_H
104
108/* Define if you have the <langinfo.h> header file. */
109#undef HAVE_LANGINFO_H
110
111/* Define if you have the <limits.h> header file. */
112#undef HAVE_LIMITS_H
113
114/* Define if you have the <locale.h> header file. */
115#undef HAVE_LOCALE_H
116
117/* Define if you have the <memory.h> header file. */
118#undef HAVE_MEMORY_H
119
120/* Define if you have the <ndir.h> header file. */
121#undef HAVE_NDIR_H
122
123/* Define if you have the <pwd.h> header file. */
124#undef HAVE_PWD_H
125
105/* Define if you have the <stdarg.h> header file. */
106#undef HAVE_STDARG_H
107
108/* Define if you have the <stdlib.h> header file. */
109#undef HAVE_STDLIB_H
110
111/* Define if you have the <string.h> header file. */
112#undef HAVE_STRING_H

--- 105 unchanged lines hidden ---
126/* Define if you have the <stdarg.h> header file. */
127#undef HAVE_STDARG_H
128
129/* Define if you have the <stdlib.h> header file. */
130#undef HAVE_STDLIB_H
131
132/* Define if you have the <string.h> header file. */
133#undef HAVE_STRING_H

--- 105 unchanged lines hidden ---