config.h.in revision 145479
1145479Smp/* config.h.in.  Generated from configure.in by autoheader.  */
2145479Smp
3145479Smp/* Define to the type of elements in the array set by `getgroups'. Usually
4145479Smp   this is either `int' or `gid_t'. */
5145479Smp#undef GETGROUPS_T
6145479Smp
7145479Smp/* Define to 1 if the `getpgrp' function requires zero arguments. */
8145479Smp#undef GETPGRP_VOID
9145479Smp
10145479Smp/* Define to 1 if you have the <auth.h> header file. */
11145479Smp#undef HAVE_AUTH_H
12145479Smp
13145479Smp/* Define to 1 if you have the declaration of `gethostname', and to 0 if you
14145479Smp   don't. */
15145479Smp#undef HAVE_DECL_GETHOSTNAME
16145479Smp
17145479Smp/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
18145479Smp   */
19145479Smp#undef HAVE_DIRENT_H
20145479Smp
21145479Smp/* Define to 1 if you have the `dup2' function. */
22145479Smp#undef HAVE_DUP2
23145479Smp
24145479Smp/* Define to 1 if you have the `getcwd' function. */
25145479Smp#undef HAVE_GETCWD
26145479Smp
27145479Smp/* Define to 1 if you have the `gethostname' function. */
28145479Smp#undef HAVE_GETHOSTNAME
29145479Smp
30145479Smp/* Define to 1 if you have the `getpwent' function. */
31145479Smp#undef HAVE_GETPWENT
32145479Smp
33145479Smp/* Define to 1 if you have the `getutent' function. */
34145479Smp#undef HAVE_GETUTENT
35145479Smp
36145479Smp/* Define to 1 if you have the iconv () interface */
37145479Smp#undef HAVE_ICONV
38145479Smp
39145479Smp/* Define to 1 if you have the <inttypes.h> header file. */
40145479Smp#undef HAVE_INTTYPES_H
41145479Smp
42145479Smp/* Define to 1 if the system has the type `long long'. */
43145479Smp#undef HAVE_LONG_LONG
44145479Smp
45145479Smp/* Define to 1 if you have the `memmove' function. */
46145479Smp#undef HAVE_MEMMOVE
47145479Smp
48145479Smp/* Define to 1 if you have the <memory.h> header file. */
49145479Smp#undef HAVE_MEMORY_H
50145479Smp
51145479Smp/* Define to 1 if you have the `memset' function. */
52145479Smp#undef HAVE_MEMSET
53145479Smp
54145479Smp/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
55145479Smp#undef HAVE_NDIR_H
56145479Smp
57145479Smp/* Define to 1 if you have the `nice' function. */
58145479Smp#undef HAVE_NICE
59145479Smp
60145479Smp/* Define to 1 if you have the `nl_langinfo' function. */
61145479Smp#undef HAVE_NL_LANGINFO
62145479Smp
63145479Smp/* Define to 1 if you have the `sbrk' function. */
64145479Smp#undef HAVE_SBRK
65145479Smp
66145479Smp/* Define to 1 if you have the `setpgid' function. */
67145479Smp#undef HAVE_SETPGID
68145479Smp
69145479Smp/* Define to 1 if you have the `setpriority' function. */
70145479Smp#undef HAVE_SETPRIORITY
71145479Smp
72145479Smp/* Define to 1 if you have the <shadow.h> header file. */
73145479Smp#undef HAVE_SHADOW_H
74145479Smp
75145479Smp/* Define to 1 if you have the <stdint.h> header file. */
76145479Smp#undef HAVE_STDINT_H
77145479Smp
78145479Smp/* Define to 1 if you have the <stdlib.h> header file. */
79145479Smp#undef HAVE_STDLIB_H
80145479Smp
81145479Smp/* Define to 1 if you have the `strerror' function. */
82145479Smp#undef HAVE_STRERROR
83145479Smp
84145479Smp/* Define to 1 if you have the <strings.h> header file. */
85145479Smp#undef HAVE_STRINGS_H
86145479Smp
87145479Smp/* Define to 1 if you have the <string.h> header file. */
88145479Smp#undef HAVE_STRING_H
89145479Smp
90145479Smp/* Define to 1 if you have the `strstr' function. */
91145479Smp#undef HAVE_STRSTR
92145479Smp
93145479Smp/* Define to 1 if `d_ino' is member of `struct dirent'. */
94145479Smp#undef HAVE_STRUCT_DIRENT_D_INO
95145479Smp
96145479Smp/* Define to 1 if `ss_family' is member of `struct sockaddr_storage'. */
97145479Smp#undef HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY
98145479Smp
99145479Smp/* Define to 1 if `ut_host' is member of `struct utmp'. */
100145479Smp#undef HAVE_STRUCT_UTMP_UT_HOST
101145479Smp
102145479Smp/* Define to 1 if `ut_tv' is member of `struct utmp'. */
103145479Smp#undef HAVE_STRUCT_UTMP_UT_TV
104145479Smp
105145479Smp/* Define to 1 if `ut_user' is member of `struct utmp'. */
106145479Smp#undef HAVE_STRUCT_UTMP_UT_USER
107145479Smp
108145479Smp/* Define to 1 if `ut_xtime' is member of `struct utmp'. */
109145479Smp#undef HAVE_STRUCT_UTMP_UT_XTIME
110145479Smp
111145479Smp/* Define to 1 if you have the `sysconf' function. */
112145479Smp#undef HAVE_SYSCONF
113145479Smp
114145479Smp/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
115145479Smp   */
116145479Smp#undef HAVE_SYS_DIR_H
117145479Smp
118145479Smp/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
119145479Smp   */
120145479Smp#undef HAVE_SYS_NDIR_H
121145479Smp
122145479Smp/* Define to 1 if you have the <sys/stat.h> header file. */
123145479Smp#undef HAVE_SYS_STAT_H
124145479Smp
125145479Smp/* Define to 1 if you have the <sys/types.h> header file. */
126145479Smp#undef HAVE_SYS_TYPES_H
127145479Smp
128145479Smp/* Define to 1 if you have the <unistd.h> header file. */
129145479Smp#undef HAVE_UNISTD_H
130145479Smp
131145479Smp/* Define to 1 if you have the <utmpx.h> header file. */
132145479Smp#undef HAVE_UTMPX_H
133145479Smp
134145479Smp/* Define to 1 if you have the <utmp.h> header file. */
135145479Smp#undef HAVE_UTMP_H
136145479Smp
137145479Smp/* Define to 1 if you have the <wchar.h> header file. */
138145479Smp#undef HAVE_WCHAR_H
139145479Smp
140145479Smp/* Define to 1 if you have the <wctype.h> header file. */
141145479Smp#undef HAVE_WCTYPE_H
142145479Smp
143145479Smp/* Define to 1 if you have the `wcwidth' function. */
144145479Smp#undef HAVE_WCWIDTH
145145479Smp
146145479Smp/* Define to the address where bug reports for this package should be sent. */
147145479Smp#undef PACKAGE_BUGREPORT
148145479Smp
149145479Smp/* Define to the full name of this package. */
150145479Smp#undef PACKAGE_NAME
151145479Smp
152145479Smp/* Define to the full name and version of this package. */
153145479Smp#undef PACKAGE_STRING
154145479Smp
155145479Smp/* Define to the one symbol short name of this package. */
156145479Smp#undef PACKAGE_TARNAME
157145479Smp
158145479Smp/* Define to the version of this package. */
159145479Smp#undef PACKAGE_VERSION
160145479Smp
161145479Smp/* Define to 1 if the C compiler supports function prototypes. */
162145479Smp#undef PROTOTYPES
163145479Smp
164145479Smp/* Define as the return type of signal handlers (`int' or `void'). */
165145479Smp#undef RETSIGTYPE
166145479Smp
167145479Smp/* Define to 1 if the `setpgrp' function takes no argument. */
168145479Smp#undef SETPGRP_VOID
169145479Smp
170145479Smp/* The size of a `wchar_t', as computed by sizeof. */
171145479Smp#undef SIZEOF_WCHAR_T
172145479Smp
173145479Smp/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
174145479Smp#undef STAT_MACROS_BROKEN
175145479Smp
176145479Smp/* Define to 1 if you have the ANSI C header files. */
177145479Smp#undef STDC_HEADERS
178145479Smp
179145479Smp/* Define like PROTOTYPES; this can be used by system headers. */
180145479Smp#undef __PROTOTYPES
181145479Smp
182145479Smp/* Define to empty if `const' does not conform to ANSI C. */
183145479Smp#undef const
184145479Smp
185145479Smp/* Define to `int' if <sys/types.h> doesn't define. */
186145479Smp#undef gid_t
187145479Smp
188145479Smp/* Define to `int' if <sys/types.h> does not define. */
189145479Smp#undef mode_t
190145479Smp
191145479Smp/* Define to `unsigned' if <sys/types.h> does not define. */
192145479Smp#undef size_t
193145479Smp
194145479Smp/* Define to `int' if neither <sys/types.h> nor <sys/socket.h> define. */
195145479Smp#undef socklen_t
196145479Smp
197145479Smp/* Define to `int' if <sys/types.h> doesn't define. */
198145479Smp#undef uid_t
199145479Smp
200145479Smp/* Define to empty if the keyword `volatile' does not work. Warning: valid
201145479Smp   code using `volatile' can become incorrect without. Disable with care. */
202145479Smp#undef volatile
203145479Smp
204145479Smp#include "config_p.h"
205145479Smp#include "config_f.h"
206