Deleted Added
full compact
config.h.in (145479) config.h.in (167465)
1/* config.h.in. Generated from configure.in by autoheader. */
2
3/* Define to the type of elements in the array set by `getgroups'. Usually
4 this is either `int' or `gid_t'. */
5#undef GETGROUPS_T
6
7/* Define to 1 if the `getpgrp' function requires zero arguments. */
8#undef GETPGRP_VOID
9
10/* Define to 1 if you have the <auth.h> header file. */
11#undef HAVE_AUTH_H
12
1/* config.h.in. Generated from configure.in by autoheader. */
2
3/* Define to the type of elements in the array set by `getgroups'. Usually
4 this is either `int' or `gid_t'. */
5#undef GETGROUPS_T
6
7/* Define to 1 if the `getpgrp' function requires zero arguments. */
8#undef GETPGRP_VOID
9
10/* Define to 1 if you have the <auth.h> header file. */
11#undef HAVE_AUTH_H
12
13/* Define to 1 if you have the `catgets' function. */
14#undef HAVE_CATGETS
15
16/* Define to 1 if you have the <crypt.h> header file. */
17#undef HAVE_CRYPT_H
18
19/* Define to 1 if you have the declaration of `crypt', and to 0 if you don't.
20 */
21#undef HAVE_DECL_CRYPT
22
23/* Define to 1 if you have the declaration of `environ', and to 0 if you
24 don't. */
25#undef HAVE_DECL_ENVIRON
26
13/* Define to 1 if you have the declaration of `gethostname', and to 0 if you
14 don't. */
15#undef HAVE_DECL_GETHOSTNAME
16
27/* Define to 1 if you have the declaration of `gethostname', and to 0 if you
28 don't. */
29#undef HAVE_DECL_GETHOSTNAME
30
31/* Define to 1 if you have the declaration of `getpgrp', and to 0 if you
32 don't. */
33#undef HAVE_DECL_GETPGRP
34
17/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
18 */
19#undef HAVE_DIRENT_H
20
21/* Define to 1 if you have the `dup2' function. */
22#undef HAVE_DUP2
23
35/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
36 */
37#undef HAVE_DIRENT_H
38
39/* Define to 1 if you have the `dup2' function. */
40#undef HAVE_DUP2
41
42/* Define to 1 if you have the `getauthid' function. */
43#undef HAVE_GETAUTHID
44
24/* Define to 1 if you have the `getcwd' function. */
25#undef HAVE_GETCWD
26
27/* Define to 1 if you have the `gethostname' function. */
28#undef HAVE_GETHOSTNAME
29
30/* Define to 1 if you have the `getpwent' function. */
31#undef HAVE_GETPWENT
32
33/* Define to 1 if you have the `getutent' function. */
34#undef HAVE_GETUTENT
35
45/* Define to 1 if you have the `getcwd' function. */
46#undef HAVE_GETCWD
47
48/* Define to 1 if you have the `gethostname' function. */
49#undef HAVE_GETHOSTNAME
50
51/* Define to 1 if you have the `getpwent' function. */
52#undef HAVE_GETPWENT
53
54/* Define to 1 if you have the `getutent' function. */
55#undef HAVE_GETUTENT
56
36/* Define to 1 if you have the iconv () interface */
57/* Define if you have the iconv() function. */
37#undef HAVE_ICONV
38
39/* Define to 1 if you have the <inttypes.h> header file. */
40#undef HAVE_INTTYPES_H
41
42/* Define to 1 if the system has the type `long long'. */
43#undef HAVE_LONG_LONG
44
58#undef HAVE_ICONV
59
60/* Define to 1 if you have the <inttypes.h> header file. */
61#undef HAVE_INTTYPES_H
62
63/* Define to 1 if the system has the type `long long'. */
64#undef HAVE_LONG_LONG
65
66/* Define to 1 if mbrtowc and mbstate_t are properly declared. */
67#undef HAVE_MBRTOWC
68
45/* Define to 1 if you have the `memmove' function. */
46#undef HAVE_MEMMOVE
47
48/* Define to 1 if you have the <memory.h> header file. */
49#undef HAVE_MEMORY_H
50
51/* Define to 1 if you have the `memset' function. */
52#undef HAVE_MEMSET

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

73#undef HAVE_SHADOW_H
74
75/* Define to 1 if you have the <stdint.h> header file. */
76#undef HAVE_STDINT_H
77
78/* Define to 1 if you have the <stdlib.h> header file. */
79#undef HAVE_STDLIB_H
80
69/* Define to 1 if you have the `memmove' function. */
70#undef HAVE_MEMMOVE
71
72/* Define to 1 if you have the <memory.h> header file. */
73#undef HAVE_MEMORY_H
74
75/* Define to 1 if you have the `memset' function. */
76#undef HAVE_MEMSET

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

97#undef HAVE_SHADOW_H
98
99/* Define to 1 if you have the <stdint.h> header file. */
100#undef HAVE_STDINT_H
101
102/* Define to 1 if you have the <stdlib.h> header file. */
103#undef HAVE_STDLIB_H
104
105/* Define to 1 if you have the `strcoll' function and it is properly defined.
106 */
107#undef HAVE_STRCOLL
108
81/* Define to 1 if you have the `strerror' function. */
82#undef HAVE_STRERROR
83
84/* Define to 1 if you have the <strings.h> header file. */
85#undef HAVE_STRINGS_H
86
87/* Define to 1 if you have the <string.h> header file. */
88#undef HAVE_STRING_H

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

138#undef HAVE_WCHAR_H
139
140/* Define to 1 if you have the <wctype.h> header file. */
141#undef HAVE_WCTYPE_H
142
143/* Define to 1 if you have the `wcwidth' function. */
144#undef HAVE_WCWIDTH
145
109/* Define to 1 if you have the `strerror' function. */
110#undef HAVE_STRERROR
111
112/* Define to 1 if you have the <strings.h> header file. */
113#undef HAVE_STRINGS_H
114
115/* Define to 1 if you have the <string.h> header file. */
116#undef HAVE_STRING_H

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

166#undef HAVE_WCHAR_H
167
168/* Define to 1 if you have the <wctype.h> header file. */
169#undef HAVE_WCTYPE_H
170
171/* Define to 1 if you have the `wcwidth' function. */
172#undef HAVE_WCWIDTH
173
174/* Define as const if the declaration of iconv() needs const. */
175#undef ICONV_CONST
176
177/* Support NLS. */
178#undef NLS
179
146/* Define to the address where bug reports for this package should be sent. */
147#undef PACKAGE_BUGREPORT
148
149/* Define to the full name of this package. */
150#undef PACKAGE_NAME
151
152/* Define to the full name and version of this package. */
153#undef PACKAGE_STRING
154
155/* Define to the one symbol short name of this package. */
156#undef PACKAGE_TARNAME
157
158/* Define to the version of this package. */
159#undef PACKAGE_VERSION
160
180/* Define to the address where bug reports for this package should be sent. */
181#undef PACKAGE_BUGREPORT
182
183/* Define to the full name of this package. */
184#undef PACKAGE_NAME
185
186/* Define to the full name and version of this package. */
187#undef PACKAGE_STRING
188
189/* Define to the one symbol short name of this package. */
190#undef PACKAGE_TARNAME
191
192/* Define to the version of this package. */
193#undef PACKAGE_VERSION
194
161/* Define to 1 if the C compiler supports function prototypes. */
162#undef PROTOTYPES
163
164/* Define as the return type of signal handlers (`int' or `void'). */
165#undef RETSIGTYPE
166
167/* Define to 1 if the `setpgrp' function takes no argument. */
168#undef SETPGRP_VOID
169
170/* The size of a `wchar_t', as computed by sizeof. */
171#undef SIZEOF_WCHAR_T
172
173/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
174#undef STAT_MACROS_BROKEN
175
176/* Define to 1 if you have the ANSI C header files. */
177#undef STDC_HEADERS
178
195/* Define to 1 if the `setpgrp' function takes no argument. */
196#undef SETPGRP_VOID
197
198/* The size of a `wchar_t', as computed by sizeof. */
199#undef SIZEOF_WCHAR_T
200
201/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
202#undef STAT_MACROS_BROKEN
203
204/* Define to 1 if you have the ANSI C header files. */
205#undef STDC_HEADERS
206
179/* Define like PROTOTYPES; this can be used by system headers. */
180#undef __PROTOTYPES
181
182/* Define to empty if `const' does not conform to ANSI C. */
183#undef const
184
185/* Define to `int' if <sys/types.h> doesn't define. */
186#undef gid_t
187
188/* Define to `int' if <sys/types.h> does not define. */
189#undef mode_t
190
191/* Define to `unsigned' if <sys/types.h> does not define. */
192#undef size_t
193
194/* Define to `int' if neither <sys/types.h> nor <sys/socket.h> define. */
195#undef socklen_t
196
207/* Define to empty if `const' does not conform to ANSI C. */
208#undef const
209
210/* Define to `int' if <sys/types.h> doesn't define. */
211#undef gid_t
212
213/* Define to `int' if <sys/types.h> does not define. */
214#undef mode_t
215
216/* Define to `unsigned' if <sys/types.h> does not define. */
217#undef size_t
218
219/* Define to `int' if neither <sys/types.h> nor <sys/socket.h> define. */
220#undef socklen_t
221
222/* Define to `int' not defined in <sys/types.h>. */
223#undef ssize_t
224
197/* Define to `int' if <sys/types.h> doesn't define. */
198#undef uid_t
199
200/* Define to empty if the keyword `volatile' does not work. Warning: valid
201 code using `volatile' can become incorrect without. Disable with care. */
202#undef volatile
203
204#include "config_p.h"
205#include "config_f.h"
225/* Define to `int' if <sys/types.h> doesn't define. */
226#undef uid_t
227
228/* Define to empty if the keyword `volatile' does not work. Warning: valid
229 code using `volatile' can become incorrect without. Disable with care. */
230#undef volatile
231
232#include "config_p.h"
233#include "config_f.h"