config.h revision 162953
1107553Sdes/* config.h.  Generated by configure.  */
2107553Sdes/* config.h.in.  Generated from configure.ac by autoheader.  */
399059Sdes
4157020Sdes/* Define if you have a getaddrinfo that fails for the all-zeros IPv6 address
5157020Sdes   */
6157020Sdes/* #undef AIX_GETNAMEINFO_HACK */
7124244Sdes
8157020Sdes/* Define if your AIX loginfailed() function takes 4 arguments (AIX >= 5.2) */
9157020Sdes/* #undef AIX_LOGINFAILED_4ARG */
1099059Sdes
11157020Sdes/* Define if your resolver libs need this for getrrsetbyname */
12157020Sdes/* #undef BIND_8_COMPAT */
1399059Sdes
14157020Sdes/* Define if cmsg_type is not passed correctly */
15157020Sdes/* #undef BROKEN_CMSG_TYPE */
1699059Sdes
17157020Sdes/* getaddrinfo is broken (if present) */
18157020Sdes/* #undef BROKEN_GETADDRINFO */
19124244Sdes
20157020Sdes/* getgroups(0,NULL) will return -1 */
21157020Sdes/* #undef BROKEN_GETGROUPS */
22124244Sdes
2399059Sdes/* Define if you system's inet_ntoa is busted (e.g. Irix gcc issue) */
2499059Sdes/* #undef BROKEN_INET_NTOA */
2599059Sdes
26157020Sdes/* ia_uinfo routines not supported by OS yet */
27157020Sdes/* #undef BROKEN_LIBIAF */
2899059Sdes
29157020Sdes/* Ultrix mmap can't map files */
30157020Sdes/* #undef BROKEN_MMAP */
3199059Sdes
32157020Sdes/* Define if your struct dirent expects you to allocate extra space for d_name
33157020Sdes   */
34157020Sdes/* #undef BROKEN_ONE_BYTE_DIRENT_D_NAME */
3599059Sdes
3699059Sdes/* Define if you have a broken realpath. */
3799059Sdes/* #undef BROKEN_REALPATH */
3899059Sdes
39157020Sdes/* Needed for NeXT */
40157020Sdes/* #undef BROKEN_SAVED_UIDS */
4199059Sdes
42157020Sdes/* Define if your setregid() is broken */
43157020Sdes/* #undef BROKEN_SETREGID */
4499059Sdes
45157020Sdes/* Define if your setresgid() is broken */
46157020Sdes/* #undef BROKEN_SETRESGID */
4799059Sdes
48157020Sdes/* Define if your setresuid() is broken */
49157020Sdes/* #undef BROKEN_SETRESUID */
50124244Sdes
51157020Sdes/* Define if your setreuid() is broken */
52157020Sdes/* #undef BROKEN_SETREUID */
53128462Sdes
54157020Sdes/* LynxOS has broken setvbuf() implementation */
55157020Sdes/* #undef BROKEN_SETVBUF */
5699059Sdes
57157020Sdes/* Define if your snprintf is busted */
58157020Sdes/* #undef BROKEN_SNPRINTF */
5999059Sdes
60157020Sdes/* updwtmpx is broken (if present) */
61157020Sdes/* #undef BROKEN_UPDWTMPX */
6299059Sdes
63157020Sdes/* Define if you have BSD auth support */
64157020Sdes/* #undef BSD_AUTH */
6599059Sdes
66157020Sdes/* Define if you want to specify the path to your lastlog file */
67157020Sdes/* #undef CONF_LASTLOG_FILE */
6899059Sdes
69157020Sdes/* Define if you want to specify the path to your utmpx file */
70157020Sdes/* #undef CONF_UTMPX_FILE */
7199059Sdes
72157020Sdes/* Define if you want to specify the path to your utmp file */
73157020Sdes#define CONF_UTMP_FILE "/var/run/utmp"
7499059Sdes
75157020Sdes/* Define if you want to specify the path to your wtmpx file */
76157020Sdes/* #undef CONF_WTMPX_FILE */
7799059Sdes
78157020Sdes/* Define if you want to specify the path to your wtmp file */
79157020Sdes#define CONF_WTMP_FILE "/var/log/wtmp"
8099059Sdes
81157020Sdes/* Define if your platform needs to skip post auth file descriptor passing */
82157020Sdes/* #undef DISABLE_FD_PASSING */
8399059Sdes
84157020Sdes/* Define if you don't want to use lastlog */
85157020Sdes/* #undef DISABLE_LASTLOG */
8699059Sdes
8799059Sdes/* Define if you don't want to use your system's login() call */
8899059Sdes/* #undef DISABLE_LOGIN */
8999059Sdes
9099059Sdes/* Define if you don't want to use pututline() etc. to write [uw]tmp */
9199059Sdes/* #undef DISABLE_PUTUTLINE */
9299059Sdes
9399059Sdes/* Define if you don't want to use pututxline() etc. to write [uw]tmpx */
9499059Sdes/* #undef DISABLE_PUTUTXLINE */
9599059Sdes
96157020Sdes/* Define if you want to disable shadow passwords */
97157020Sdes/* #undef DISABLE_SHADOW */
9899059Sdes
9999059Sdes/* Define if you don't want to use utmp */
10099059Sdes/* #undef DISABLE_UTMP */
10199059Sdes
10299059Sdes/* Define if you don't want to use utmpx */
10399059Sdes#define DISABLE_UTMPX 1
10499059Sdes
10599059Sdes/* Define if you don't want to use wtmp */
10699059Sdes/* #undef DISABLE_WTMP */
10799059Sdes
10899059Sdes/* Define if you don't want to use wtmpx */
10999059Sdes#define DISABLE_WTMPX 1
11099059Sdes
11199059Sdes/* Workaround more Linux IPv6 quirks */
11299059Sdes/* #undef DONT_TRY_OTHER_AF */
11399059Sdes
114157020Sdes/* Builtin PRNG command timeout */
115157020Sdes#define ENTROPY_TIMEOUT_MSEC 200
11699059Sdes
117157020Sdes/* Define to 1 if the `getpgrp' function requires zero arguments. */
118157020Sdes#define GETPGRP_VOID 1
11999059Sdes
120157020Sdes/* Conflicting defs for getspnam */
121157020Sdes/* #undef GETSPNAM_CONFLICTING_DEFS */
12299059Sdes
12399059Sdes/* Define if your system glob() function has the GLOB_ALTDIRFUNC extension */
124159458Sdes#define GLOB_HAS_ALTDIRFUNC 1
12599059Sdes
12699059Sdes/* Define if your system glob() function has gl_matchc options in glob_t */
127159458Sdes#define GLOB_HAS_GL_MATCHC 1
12899059Sdes
129157020Sdes/* Define this if you want GSSAPI support in the version 2 protocol */
130157020Sdes/* #undef GSSAPI */
13199059Sdes
132157020Sdes/* Define if you want to use shadow password expire field */
133157020Sdes/* #undef HAS_SHADOW_EXPIRE */
134124244Sdes
135157020Sdes/* Define if your system uses access rights style file descriptor passing */
136157020Sdes/* #undef HAVE_ACCRIGHTS_IN_MSGHDR */
13799059Sdes
138157020Sdes/* Define if you have ut_addr in utmp.h */
139157020Sdes/* #undef HAVE_ADDR_IN_UTMP */
14099059Sdes
141157020Sdes/* Define if you have ut_addr in utmpx.h */
142157020Sdes/* #undef HAVE_ADDR_IN_UTMPX */
14399059Sdes
144157020Sdes/* Define if you have ut_addr_v6 in utmp.h */
145157020Sdes/* #undef HAVE_ADDR_V6_IN_UTMP */
14699059Sdes
147157020Sdes/* Define if you have ut_addr_v6 in utmpx.h */
148157020Sdes/* #undef HAVE_ADDR_V6_IN_UTMPX */
14999059Sdes
150157020Sdes/* Define to 1 if you have the `arc4random' function. */
151157020Sdes#define HAVE_ARC4RANDOM 1
15299059Sdes
153157020Sdes/* Define to 1 if you have the `asprintf' function. */
154157020Sdes#define HAVE_ASPRINTF 1
15599059Sdes
156157020Sdes/* OpenBSD's gcc has bounded */
157157020Sdes/* #undef HAVE_ATTRIBUTE__BOUNDED__ */
15899059Sdes
159149754Sdes/* OpenBSD's gcc has sentinel */
160149754Sdes/* #undef HAVE_ATTRIBUTE__SENTINEL__ */
161149754Sdes
162107553Sdes/* Define to 1 if you have the `b64_ntop' function. */
16399059Sdes/* #undef HAVE_B64_NTOP */
16499059Sdes
165113912Sdes/* Define to 1 if you have the `b64_pton' function. */
166113912Sdes/* #undef HAVE_B64_PTON */
167113912Sdes
168157020Sdes/* Define if you have the basename function. */
169157020Sdes#define HAVE_BASENAME 1
170157020Sdes
171107553Sdes/* Define to 1 if you have the `bcopy' function. */
17299059Sdes#define HAVE_BCOPY 1
17399059Sdes
174107553Sdes/* Define to 1 if you have the `bindresvport_sa' function. */
17599059Sdes#define HAVE_BINDRESVPORT_SA 1
17699059Sdes
177147006Sdes/* Define to 1 if you have the <bsm/audit.h> header file. */
178147006Sdes/* #undef HAVE_BSM_AUDIT_H */
179147006Sdes
180107553Sdes/* Define to 1 if you have the <bstring.h> header file. */
18199059Sdes/* #undef HAVE_BSTRING_H */
18299059Sdes
183107553Sdes/* Define to 1 if you have the `clock' function. */
18499059Sdes#define HAVE_CLOCK 1
18599059Sdes
186157020Sdes/* define if you have clock_t data type */
187157020Sdes#define HAVE_CLOCK_T 1
188157020Sdes
189137019Sdes/* Define to 1 if you have the `closefrom' function. */
190137019Sdes/* #undef HAVE_CLOSEFROM */
191137019Sdes
192124244Sdes/* Define if gai_strerror() returns const char * */
193147006Sdes#define HAVE_CONST_GAI_STRERROR_PROTO 1
194124244Sdes
195157020Sdes/* Define if your system uses ancillary data style file descriptor passing */
196157020Sdes#define HAVE_CONTROL_IN_MSGHDR 1
197157020Sdes
198162860Sdes/* Define to 1 if you have the <crypto/sha2.h> header file. */
199162860Sdes/* #undef HAVE_CRYPTO_SHA2_H */
200162860Sdes
201107553Sdes/* Define to 1 if you have the <crypt.h> header file. */
20299059Sdes/* #undef HAVE_CRYPT_H */
20399059Sdes
204157020Sdes/* Define if you are on Cygwin */
205157020Sdes/* #undef HAVE_CYGWIN */
206157020Sdes
207157020Sdes/* Define if your libraries define daemon() */
208157020Sdes#define HAVE_DAEMON 1
209157020Sdes
210147006Sdes/* Define to 1 if you have the declaration of `authenticate', and to 0 if you
211147006Sdes   don't. */
212147006Sdes/* #undef HAVE_DECL_AUTHENTICATE */
213147006Sdes
214162860Sdes/* Define to 1 if you have the declaration of `GLOB_NOMATCH', and to 0 if you
215162860Sdes   don't. */
216162860Sdes#define HAVE_DECL_GLOB_NOMATCH 1
217162860Sdes
218137019Sdes/* Define to 1 if you have the declaration of `h_errno', and to 0 if you
219137019Sdes   don't. */
220137019Sdes#define HAVE_DECL_H_ERRNO 1
221137019Sdes
222147006Sdes/* Define to 1 if you have the declaration of `loginfailed', and to 0 if you
223147006Sdes   don't. */
224147006Sdes/* #undef HAVE_DECL_LOGINFAILED */
225147006Sdes
226147006Sdes/* Define to 1 if you have the declaration of `loginrestrictions', and to 0 if
227147006Sdes   you don't. */
228147006Sdes/* #undef HAVE_DECL_LOGINRESTRICTIONS */
229147006Sdes
230147006Sdes/* Define to 1 if you have the declaration of `loginsuccess', and to 0 if you
231147006Sdes   don't. */
232147006Sdes/* #undef HAVE_DECL_LOGINSUCCESS */
233147006Sdes
234162860Sdes/* Define to 1 if you have the declaration of `O_NONBLOCK', and to 0 if you
235162860Sdes   don't. */
236162860Sdes#define HAVE_DECL_O_NONBLOCK 1
237162860Sdes
238147006Sdes/* Define to 1 if you have the declaration of `passwdexpired', and to 0 if you
239147006Sdes   don't. */
240147006Sdes/* #undef HAVE_DECL_PASSWDEXPIRED */
241147006Sdes
242147006Sdes/* Define to 1 if you have the declaration of `setauthdb', and to 0 if you
243147006Sdes   don't. */
244147006Sdes/* #undef HAVE_DECL_SETAUTHDB */
245147006Sdes
246162860Sdes/* Define to 1 if you have the declaration of `SHUT_RD', and to 0 if you
247162860Sdes   don't. */
248162860Sdes#define HAVE_DECL_SHUT_RD 1
249162860Sdes
250162860Sdes/* Define to 1 if you have the declaration of `writev', and to 0 if you don't.
251162860Sdes   */
252162860Sdes#define HAVE_DECL_WRITEV 1
253162860Sdes
254149754Sdes/* Define to 1 if you have the declaration of `_getlong', and to 0 if you
255149754Sdes   don't. */
256149754Sdes#define HAVE_DECL__GETLONG 0
257149754Sdes
258149754Sdes/* Define to 1 if you have the declaration of `_getshort', and to 0 if you
259149754Sdes   don't. */
260149754Sdes#define HAVE_DECL__GETSHORT 0
261149754Sdes
262157020Sdes/* Define if you have /dev/ptmx */
263162860Sdes/* #undef HAVE_DEV_PTMX */
264157020Sdes
265157020Sdes/* Define if you have /dev/ptc */
266157020Sdes/* #undef HAVE_DEV_PTS_AND_PTC */
267157020Sdes
268137019Sdes/* Define to 1 if you have the <dirent.h> header file. */
269137019Sdes#define HAVE_DIRENT_H 1
270137019Sdes
271137019Sdes/* Define to 1 if you have the `dirfd' function. */
272137019Sdes/* #undef HAVE_DIRFD */
273137019Sdes
274107553Sdes/* Define to 1 if you have the `dirname' function. */
27599059Sdes#define HAVE_DIRNAME 1
27699059Sdes
277107553Sdes/* Define to 1 if you have the <endian.h> header file. */
27899059Sdes/* #undef HAVE_ENDIAN_H */
27999059Sdes
280107553Sdes/* Define to 1 if you have the `endutent' function. */
28199319Sdes/* #undef HAVE_ENDUTENT */
28299059Sdes
283107553Sdes/* Define to 1 if you have the `endutxent' function. */
28499059Sdes/* #undef HAVE_ENDUTXENT */
28599059Sdes
286157020Sdes/* Define if your system has /etc/default/login */
287157020Sdes/* #undef HAVE_ETC_DEFAULT_LOGIN */
288157020Sdes
289162860Sdes/* Define to 1 if you have the `EVP_sha256' function. */
290162860Sdes#define HAVE_EVP_SHA256 1
291162860Sdes
292157020Sdes/* Define if you have ut_exit in utmp.h */
293157020Sdes/* #undef HAVE_EXIT_IN_UTMP */
294157020Sdes
295107553Sdes/* Define to 1 if you have the `fchmod' function. */
29699059Sdes#define HAVE_FCHMOD 1
29799059Sdes
298107553Sdes/* Define to 1 if you have the `fchown' function. */
29999059Sdes#define HAVE_FCHOWN 1
30099059Sdes
301162860Sdes/* Use F_CLOSEM fcntl for closefrom */
302162860Sdes/* #undef HAVE_FCNTL_CLOSEM */
303162860Sdes
304162860Sdes/* Define to 1 if you have the <fcntl.h> header file. */
305162860Sdes#define HAVE_FCNTL_H 1
306162860Sdes
307124244Sdes/* Define to 1 if you have the <features.h> header file. */
308124244Sdes/* #undef HAVE_FEATURES_H */
309124244Sdes
310107553Sdes/* Define to 1 if you have the <floatingpoint.h> header file. */
31199059Sdes#define HAVE_FLOATINGPOINT_H 1
31299059Sdes
313107553Sdes/* Define to 1 if you have the `freeaddrinfo' function. */
31499059Sdes#define HAVE_FREEADDRINFO 1
31599059Sdes
316107553Sdes/* Define to 1 if you have the `futimes' function. */
31799059Sdes#define HAVE_FUTIMES 1
31899059Sdes
319107553Sdes/* Define to 1 if you have the `gai_strerror' function. */
32099059Sdes#define HAVE_GAI_STRERROR 1
32199059Sdes
322107553Sdes/* Define to 1 if you have the `getaddrinfo' function. */
32399059Sdes#define HAVE_GETADDRINFO 1
32499059Sdes
325147006Sdes/* Define to 1 if you have the `getaudit' function. */
326147006Sdes/* #undef HAVE_GETAUDIT */
327147006Sdes
328147006Sdes/* Define to 1 if you have the `getaudit_addr' function. */
329147006Sdes/* #undef HAVE_GETAUDIT_ADDR */
330147006Sdes
331107553Sdes/* Define to 1 if you have the `getcwd' function. */
33299059Sdes#define HAVE_GETCWD 1
33399059Sdes
334107553Sdes/* Define to 1 if you have the `getgrouplist' function. */
33599059Sdes#define HAVE_GETGROUPLIST 1
33699059Sdes
337107553Sdes/* Define to 1 if you have the `getluid' function. */
33899059Sdes/* #undef HAVE_GETLUID */
33999059Sdes
340107553Sdes/* Define to 1 if you have the `getnameinfo' function. */
34199059Sdes#define HAVE_GETNAMEINFO 1
34299059Sdes
343107553Sdes/* Define to 1 if you have the `getopt' function. */
34499059Sdes#define HAVE_GETOPT 1
34599059Sdes
346107553Sdes/* Define to 1 if you have the <getopt.h> header file. */
347107553Sdes#define HAVE_GETOPT_H 1
34899059Sdes
349157020Sdes/* Define if your getopt(3) defines and uses optreset */
350157020Sdes#define HAVE_GETOPT_OPTRESET 1
351157020Sdes
352157020Sdes/* Define if your libraries define getpagesize() */
353157020Sdes#define HAVE_GETPAGESIZE 1
354157020Sdes
355107553Sdes/* Define to 1 if you have the `getpeereid' function. */
356107553Sdes#define HAVE_GETPEEREID 1
357107553Sdes
358107553Sdes/* Define to 1 if you have the `getpwanam' function. */
35999059Sdes/* #undef HAVE_GETPWANAM */
36099059Sdes
361107553Sdes/* Define to 1 if you have the `getrlimit' function. */
36299059Sdes#define HAVE_GETRLIMIT 1
36399059Sdes
364157020Sdes/* Define if getrrsetbyname() exists */
365157020Sdes/* #undef HAVE_GETRRSETBYNAME */
366157020Sdes
367107553Sdes/* Define to 1 if you have the `getrusage' function. */
368124244Sdes/* #undef HAVE_GETRUSAGE */
36999059Sdes
370162860Sdes/* Define to 1 if you have the `getseuserbyname' function. */
371162860Sdes/* #undef HAVE_GETSEUSERBYNAME */
372162860Sdes
373107553Sdes/* Define to 1 if you have the `gettimeofday' function. */
37499059Sdes#define HAVE_GETTIMEOFDAY 1
37599059Sdes
376107553Sdes/* Define to 1 if you have the `getttyent' function. */
37799059Sdes#define HAVE_GETTTYENT 1
37899059Sdes
379107553Sdes/* Define to 1 if you have the `getutent' function. */
38099059Sdes/* #undef HAVE_GETUTENT */
38199059Sdes
382107553Sdes/* Define to 1 if you have the `getutid' function. */
38399059Sdes/* #undef HAVE_GETUTID */
38499059Sdes
385107553Sdes/* Define to 1 if you have the `getutline' function. */
38699319Sdes/* #undef HAVE_GETUTLINE */
38799059Sdes
388107553Sdes/* Define to 1 if you have the `getutxent' function. */
38999059Sdes/* #undef HAVE_GETUTXENT */
39099059Sdes
391107553Sdes/* Define to 1 if you have the `getutxid' function. */
39299059Sdes/* #undef HAVE_GETUTXID */
39399059Sdes
394107553Sdes/* Define to 1 if you have the `getutxline' function. */
39599059Sdes/* #undef HAVE_GETUTXLINE */
39699059Sdes
397162860Sdes/* Define to 1 if you have the `get_default_context_with_level' function. */
398162860Sdes/* #undef HAVE_GET_DEFAULT_CONTEXT_WITH_LEVEL */
399162860Sdes
400107553Sdes/* Define to 1 if you have the `glob' function. */
40199059Sdes#define HAVE_GLOB 1
40299059Sdes
403107553Sdes/* Define to 1 if you have the <glob.h> header file. */
40499059Sdes#define HAVE_GLOB_H 1
40599059Sdes
406126279Sdes/* Define to 1 if you have the <gssapi_generic.h> header file. */
407126279Sdes/* #undef HAVE_GSSAPI_GENERIC_H */
408126279Sdes
409126279Sdes/* Define to 1 if you have the <gssapi/gssapi_generic.h> header file. */
410126279Sdes/* #undef HAVE_GSSAPI_GSSAPI_GENERIC_H */
411126279Sdes
412126279Sdes/* Define to 1 if you have the <gssapi/gssapi.h> header file. */
413126279Sdes/* #undef HAVE_GSSAPI_GSSAPI_H */
414126279Sdes
415126279Sdes/* Define to 1 if you have the <gssapi/gssapi_krb5.h> header file. */
416126279Sdes/* #undef HAVE_GSSAPI_GSSAPI_KRB5_H */
417126279Sdes
418124244Sdes/* Define to 1 if you have the <gssapi.h> header file. */
419147006Sdes/* #undef HAVE_GSSAPI_H */
420124244Sdes
421126279Sdes/* Define to 1 if you have the <gssapi_krb5.h> header file. */
422126279Sdes/* #undef HAVE_GSSAPI_KRB5_H */
423126279Sdes
424157020Sdes/* Define if HEADER.ad exists in arpa/nameser.h */
425157020Sdes#define HAVE_HEADER_AD 1
426157020Sdes
427157020Sdes/* Define if you have ut_host in utmp.h */
428157055Sdes#define HAVE_HOST_IN_UTMP 1
429157020Sdes
430157020Sdes/* Define if you have ut_host in utmpx.h */
431157020Sdes/* #undef HAVE_HOST_IN_UTMPX */
432157020Sdes
433149754Sdes/* Define to 1 if you have the <iaf.h> header file. */
434149754Sdes/* #undef HAVE_IAF_H */
435149754Sdes
436107553Sdes/* Define to 1 if you have the <ia.h> header file. */
437107553Sdes/* #undef HAVE_IA_H */
438107553Sdes
439157020Sdes/* Define if you have ut_id in utmp.h */
440157020Sdes/* #undef HAVE_ID_IN_UTMP */
441157020Sdes
442157020Sdes/* Define if you have ut_id in utmpx.h */
443157020Sdes/* #undef HAVE_ID_IN_UTMPX */
444157020Sdes
445107553Sdes/* Define to 1 if you have the `inet_aton' function. */
44699059Sdes#define HAVE_INET_ATON 1
44799059Sdes
448107553Sdes/* Define to 1 if you have the `inet_ntoa' function. */
44999059Sdes#define HAVE_INET_NTOA 1
45099059Sdes
451107553Sdes/* Define to 1 if you have the `inet_ntop' function. */
45299059Sdes#define HAVE_INET_NTOP 1
45399059Sdes
454107553Sdes/* Define to 1 if you have the `innetgr' function. */
45599059Sdes#define HAVE_INNETGR 1
45699059Sdes
457157020Sdes/* define if you have int64_t data type */
458157020Sdes#define HAVE_INT64_T 1
459157020Sdes
460107553Sdes/* Define to 1 if you have the <inttypes.h> header file. */
461162953Sdes#define HAVE_INTTYPES_H 1
46299059Sdes
463157020Sdes/* define if you have intxx_t data type */
464157020Sdes#define HAVE_INTXX_T 1
465157020Sdes
466147006Sdes/* Define to 1 if the system has the type `in_addr_t'. */
467147006Sdes#define HAVE_IN_ADDR_T 1
468147006Sdes
469107553Sdes/* Define to 1 if you have the <lastlog.h> header file. */
47099059Sdes/* #undef HAVE_LASTLOG_H */
47199059Sdes
472147006Sdes/* Define to 1 if you have the `bsm' library (-lbsm). */
473147006Sdes/* #undef HAVE_LIBBSM */
474147006Sdes
475107553Sdes/* Define to 1 if you have the `crypt' library (-lcrypt). */
476107553Sdes/* #undef HAVE_LIBCRYPT */
477107553Sdes
478107553Sdes/* Define to 1 if you have the `dl' library (-ldl). */
47999059Sdes/* #undef HAVE_LIBDL */
48099059Sdes
481107553Sdes/* Define to 1 if you have the <libgen.h> header file. */
48299059Sdes#define HAVE_LIBGEN_H 1
48399059Sdes
484149754Sdes/* Define to 1 if you have the `iaf' library (-liaf). */
485149754Sdes/* #undef HAVE_LIBIAF */
486149754Sdes
487107553Sdes/* Define to 1 if you have the `nsl' library (-lnsl). */
48899059Sdes/* #undef HAVE_LIBNSL */
48999059Sdes
490107553Sdes/* Define to 1 if you have the `pam' library (-lpam). */
49199059Sdes#define HAVE_LIBPAM 1
49299059Sdes
493107553Sdes/* Define to 1 if you have the `sectok' library (-lsectok). */
49499059Sdes/* #undef HAVE_LIBSECTOK */
49599059Sdes
496107553Sdes/* Define to 1 if you have the `socket' library (-lsocket). */
49799059Sdes/* #undef HAVE_LIBSOCKET */
49899059Sdes
499107553Sdes/* Define to 1 if you have the <libutil.h> header file. */
50099059Sdes#define HAVE_LIBUTIL_H 1
50199059Sdes
502107553Sdes/* Define to 1 if you have the `xnet' library (-lxnet). */
503107553Sdes/* #undef HAVE_LIBXNET */
504107553Sdes
505107553Sdes/* Define to 1 if you have the `z' library (-lz). */
50699059Sdes#define HAVE_LIBZ 1
50799059Sdes
508107553Sdes/* Define to 1 if you have the <limits.h> header file. */
50999059Sdes#define HAVE_LIMITS_H 1
51099059Sdes
511157020Sdes/* Define to 1 if you have the <linux/if_tun.h> header file. */
512157020Sdes/* #undef HAVE_LINUX_IF_TUN_H */
513157020Sdes
514157020Sdes/* Define if your libraries define login() */
515157020Sdes#define HAVE_LOGIN 1
516157020Sdes
517107553Sdes/* Define to 1 if you have the <login_cap.h> header file. */
51899059Sdes#define HAVE_LOGIN_CAP_H 1
51999059Sdes
520107553Sdes/* Define to 1 if you have the `login_getcapbool' function. */
52199059Sdes#define HAVE_LOGIN_GETCAPBOOL 1
52299059Sdes
523107553Sdes/* Define to 1 if you have the <login.h> header file. */
52499059Sdes/* #undef HAVE_LOGIN_H */
52599059Sdes
526107553Sdes/* Define to 1 if you have the `logout' function. */
52799059Sdes#define HAVE_LOGOUT 1
52899059Sdes
529107553Sdes/* Define to 1 if you have the `logwtmp' function. */
53099059Sdes#define HAVE_LOGWTMP 1
53199059Sdes
532157020Sdes/* Define to 1 if the system has the type `long double'. */
533157020Sdes#define HAVE_LONG_DOUBLE 1
534157020Sdes
535157020Sdes/* Define to 1 if the system has the type `long long'. */
536157020Sdes#define HAVE_LONG_LONG 1
537157020Sdes
538107553Sdes/* Define to 1 if you have the <maillock.h> header file. */
53999059Sdes/* #undef HAVE_MAILLOCK_H */
54099059Sdes
541107553Sdes/* Define to 1 if you have the `md5_crypt' function. */
54299059Sdes/* #undef HAVE_MD5_CRYPT */
54399059Sdes
544157020Sdes/* Define if you want to allow MD5 passwords */
545157020Sdes/* #undef HAVE_MD5_PASSWORDS */
546157020Sdes
547107553Sdes/* Define to 1 if you have the `memmove' function. */
54899059Sdes#define HAVE_MEMMOVE 1
54999059Sdes
550107553Sdes/* Define to 1 if you have the <memory.h> header file. */
551162953Sdes#define HAVE_MEMORY_H 1
55299059Sdes
553107553Sdes/* Define to 1 if you have the `mkdtemp' function. */
55499059Sdes#define HAVE_MKDTEMP 1
55599059Sdes
556107553Sdes/* Define to 1 if you have the `mmap' function. */
55799059Sdes#define HAVE_MMAP 1
55899059Sdes
559157020Sdes/* define if you have mode_t data type */
560157020Sdes#define HAVE_MODE_T 1
561157020Sdes
562157020Sdes/* Some systems put nanosleep outside of libc */
563157020Sdes#define HAVE_NANOSLEEP 1
564157020Sdes
565137019Sdes/* Define to 1 if you have the <ndir.h> header file. */
566137019Sdes/* #undef HAVE_NDIR_H */
567137019Sdes
568107553Sdes/* Define to 1 if you have the <netdb.h> header file. */
56999059Sdes#define HAVE_NETDB_H 1
57099059Sdes
571107553Sdes/* Define to 1 if you have the <netgroup.h> header file. */
57299059Sdes/* #undef HAVE_NETGROUP_H */
57399059Sdes
574162860Sdes/* Define to 1 if you have the <net/if_tun.h> header file. */
575162860Sdes#define HAVE_NET_IF_TUN_H 1
57699059Sdes
577157020Sdes/* Define if you are on NeXT */
578157020Sdes/* #undef HAVE_NEXT */
579157020Sdes
580107553Sdes/* Define to 1 if you have the `ngetaddrinfo' function. */
58199059Sdes/* #undef HAVE_NGETADDRINFO */
58299059Sdes
583113912Sdes/* Define to 1 if you have the `nsleep' function. */
584113912Sdes/* #undef HAVE_NSLEEP */
585113912Sdes
586107553Sdes/* Define to 1 if you have the `ogetaddrinfo' function. */
58799059Sdes/* #undef HAVE_OGETADDRINFO */
58899059Sdes
589157020Sdes/* Define if you have an old version of PAM which takes only one argument to
590157020Sdes   pam_strerror */
591157020Sdes/* #undef HAVE_OLD_PAM */
592157020Sdes
593124244Sdes/* Define to 1 if you have the `openlog_r' function. */
594124244Sdes/* #undef HAVE_OPENLOG_R */
595124244Sdes
596107553Sdes/* Define to 1 if you have the `openpty' function. */
59799059Sdes#define HAVE_OPENPTY 1
59899059Sdes
599157020Sdes/* Define if your ssl headers are included with #include <openssl/header.h> */
600157020Sdes#define HAVE_OPENSSL 1
601157020Sdes
602157020Sdes/* Define if you have Digital Unix Security Integration Architecture */
603157020Sdes/* #undef HAVE_OSF_SIA */
604157020Sdes
605107553Sdes/* Define to 1 if you have the `pam_getenvlist' function. */
60699059Sdes#define HAVE_PAM_GETENVLIST 1
60799059Sdes
608126279Sdes/* Define to 1 if you have the <pam/pam_appl.h> header file. */
609126279Sdes/* #undef HAVE_PAM_PAM_APPL_H */
610126279Sdes
611124244Sdes/* Define to 1 if you have the `pam_putenv' function. */
612124244Sdes#define HAVE_PAM_PUTENV 1
613124244Sdes
614107553Sdes/* Define to 1 if you have the <paths.h> header file. */
61599059Sdes#define HAVE_PATHS_H 1
61699059Sdes
617157020Sdes/* Define if you have ut_pid in utmp.h */
618157020Sdes/* #undef HAVE_PID_IN_UTMP */
619157020Sdes
620157020Sdes/* define if you have pid_t data type */
621157020Sdes#define HAVE_PID_T 1
622157020Sdes
623128462Sdes/* Define to 1 if you have the `prctl' function. */
624128462Sdes/* #undef HAVE_PRCTL */
625128462Sdes
626157020Sdes/* Define if you have /proc/$pid/fd */
627157020Sdes/* #undef HAVE_PROC_PID */
628157020Sdes
629113912Sdes/* Define to 1 if you have the `pstat' function. */
630113912Sdes/* #undef HAVE_PSTAT */
631113912Sdes
632107553Sdes/* Define to 1 if you have the <pty.h> header file. */
63399059Sdes/* #undef HAVE_PTY_H */
63499059Sdes
635107553Sdes/* Define to 1 if you have the `pututline' function. */
63699319Sdes/* #undef HAVE_PUTUTLINE */
63799059Sdes
638107553Sdes/* Define to 1 if you have the `pututxline' function. */
63999059Sdes/* #undef HAVE_PUTUTXLINE */
64099059Sdes
641157020Sdes/* Define if your password has a pw_change field */
642157020Sdes#define HAVE_PW_CHANGE_IN_PASSWD 1
643157020Sdes
644157020Sdes/* Define if your password has a pw_class field */
645157020Sdes#define HAVE_PW_CLASS_IN_PASSWD 1
646157020Sdes
647157020Sdes/* Define if your password has a pw_expire field */
648157020Sdes#define HAVE_PW_EXPIRE_IN_PASSWD 1
649157020Sdes
650107553Sdes/* Define to 1 if you have the `readpassphrase' function. */
65199059Sdes#define HAVE_READPASSPHRASE 1
65299059Sdes
653107553Sdes/* Define to 1 if you have the <readpassphrase.h> header file. */
65499059Sdes#define HAVE_READPASSPHRASE_H 1
65599059Sdes
656107553Sdes/* Define to 1 if you have the `realpath' function. */
65799059Sdes#define HAVE_REALPATH 1
65899059Sdes
659107553Sdes/* Define to 1 if you have the `recvmsg' function. */
66099059Sdes#define HAVE_RECVMSG 1
66199059Sdes
662107553Sdes/* Define to 1 if you have the <rpc/types.h> header file. */
66399059Sdes#define HAVE_RPC_TYPES_H 1
66499059Sdes
665107553Sdes/* Define to 1 if you have the `rresvport_af' function. */
66699059Sdes#define HAVE_RRESVPORT_AF 1
66799059Sdes
668157020Sdes/* define if you have sa_family_t data type */
669157020Sdes#define HAVE_SA_FAMILY_T 1
670157020Sdes
671107553Sdes/* Define to 1 if you have the <sectok.h> header file. */
67299059Sdes/* #undef HAVE_SECTOK_H */
67399059Sdes
674157020Sdes/* Define if you have SecureWare-based protected password database */
675157020Sdes/* #undef HAVE_SECUREWARE */
676157020Sdes
677107553Sdes/* Define to 1 if you have the <security/pam_appl.h> header file. */
67899059Sdes#define HAVE_SECURITY_PAM_APPL_H 1
67999059Sdes
680107553Sdes/* Define to 1 if you have the `sendmsg' function. */
68199059Sdes#define HAVE_SENDMSG 1
68299059Sdes
683124244Sdes/* Define to 1 if you have the `setauthdb' function. */
684124244Sdes/* #undef HAVE_SETAUTHDB */
685124244Sdes
686107553Sdes/* Define to 1 if you have the `setdtablesize' function. */
68799059Sdes/* #undef HAVE_SETDTABLESIZE */
68899059Sdes
689107553Sdes/* Define to 1 if you have the `setegid' function. */
69099059Sdes#define HAVE_SETEGID 1
69199059Sdes
692107553Sdes/* Define to 1 if you have the `setenv' function. */
69399059Sdes#define HAVE_SETENV 1
69499059Sdes
695107553Sdes/* Define to 1 if you have the `seteuid' function. */
69699059Sdes#define HAVE_SETEUID 1
69799059Sdes
698107553Sdes/* Define to 1 if you have the `setgroups' function. */
69999059Sdes#define HAVE_SETGROUPS 1
70099059Sdes
701107553Sdes/* Define to 1 if you have the `setlogin' function. */
70299059Sdes#define HAVE_SETLOGIN 1
70399059Sdes
704107553Sdes/* Define to 1 if you have the `setluid' function. */
70599059Sdes/* #undef HAVE_SETLUID */
70699059Sdes
707107553Sdes/* Define to 1 if you have the `setpcred' function. */
70899059Sdes/* #undef HAVE_SETPCRED */
70999059Sdes
710107553Sdes/* Define to 1 if you have the `setproctitle' function. */
71199059Sdes#define HAVE_SETPROCTITLE 1
71299059Sdes
713124244Sdes/* Define to 1 if you have the `setregid' function. */
714124244Sdes#define HAVE_SETREGID 1
715124244Sdes
716107553Sdes/* Define to 1 if you have the `setresgid' function. */
71799059Sdes#define HAVE_SETRESGID 1
71899059Sdes
719124244Sdes/* Define to 1 if you have the `setresuid' function. */
720124244Sdes#define HAVE_SETRESUID 1
721124244Sdes
722107553Sdes/* Define to 1 if you have the `setreuid' function. */
72399059Sdes#define HAVE_SETREUID 1
72499059Sdes
725107553Sdes/* Define to 1 if you have the `setrlimit' function. */
72699059Sdes#define HAVE_SETRLIMIT 1
72799059Sdes
728107553Sdes/* Define to 1 if you have the `setsid' function. */
72999059Sdes#define HAVE_SETSID 1
73099059Sdes
731107553Sdes/* Define to 1 if you have the `setutent' function. */
73299319Sdes/* #undef HAVE_SETUTENT */
73399059Sdes
734107553Sdes/* Define to 1 if you have the `setutxent' function. */
73599059Sdes/* #undef HAVE_SETUTXENT */
73699059Sdes
737107553Sdes/* Define to 1 if you have the `setvbuf' function. */
73899059Sdes#define HAVE_SETVBUF 1
73999059Sdes
740162860Sdes/* Define to 1 if you have the `SHA256_Update' function. */
741162860Sdes#define HAVE_SHA256_UPDATE 1
742162860Sdes
743162860Sdes/* Define to 1 if you have the <sha2.h> header file. */
744162860Sdes/* #undef HAVE_SHA2_H */
745162860Sdes
746107553Sdes/* Define to 1 if you have the <shadow.h> header file. */
74799059Sdes/* #undef HAVE_SHADOW_H */
74899059Sdes
749107553Sdes/* Define to 1 if you have the `sigaction' function. */
75099059Sdes#define HAVE_SIGACTION 1
75199059Sdes
752107553Sdes/* Define to 1 if you have the `sigvec' function. */
75399059Sdes#define HAVE_SIGVEC 1
75499059Sdes
755107553Sdes/* Define to 1 if the system has the type `sig_atomic_t'. */
75699059Sdes#define HAVE_SIG_ATOMIC_T 1
75799059Sdes
758157020Sdes/* define if you have size_t data type */
759157020Sdes#define HAVE_SIZE_T 1
760157020Sdes
761107553Sdes/* Define to 1 if you have the `snprintf' function. */
76299059Sdes#define HAVE_SNPRINTF 1
76399059Sdes
764107553Sdes/* Define to 1 if you have the `socketpair' function. */
76599059Sdes#define HAVE_SOCKETPAIR 1
76699059Sdes
767147006Sdes/* Have PEERCRED socket option */
768147006Sdes/* #undef HAVE_SO_PEERCRED */
769147006Sdes
770157020Sdes/* define if you have ssize_t data type */
771157020Sdes#define HAVE_SSIZE_T 1
772157020Sdes
773157020Sdes/* Fields in struct sockaddr_storage */
774157020Sdes#define HAVE_SS_FAMILY_IN_SS 1
775157020Sdes
776107553Sdes/* Define to 1 if you have the <stddef.h> header file. */
77799059Sdes#define HAVE_STDDEF_H 1
77899059Sdes
779107553Sdes/* Define to 1 if you have the <stdint.h> header file. */
78099059Sdes#define HAVE_STDINT_H 1
78199059Sdes
782107553Sdes/* Define to 1 if you have the <stdlib.h> header file. */
783162953Sdes#define HAVE_STDLIB_H 1
78499059Sdes
785149754Sdes/* Define to 1 if you have the `strdup' function. */
786149754Sdes#define HAVE_STRDUP 1
787149754Sdes
788107553Sdes/* Define to 1 if you have the `strerror' function. */
78999059Sdes#define HAVE_STRERROR 1
79099059Sdes
791107553Sdes/* Define to 1 if you have the `strftime' function. */
79299059Sdes#define HAVE_STRFTIME 1
79399059Sdes
794157020Sdes/* Silly mkstemp() */
795157020Sdes/* #undef HAVE_STRICT_MKSTEMP */
796157020Sdes
797107553Sdes/* Define to 1 if you have the <strings.h> header file. */
79899059Sdes#define HAVE_STRINGS_H 1
79999059Sdes
800107553Sdes/* Define to 1 if you have the <string.h> header file. */
80199059Sdes#define HAVE_STRING_H 1
80299059Sdes
803107553Sdes/* Define to 1 if you have the `strlcat' function. */
80499059Sdes#define HAVE_STRLCAT 1
80599059Sdes
806107553Sdes/* Define to 1 if you have the `strlcpy' function. */
80799059Sdes#define HAVE_STRLCPY 1
80899059Sdes
809107553Sdes/* Define to 1 if you have the `strmode' function. */
81099059Sdes#define HAVE_STRMODE 1
81199059Sdes
812113912Sdes/* Define to 1 if you have the `strnvis' function. */
813113912Sdes/* #undef HAVE_STRNVIS */
814113912Sdes
815107553Sdes/* Define to 1 if you have the `strsep' function. */
81699059Sdes#define HAVE_STRSEP 1
81799059Sdes
818149754Sdes/* Define to 1 if you have the `strtoll' function. */
819149754Sdes#define HAVE_STRTOLL 1
820149754Sdes
821149754Sdes/* Define to 1 if you have the `strtonum' function. */
822157020Sdes#define HAVE_STRTONUM 1
823149754Sdes
824126279Sdes/* Define to 1 if you have the `strtoul' function. */
825126279Sdes#define HAVE_STRTOUL 1
826126279Sdes
827157020Sdes/* define if you have struct addrinfo data type */
828157020Sdes#define HAVE_STRUCT_ADDRINFO 1
829157020Sdes
830157020Sdes/* define if you have struct in6_addr data type */
831157020Sdes#define HAVE_STRUCT_IN6_ADDR 1
832157020Sdes
833157020Sdes/* define if you have struct sockaddr_in6 data type */
834157020Sdes#define HAVE_STRUCT_SOCKADDR_IN6 1
835157020Sdes
836157020Sdes/* define if you have struct sockaddr_storage data type */
837157020Sdes#define HAVE_STRUCT_SOCKADDR_STORAGE 1
838157020Sdes
839107553Sdes/* Define to 1 if `st_blksize' is member of `struct stat'. */
84099059Sdes#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
84199059Sdes
842113912Sdes/* Define to 1 if the system has the type `struct timespec'. */
843113912Sdes#define HAVE_STRUCT_TIMESPEC 1
844113912Sdes
845157020Sdes/* define if you have struct timeval */
846157020Sdes#define HAVE_STRUCT_TIMEVAL 1
847157020Sdes
848107553Sdes/* Define to 1 if you have the `sysconf' function. */
84999059Sdes#define HAVE_SYSCONF 1
85099059Sdes
851157020Sdes/* Define if you have syslen in utmpx.h */
852157020Sdes/* #undef HAVE_SYSLEN_IN_UTMPX */
853157020Sdes
854124244Sdes/* Define to 1 if you have the <sys/audit.h> header file. */
855124244Sdes/* #undef HAVE_SYS_AUDIT_H */
856124244Sdes
857107553Sdes/* Define to 1 if you have the <sys/bitypes.h> header file. */
85899059Sdes/* #undef HAVE_SYS_BITYPES_H */
85999059Sdes
860107553Sdes/* Define to 1 if you have the <sys/bsdtty.h> header file. */
86199059Sdes/* #undef HAVE_SYS_BSDTTY_H */
86299059Sdes
863107553Sdes/* Define to 1 if you have the <sys/cdefs.h> header file. */
86499059Sdes#define HAVE_SYS_CDEFS_H 1
86599059Sdes
866137019Sdes/* Define to 1 if you have the <sys/dir.h> header file. */
867137019Sdes#define HAVE_SYS_DIR_H 1
868137019Sdes
869157020Sdes/* Define if your system defines sys_errlist[] */
870157020Sdes#define HAVE_SYS_ERRLIST 1
871157020Sdes
872107553Sdes/* Define to 1 if you have the <sys/mman.h> header file. */
87399059Sdes#define HAVE_SYS_MMAN_H 1
87499059Sdes
875137019Sdes/* Define to 1 if you have the <sys/ndir.h> header file. */
876137019Sdes/* #undef HAVE_SYS_NDIR_H */
877137019Sdes
878157020Sdes/* Define if your system defines sys_nerr */
879157020Sdes#define HAVE_SYS_NERR 1
880157020Sdes
881128462Sdes/* Define to 1 if you have the <sys/prctl.h> header file. */
882128462Sdes/* #undef HAVE_SYS_PRCTL_H */
883128462Sdes
884113912Sdes/* Define to 1 if you have the <sys/pstat.h> header file. */
885113912Sdes/* #undef HAVE_SYS_PSTAT_H */
886113912Sdes
887126279Sdes/* Define to 1 if you have the <sys/ptms.h> header file. */
888126279Sdes/* #undef HAVE_SYS_PTMS_H */
889126279Sdes
890107553Sdes/* Define to 1 if you have the <sys/select.h> header file. */
89199059Sdes#define HAVE_SYS_SELECT_H 1
89299059Sdes
893107553Sdes/* Define to 1 if you have the <sys/stat.h> header file. */
89499059Sdes#define HAVE_SYS_STAT_H 1
89599059Sdes
896126279Sdes/* Define to 1 if you have the <sys/stream.h> header file. */
897126279Sdes/* #undef HAVE_SYS_STREAM_H */
898126279Sdes
899107553Sdes/* Define to 1 if you have the <sys/stropts.h> header file. */
90099059Sdes/* #undef HAVE_SYS_STROPTS_H */
90199059Sdes
902124244Sdes/* Define to 1 if you have the <sys/strtio.h> header file. */
903124244Sdes/* #undef HAVE_SYS_STRTIO_H */
904124244Sdes
905149754Sdes/* Force use of sys/syslog.h on Ultrix */
906149754Sdes/* #undef HAVE_SYS_SYSLOG_H */
907149754Sdes
908107553Sdes/* Define to 1 if you have the <sys/sysmacros.h> header file. */
90999059Sdes/* #undef HAVE_SYS_SYSMACROS_H */
91099059Sdes
911113912Sdes/* Define to 1 if you have the <sys/timers.h> header file. */
912113912Sdes#define HAVE_SYS_TIMERS_H 1
913113912Sdes
914107553Sdes/* Define to 1 if you have the <sys/time.h> header file. */
91599059Sdes#define HAVE_SYS_TIME_H 1
91699059Sdes
917107553Sdes/* Define to 1 if you have the <sys/types.h> header file. */
918162953Sdes#define HAVE_SYS_TYPES_H 1
91999059Sdes
920107553Sdes/* Define to 1 if you have the <sys/un.h> header file. */
92199059Sdes#define HAVE_SYS_UN_H 1
92299059Sdes
923107553Sdes/* Define to 1 if you have the `tcgetpgrp' function. */
92499059Sdes#define HAVE_TCGETPGRP 1
92599059Sdes
926124244Sdes/* Define to 1 if you have the `tcsendbreak' function. */
927124244Sdes#define HAVE_TCSENDBREAK 1
928124244Sdes
929107553Sdes/* Define to 1 if you have the `time' function. */
93099059Sdes#define HAVE_TIME 1
93199059Sdes
932107553Sdes/* Define to 1 if you have the <time.h> header file. */
93399059Sdes#define HAVE_TIME_H 1
93499059Sdes
935157020Sdes/* Define if you have ut_time in utmp.h */
936157055Sdes#define HAVE_TIME_IN_UTMP 1
937157020Sdes
938157020Sdes/* Define if you have ut_time in utmpx.h */
939157020Sdes/* #undef HAVE_TIME_IN_UTMPX */
940157020Sdes
941107553Sdes/* Define to 1 if you have the <tmpdir.h> header file. */
942107553Sdes/* #undef HAVE_TMPDIR_H */
943107553Sdes
944107553Sdes/* Define to 1 if you have the `truncate' function. */
94599059Sdes#define HAVE_TRUNCATE 1
94699059Sdes
947107553Sdes/* Define to 1 if you have the <ttyent.h> header file. */
94899059Sdes#define HAVE_TTYENT_H 1
94999059Sdes
950157020Sdes/* Define if you have ut_tv in utmp.h */
951157020Sdes/* #undef HAVE_TV_IN_UTMP */
952157020Sdes
953157020Sdes/* Define if you have ut_tv in utmpx.h */
954157020Sdes/* #undef HAVE_TV_IN_UTMPX */
955157020Sdes
956157020Sdes/* Define if you have ut_type in utmp.h */
957157020Sdes/* #undef HAVE_TYPE_IN_UTMP */
958157020Sdes
959157020Sdes/* Define if you have ut_type in utmpx.h */
960157020Sdes/* #undef HAVE_TYPE_IN_UTMPX */
961157020Sdes
962157020Sdes/* define if you have uintxx_t data type */
963157020Sdes#define HAVE_UINTXX_T 1
964157020Sdes
965107553Sdes/* Define to 1 if you have the <unistd.h> header file. */
96699059Sdes#define HAVE_UNISTD_H 1
96799059Sdes
968128462Sdes/* Define to 1 if you have the `unsetenv' function. */
969128462Sdes#define HAVE_UNSETENV 1
970128462Sdes
971157020Sdes/* Define to 1 if the system has the type `unsigned long long'. */
972157020Sdes#define HAVE_UNSIGNED_LONG_LONG 1
973157020Sdes
974107553Sdes/* Define to 1 if you have the `updwtmp' function. */
97599059Sdes/* #undef HAVE_UPDWTMP */
97699059Sdes
977126279Sdes/* Define to 1 if you have the `updwtmpx' function. */
978126279Sdes/* #undef HAVE_UPDWTMPX */
979126279Sdes
980107553Sdes/* Define to 1 if you have the <usersec.h> header file. */
98199059Sdes/* #undef HAVE_USERSEC_H */
98299059Sdes
983107553Sdes/* Define to 1 if you have the <util.h> header file. */
98499059Sdes/* #undef HAVE_UTIL_H */
98599059Sdes
986107553Sdes/* Define to 1 if you have the `utimes' function. */
98799059Sdes#define HAVE_UTIMES 1
98899059Sdes
989107553Sdes/* Define to 1 if you have the <utime.h> header file. */
99099059Sdes#define HAVE_UTIME_H 1
99199059Sdes
992107553Sdes/* Define to 1 if you have the `utmpname' function. */
99399059Sdes/* #undef HAVE_UTMPNAME */
99499059Sdes
995107553Sdes/* Define to 1 if you have the `utmpxname' function. */
99699059Sdes/* #undef HAVE_UTMPXNAME */
99799059Sdes
998107553Sdes/* Define to 1 if you have the <utmpx.h> header file. */
99999059Sdes/* #undef HAVE_UTMPX_H */
100099059Sdes
1001107553Sdes/* Define to 1 if you have the <utmp.h> header file. */
100299059Sdes#define HAVE_UTMP_H 1
100399059Sdes
1004157020Sdes/* define if you have u_char data type */
1005157020Sdes#define HAVE_U_CHAR 1
1006157020Sdes
1007157020Sdes/* define if you have u_int data type */
1008157020Sdes#define HAVE_U_INT 1
1009157020Sdes
1010157020Sdes/* define if you have u_int64_t data type */
1011157020Sdes#define HAVE_U_INT64_T 1
1012157020Sdes
1013157020Sdes/* define if you have u_intxx_t data type */
1014157020Sdes#define HAVE_U_INTXX_T 1
1015157020Sdes
1016157020Sdes/* Define to 1 if you have the `vasprintf' function. */
1017157020Sdes#define HAVE_VASPRINTF 1
1018157020Sdes
1019157020Sdes/* Define if va_copy exists */
1020157020Sdes#define HAVE_VA_COPY 1
1021157020Sdes
1022107553Sdes/* Define to 1 if you have the `vhangup' function. */
102399059Sdes/* #undef HAVE_VHANGUP */
102499059Sdes
1025124244Sdes/* Define to 1 if you have the <vis.h> header file. */
1026124244Sdes#define HAVE_VIS_H 1
1027124244Sdes
1028107553Sdes/* Define to 1 if you have the `vsnprintf' function. */
102999059Sdes#define HAVE_VSNPRINTF 1
103099059Sdes
1031107553Sdes/* Define to 1 if you have the `waitpid' function. */
103299059Sdes#define HAVE_WAITPID 1
103399059Sdes
1034124244Sdes/* Define to 1 if you have the `_getlong' function. */
1035126279Sdes#define HAVE__GETLONG 1
1036124244Sdes
1037107553Sdes/* Define to 1 if you have the `_getpty' function. */
103899059Sdes/* #undef HAVE__GETPTY */
103999059Sdes
1040124244Sdes/* Define to 1 if you have the `_getshort' function. */
1041126279Sdes#define HAVE__GETSHORT 1
1042124244Sdes
1043107553Sdes/* Define to 1 if you have the `__b64_ntop' function. */
104499059Sdes#define HAVE___B64_NTOP 1
104599059Sdes
1046113912Sdes/* Define to 1 if you have the `__b64_pton' function. */
1047113912Sdes#define HAVE___B64_PTON 1
1048113912Sdes
1049157020Sdes/* Define if compiler implements __FUNCTION__ */
1050157020Sdes#define HAVE___FUNCTION__ 1
1051157020Sdes
1052157020Sdes/* Define if libc defines __progname */
1053157020Sdes#define HAVE___PROGNAME 1
1054157020Sdes
1055157020Sdes/* Fields in struct sockaddr_storage */
1056157020Sdes/* #undef HAVE___SS_FAMILY_IN_SS */
1057157020Sdes
1058157020Sdes/* Define if __va_copy exists */
1059157020Sdes/* #undef HAVE___VA_COPY */
1060157020Sdes
1061157020Sdes/* Define if compiler implements __func__ */
1062157020Sdes#define HAVE___func__ 1
1063157020Sdes
1064157020Sdes/* Define this if you are using the Heimdal version of Kerberos V5 */
1065157020Sdes/* #undef HEIMDAL */
1066157020Sdes
1067157020Sdes/* Define if you need to use IP address instead of hostname in $DISPLAY */
1068157020Sdes/* #undef IPADDR_IN_DISPLAY */
1069157020Sdes
1070157020Sdes/* Detect IPv4 in IPv6 mapped addresses and treat as IPv4 */
1071157020Sdes/* #undef IPV4_IN_IPV6 */
1072157020Sdes
1073157020Sdes/* Define if your system choked on IP TOS setting */
1074157020Sdes/* #undef IP_TOS_IS_BROKEN */
1075157020Sdes
1076157020Sdes/* Define if you want Kerberos 5 support */
1077157020Sdes/* #undef KRB5 */
1078157020Sdes
1079157020Sdes/* Define if you want TCP Wrappers support */
1080157020Sdes#define LIBWRAP 1
1081157020Sdes
1082157020Sdes/* Define to whatever link() returns for "not supported" if it doesn't return
1083157020Sdes   EOPNOTSUPP. */
1084157020Sdes/* #undef LINK_OPNOTSUPP_ERRNO */
1085157020Sdes
1086149754Sdes/* max value of long long calculated by configure */
1087149754Sdes/* #undef LLONG_MAX */
1088149754Sdes
1089149754Sdes/* min value of long long calculated by configure */
1090149754Sdes/* #undef LLONG_MIN */
1091149754Sdes
1092157020Sdes/* Account locked with pw(1) */
1093157020Sdes#define LOCKED_PASSWD_PREFIX "*LOCKED*"
1094157020Sdes
1095157020Sdes/* String used in /etc/passwd to denote locked account */
1096157020Sdes/* #undef LOCKED_PASSWD_STRING */
1097157020Sdes
1098157020Sdes/* String used in /etc/passwd to denote locked account */
1099157020Sdes/* #undef LOCKED_PASSWD_SUBSTR */
1100157020Sdes
1101157020Sdes/* Some versions of /bin/login need the TERM supplied on the commandline */
1102157020Sdes/* #undef LOGIN_NEEDS_TERM */
1103157020Sdes
1104157020Sdes/* Some systems need a utmpx entry for /bin/login to work */
1105157020Sdes/* #undef LOGIN_NEEDS_UTMPX */
1106157020Sdes
1107157020Sdes/* Define if your login program cannot handle end of options ("--") */
1108157020Sdes/* #undef LOGIN_NO_ENDOPT */
1109157020Sdes
1110157020Sdes/* If your header files don't define LOGIN_PROGRAM, then use this (detected)
1111157020Sdes   from environment and PATH */
1112157020Sdes#define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
1113157020Sdes
1114157020Sdes/* Set this to your mail directory if you don't have maillock.h */
1115157020Sdes/* #undef MAIL_DIRECTORY */
1116157020Sdes
1117157020Sdes/* Define on *nto-qnx systems */
1118157020Sdes/* #undef MISSING_FD_MASK */
1119157020Sdes
1120157020Sdes/* Define on *nto-qnx systems */
1121157020Sdes/* #undef MISSING_HOWMANY */
1122157020Sdes
1123157020Sdes/* Define on *nto-qnx systems */
1124157020Sdes/* #undef MISSING_NFDBITS */
1125157020Sdes
1126149754Sdes/* Need setpgrp to acquire controlling tty */
1127162860Sdes/* #undef NEED_SETPGRP */
1128149754Sdes
1129157020Sdes/* Define if the concept of ports only accessible to superusers isn't known */
1130157020Sdes/* #undef NO_IPPORT_RESERVED_CONCEPT */
1131157020Sdes
1132157020Sdes/* Define if you don't want to use lastlog in session.c */
1133157020Sdes/* #undef NO_SSH_LASTLOG */
1134157020Sdes
1135157020Sdes/* Define if X11 doesn't support AF_UNIX sockets on that system */
1136157020Sdes/* #undef NO_X11_UNIX_SOCKETS */
1137157020Sdes
1138157020Sdes/* libcrypto is missing AES 192 and 256 bit functions */
1139162860Sdes/* #undef OPENSSL_LOBOTOMISED_AES */
1140157020Sdes
1141157020Sdes/* Define if you want OpenSSL's internally seeded PRNG only */
1142157020Sdes#define OPENSSL_PRNG_ONLY 1
1143157020Sdes
1144157020Sdes/* Define if S/Key is actually OPIE */
1145157020Sdes/* #undef OPIE */
1146157020Sdes
1147107553Sdes/* Define to the address where bug reports for this package should be sent. */
1148157020Sdes#define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
1149107553Sdes
1150107553Sdes/* Define to the full name of this package. */
1151147006Sdes#define PACKAGE_NAME "OpenSSH"
1152107553Sdes
1153107553Sdes/* Define to the full name and version of this package. */
1154147006Sdes#define PACKAGE_STRING "OpenSSH Portable"
1155107553Sdes
1156107553Sdes/* Define to the one symbol short name of this package. */
1157147006Sdes#define PACKAGE_TARNAME "openssh"
1158107553Sdes
1159107553Sdes/* Define to the version of this package. */
1160147006Sdes#define PACKAGE_VERSION "Portable"
1161107553Sdes
1162157020Sdes/* Define if you are using Solaris-derived PAM which passes pam_messages to
1163157020Sdes   the conversation function with an extra level of indirection */
1164157020Sdes/* #undef PAM_SUN_CODEBASE */
1165157020Sdes
1166157020Sdes/* Work around problematic Linux PAM modules handling of PAM_TTY */
1167157020Sdes/* #undef PAM_TTY_KLUDGE */
1168157020Sdes
1169147006Sdes/* must supply username to passwd */
1170147006Sdes/* #undef PASSWD_NEEDS_USERNAME */
1171147006Sdes
1172157020Sdes/* Port number of PRNGD/EGD random number socket */
1173157020Sdes/* #undef PRNGD_PORT */
1174157020Sdes
1175157020Sdes/* Location of PRNGD/EGD random number socket */
1176157020Sdes/* #undef PRNGD_SOCKET */
1177157020Sdes
1178162860Sdes/* read(1) can return 0 for a non-closed fd */
1179162860Sdes/* #undef PTY_ZEROREAD */
1180162860Sdes
1181157020Sdes/* Define if your platform breaks doing a seteuid before a setuid */
1182157020Sdes/* #undef SETEUID_BREAKS_SETUID */
1183157020Sdes
118499059Sdes/* The size of a `char', as computed by sizeof. */
118599059Sdes#define SIZEOF_CHAR 1
118699059Sdes
118799059Sdes/* The size of a `int', as computed by sizeof. */
118899059Sdes#define SIZEOF_INT 4
118999059Sdes
119099059Sdes/* The size of a `long int', as computed by sizeof. */
119199059Sdes#define SIZEOF_LONG_INT 4
119299059Sdes
119399059Sdes/* The size of a `long long int', as computed by sizeof. */
119499059Sdes#define SIZEOF_LONG_LONG_INT 8
119599059Sdes
119699059Sdes/* The size of a `short int', as computed by sizeof. */
119799059Sdes#define SIZEOF_SHORT_INT 2
119899059Sdes
1199157020Sdes/* Define if you want S/Key support */
1200157020Sdes/* #undef SKEY */
1201157020Sdes
1202157020Sdes/* Define if your skeychallenge() function takes 4 arguments (NetBSD) */
1203157020Sdes/* #undef SKEYCHALLENGE_4ARG */
1204157020Sdes
1205157020Sdes/* Define if you want smartcard support */
1206157020Sdes/* #undef SMARTCARD */
1207157020Sdes
1208157020Sdes/* Define as const if snprintf() can declare const char *fmt */
1209157020Sdes#define SNPRINTF_CONST const
1210157020Sdes
1211157020Sdes/* Define to a Set Process Title type if your system is supported by
1212157020Sdes   bsd-setproctitle.c */
1213157020Sdes/* #undef SPT_TYPE */
1214157020Sdes
1215157020Sdes/* Define if sshd somehow reacquires a controlling TTY after setsid() */
1216157020Sdes/* #undef SSHD_ACQUIRES_CTTY */
1217157020Sdes
1218157020Sdes/* Define if pam_chauthtok wants real uid set to the unpriv'ed user */
1219157020Sdes/* #undef SSHPAM_CHAUTHTOK_NEEDS_RUID */
1220157020Sdes
1221147006Sdes/* Use audit debugging module */
1222147006Sdes/* #undef SSH_AUDIT_EVENTS */
1223147006Sdes
1224157020Sdes/* non-privileged user for privilege separation */
1225157020Sdes#define SSH_PRIVSEP_USER "sshd"
1226157020Sdes
1227157020Sdes/* Use tunnel device compatibility to OpenBSD */
1228157020Sdes/* #undef SSH_TUN_COMPAT_AF */
1229157020Sdes
1230157020Sdes/* Open tunnel devices the FreeBSD way */
1231157020Sdes#define SSH_TUN_FREEBSD 1
1232157020Sdes
1233157020Sdes/* Open tunnel devices the Linux tun/tap way */
1234157020Sdes/* #undef SSH_TUN_LINUX */
1235157020Sdes
1236157020Sdes/* No layer 2 tunnel support */
1237157020Sdes/* #undef SSH_TUN_NO_L2 */
1238157020Sdes
1239157020Sdes/* Open tunnel devices the OpenBSD way */
1240157020Sdes/* #undef SSH_TUN_OPENBSD */
1241157020Sdes
1242157020Sdes/* Prepend the address family to IP tunnel traffic */
1243157020Sdes/* #undef SSH_TUN_PREPEND_AF */
1244157020Sdes
1245107553Sdes/* Define to 1 if you have the ANSI C header files. */
1246162953Sdes#define STDC_HEADERS 1
124799059Sdes
1248157020Sdes/* Define if you want a different $PATH for the superuser */
1249157020Sdes/* #undef SUPERUSER_PATH */
1250157020Sdes
1251162860Sdes/* syslog_r function is safe to use in in a signal handler */
1252162860Sdes/* #undef SYSLOG_R_SAFE_IN_SIGHAND */
1253162860Sdes
1254149754Sdes/* Support passwords > 8 chars */
1255149754Sdes/* #undef UNIXWARE_LONG_PASSWORDS */
1256149754Sdes
1257157020Sdes/* Specify default $PATH */
1258157020Sdes/* #undef USER_PATH */
1259157020Sdes
1260157020Sdes/* Define this if you want to use libkafs' AFS support */
1261157020Sdes/* #undef USE_AFS */
1262157020Sdes
1263147006Sdes/* Use BSM audit module */
1264147006Sdes/* #undef USE_BSM_AUDIT */
1265147006Sdes
1266147006Sdes/* Use btmp to log bad logins */
1267147006Sdes/* #undef USE_BTMP */
1268147006Sdes
1269147006Sdes/* Use libedit for sftp */
1270157020Sdes#define USE_LIBEDIT 1
1271147006Sdes
1272157020Sdes/* Define if you want smartcard support using OpenSC */
1273157020Sdes/* #undef USE_OPENSC */
1274157020Sdes
1275162860Sdes/* Enable OpenSSL engine support */
1276162860Sdes#define USE_OPENSSL_ENGINE 1
1277162860Sdes
1278157020Sdes/* Define if you want to enable PAM support */
1279157020Sdes#define USE_PAM 1
1280157020Sdes
1281157020Sdes/* Use PIPES instead of a socketpair() */
1282157020Sdes/* #undef USE_PIPES */
1283157020Sdes
1284157020Sdes/* Define if you want smartcard support using sectok */
1285157020Sdes/* #undef USE_SECTOK */
1286157020Sdes
1287162860Sdes/* Define if you have Solaris process contracts */
1288162860Sdes/* #undef USE_SOLARIS_PROCESS_CONTRACTS */
1289162860Sdes
1290157020Sdes/* Define if you shouldn't strip 'tty' from your ttyname in [uw]tmp */
1291157020Sdes/* #undef WITH_ABBREV_NO_TTY */
1292157020Sdes
1293157020Sdes/* Define if you want to enable AIX4's authenticate function */
1294157020Sdes/* #undef WITH_AIXAUTHENTICATE */
1295157020Sdes
1296157020Sdes/* Define if you have/want arrays (cluster-wide session managment, not C
1297157020Sdes   arrays) */
1298157020Sdes/* #undef WITH_IRIX_ARRAY */
1299157020Sdes
1300157020Sdes/* Define if you want IRIX audit trails */
1301157020Sdes/* #undef WITH_IRIX_AUDIT */
1302157020Sdes
1303157020Sdes/* Define if you want IRIX kernel jobs */
1304157020Sdes/* #undef WITH_IRIX_JOBS */
1305157020Sdes
1306157020Sdes/* Define if you want IRIX project management */
1307157020Sdes/* #undef WITH_IRIX_PROJECT */
1308157020Sdes
1309162860Sdes/* Define if you want SELinux support. */
1310162860Sdes/* #undef WITH_SELINUX */
1311162860Sdes
1312107553Sdes/* Define to 1 if your processor stores words with the most significant byte
1313107553Sdes   first (like Motorola and SPARC, unlike Intel and VAX). */
131499059Sdes/* #undef WORDS_BIGENDIAN */
131599059Sdes
1316157020Sdes/* Define if xauth is found in your path */
1317157020Sdes#define XAUTH_PATH "/usr/X11R6/bin/xauth"
1318157020Sdes
131999059Sdes/* Number of bits in a file offset, on hosts where this is settable. */
132099059Sdes/* #undef _FILE_OFFSET_BITS */
132199059Sdes
132299059Sdes/* Define for large files, on AIX-style hosts. */
132399059Sdes/* #undef _LARGE_FILES */
132499059Sdes
1325147006Sdes/* log for bad login attempts */
1326147006Sdes/* #undef _PATH_BTMP */
1327147006Sdes
1328157020Sdes/* Full path of your "passwd" program */
1329157020Sdes#define _PATH_PASSWD_PROG "/usr/bin/passwd"
1330157020Sdes
1331157020Sdes/* Specify location of ssh.pid */
1332157020Sdes#define _PATH_SSH_PIDDIR "/var/run"
1333157020Sdes
1334157020Sdes/* Define if we don't have struct __res_state in resolv.h */
1335157020Sdes/* #undef __res_state */
1336157020Sdes
1337147006Sdes/* Define to `__inline__' or `__inline' if that's what the C compiler
1338147006Sdes   calls it, or to nothing if 'inline' is not supported under any name.  */
1339147006Sdes#ifndef __cplusplus
134099059Sdes/* #undef inline */
1341147006Sdes#endif
134299059Sdes
134399059Sdes/* type to use in place of socklen_t if not defined */
134499059Sdes/* #undef socklen_t */
1345