Deleted Added
full compact
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
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
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
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. */
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
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
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
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
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
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
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"