xref: /dflybsd-src/crypto/openssh/config.h.in (revision ba1276acd1c8c22d225b1bcf370a14c878644f44)
1*ba1276acSMatthew Dillon/* config.h.in.  Generated from configure.ac by autoheader.  */
2*ba1276acSMatthew Dillon
3*ba1276acSMatthew Dillon/* Define if building universal (internal helper macro) */
4*ba1276acSMatthew Dillon#undef AC_APPLE_UNIVERSAL_BUILD
5*ba1276acSMatthew Dillon
6*ba1276acSMatthew Dillon/* Define if you have a getaddrinfo that fails for the all-zeros IPv6 address
7*ba1276acSMatthew Dillon   */
8*ba1276acSMatthew Dillon#undef AIX_GETNAMEINFO_HACK
9*ba1276acSMatthew Dillon
10*ba1276acSMatthew Dillon/* Define if your AIX loginfailed() function takes 4 arguments (AIX >= 5.2) */
11*ba1276acSMatthew Dillon#undef AIX_LOGINFAILED_4ARG
12*ba1276acSMatthew Dillon
13*ba1276acSMatthew Dillon/* System only supports IPv4 audit records */
14*ba1276acSMatthew Dillon#undef AU_IPv4
15*ba1276acSMatthew Dillon
16*ba1276acSMatthew Dillon/* Define if your resolver libs need this for getrrsetbyname */
17*ba1276acSMatthew Dillon#undef BIND_8_COMPAT
18*ba1276acSMatthew Dillon
19*ba1276acSMatthew Dillon/* The system has incomplete BSM API */
20*ba1276acSMatthew Dillon#undef BROKEN_BSM_API
21*ba1276acSMatthew Dillon
22*ba1276acSMatthew Dillon/* broken in chroots on older kernels */
23*ba1276acSMatthew Dillon#undef BROKEN_CLOSEFROM
24*ba1276acSMatthew Dillon
25*ba1276acSMatthew Dillon/* Define if cmsg_type is not passed correctly */
26*ba1276acSMatthew Dillon#undef BROKEN_CMSG_TYPE
27*ba1276acSMatthew Dillon
28*ba1276acSMatthew Dillon/* getaddrinfo is broken (if present) */
29*ba1276acSMatthew Dillon#undef BROKEN_GETADDRINFO
30*ba1276acSMatthew Dillon
31*ba1276acSMatthew Dillon/* getgroups(0,NULL) will return -1 */
32*ba1276acSMatthew Dillon#undef BROKEN_GETGROUPS
33*ba1276acSMatthew Dillon
34*ba1276acSMatthew Dillon/* getline is not what we expect */
35*ba1276acSMatthew Dillon#undef BROKEN_GETLINE
36*ba1276acSMatthew Dillon
37*ba1276acSMatthew Dillon/* FreeBSD glob does not do what we need */
38*ba1276acSMatthew Dillon#undef BROKEN_GLOB
39*ba1276acSMatthew Dillon
40*ba1276acSMatthew Dillon/* Define if you system's inet_ntoa is busted (e.g. Irix gcc issue) */
41*ba1276acSMatthew Dillon#undef BROKEN_INET_NTOA
42*ba1276acSMatthew Dillon
43*ba1276acSMatthew Dillon/* Define if your struct dirent expects you to allocate extra space for d_name
44*ba1276acSMatthew Dillon   */
45*ba1276acSMatthew Dillon#undef BROKEN_ONE_BYTE_DIRENT_D_NAME
46*ba1276acSMatthew Dillon
47*ba1276acSMatthew Dillon/* System poll(2) implementation is broken */
48*ba1276acSMatthew Dillon#undef BROKEN_POLL
49*ba1276acSMatthew Dillon
50*ba1276acSMatthew Dillon/* Can't do comparisons on readv */
51*ba1276acSMatthew Dillon#undef BROKEN_READV_COMPARISON
52*ba1276acSMatthew Dillon
53*ba1276acSMatthew Dillon/* NetBSD read function is sometimes redirected, breaking atomicio comparisons
54*ba1276acSMatthew Dillon   against it */
55*ba1276acSMatthew Dillon#undef BROKEN_READ_COMPARISON
56*ba1276acSMatthew Dillon
57*ba1276acSMatthew Dillon/* Needed for NeXT */
58*ba1276acSMatthew Dillon#undef BROKEN_SAVED_UIDS
59*ba1276acSMatthew Dillon
60*ba1276acSMatthew Dillon/* Define if your setregid() is broken */
61*ba1276acSMatthew Dillon#undef BROKEN_SETREGID
62*ba1276acSMatthew Dillon
63*ba1276acSMatthew Dillon/* Define if your setresgid() is broken */
64*ba1276acSMatthew Dillon#undef BROKEN_SETRESGID
65*ba1276acSMatthew Dillon
66*ba1276acSMatthew Dillon/* Define if your setresuid() is broken */
67*ba1276acSMatthew Dillon#undef BROKEN_SETRESUID
68*ba1276acSMatthew Dillon
69*ba1276acSMatthew Dillon/* Define if your setreuid() is broken */
70*ba1276acSMatthew Dillon#undef BROKEN_SETREUID
71*ba1276acSMatthew Dillon
72*ba1276acSMatthew Dillon/* LynxOS has broken setvbuf() implementation */
73*ba1276acSMatthew Dillon#undef BROKEN_SETVBUF
74*ba1276acSMatthew Dillon
75*ba1276acSMatthew Dillon/* QNX shadow support is broken */
76*ba1276acSMatthew Dillon#undef BROKEN_SHADOW_EXPIRE
77*ba1276acSMatthew Dillon
78*ba1276acSMatthew Dillon/* Define if your snprintf is busted */
79*ba1276acSMatthew Dillon#undef BROKEN_SNPRINTF
80*ba1276acSMatthew Dillon
81*ba1276acSMatthew Dillon/* strndup broken, see APAR IY61211 */
82*ba1276acSMatthew Dillon#undef BROKEN_STRNDUP
83*ba1276acSMatthew Dillon
84*ba1276acSMatthew Dillon/* strnlen broken, see APAR IY62551 */
85*ba1276acSMatthew Dillon#undef BROKEN_STRNLEN
86*ba1276acSMatthew Dillon
87*ba1276acSMatthew Dillon/* strnvis detected broken */
88*ba1276acSMatthew Dillon#undef BROKEN_STRNVIS
89*ba1276acSMatthew Dillon
90*ba1276acSMatthew Dillon/* tcgetattr with ICANON may hang */
91*ba1276acSMatthew Dillon#undef BROKEN_TCGETATTR_ICANON
92*ba1276acSMatthew Dillon
93*ba1276acSMatthew Dillon/* updwtmpx is broken (if present) */
94*ba1276acSMatthew Dillon#undef BROKEN_UPDWTMPX
95*ba1276acSMatthew Dillon
96*ba1276acSMatthew Dillon/* Define if you have BSD auth support */
97*ba1276acSMatthew Dillon#undef BSD_AUTH
98*ba1276acSMatthew Dillon
99*ba1276acSMatthew Dillon/* Define if you want to specify the path to your lastlog file */
100*ba1276acSMatthew Dillon#undef CONF_LASTLOG_FILE
101*ba1276acSMatthew Dillon
102*ba1276acSMatthew Dillon/* Define if you want to specify the path to your utmp file */
103*ba1276acSMatthew Dillon#undef CONF_UTMP_FILE
104*ba1276acSMatthew Dillon
105*ba1276acSMatthew Dillon/* Define if you want to specify the path to your wtmpx file */
106*ba1276acSMatthew Dillon#undef CONF_WTMPX_FILE
107*ba1276acSMatthew Dillon
108*ba1276acSMatthew Dillon/* Define if you want to specify the path to your wtmp file */
109*ba1276acSMatthew Dillon#undef CONF_WTMP_FILE
110*ba1276acSMatthew Dillon
111*ba1276acSMatthew Dillon/* Need to call setpgrp as root */
112*ba1276acSMatthew Dillon#undef DISABLE_FD_PASSING
113*ba1276acSMatthew Dillon
114*ba1276acSMatthew Dillon/* Define if you don't want to use lastlog */
115*ba1276acSMatthew Dillon#undef DISABLE_LASTLOG
116*ba1276acSMatthew Dillon
117*ba1276acSMatthew Dillon/* Define if you don't want to use your system's login() call */
118*ba1276acSMatthew Dillon#undef DISABLE_LOGIN
119*ba1276acSMatthew Dillon
120*ba1276acSMatthew Dillon/* Define if you don't want to use pututline() etc. to write [uw]tmp */
121*ba1276acSMatthew Dillon#undef DISABLE_PUTUTLINE
122*ba1276acSMatthew Dillon
123*ba1276acSMatthew Dillon/* Define if you don't want to use pututxline() etc. to write [uw]tmpx */
124*ba1276acSMatthew Dillon#undef DISABLE_PUTUTXLINE
125*ba1276acSMatthew Dillon
126*ba1276acSMatthew Dillon/* Define if you want to disable shadow passwords */
127*ba1276acSMatthew Dillon#undef DISABLE_SHADOW
128*ba1276acSMatthew Dillon
129*ba1276acSMatthew Dillon/* Define if you don't want to use utmp */
130*ba1276acSMatthew Dillon#undef DISABLE_UTMP
131*ba1276acSMatthew Dillon
132*ba1276acSMatthew Dillon/* Define if you don't want to use utmpx */
133*ba1276acSMatthew Dillon#undef DISABLE_UTMPX
134*ba1276acSMatthew Dillon
135*ba1276acSMatthew Dillon/* Define if you don't want to use wtmp */
136*ba1276acSMatthew Dillon#undef DISABLE_WTMP
137*ba1276acSMatthew Dillon
138*ba1276acSMatthew Dillon/* Define if you don't want to use wtmpx */
139*ba1276acSMatthew Dillon#undef DISABLE_WTMPX
140*ba1276acSMatthew Dillon
141*ba1276acSMatthew Dillon/* Enable for PKCS#11 support */
142*ba1276acSMatthew Dillon#undef ENABLE_PKCS11
143*ba1276acSMatthew Dillon
144*ba1276acSMatthew Dillon/* Enable for U2F/FIDO support */
145*ba1276acSMatthew Dillon#undef ENABLE_SK
146*ba1276acSMatthew Dillon
147*ba1276acSMatthew Dillon/* Enable for built-in U2F/FIDO support */
148*ba1276acSMatthew Dillon#undef ENABLE_SK_INTERNAL
149*ba1276acSMatthew Dillon
150*ba1276acSMatthew Dillon/* define if fflush(NULL) does not work */
151*ba1276acSMatthew Dillon#undef FFLUSH_NULL_BUG
152*ba1276acSMatthew Dillon
153*ba1276acSMatthew Dillon/* File names may not contain backslash characters */
154*ba1276acSMatthew Dillon#undef FILESYSTEM_NO_BACKSLASH
155*ba1276acSMatthew Dillon
156*ba1276acSMatthew Dillon/* fsid_t has member val */
157*ba1276acSMatthew Dillon#undef FSID_HAS_VAL
158*ba1276acSMatthew Dillon
159*ba1276acSMatthew Dillon/* fsid_t has member __val */
160*ba1276acSMatthew Dillon#undef FSID_HAS___VAL
161*ba1276acSMatthew Dillon
162*ba1276acSMatthew Dillon/* getpgrp takes one arg */
163*ba1276acSMatthew Dillon#undef GETPGRP_VOID
164*ba1276acSMatthew Dillon
165*ba1276acSMatthew Dillon/* Conflicting defs for getspnam */
166*ba1276acSMatthew Dillon#undef GETSPNAM_CONFLICTING_DEFS
167*ba1276acSMatthew Dillon
168*ba1276acSMatthew Dillon/* Define if your system glob() function has the GLOB_ALTDIRFUNC extension */
169*ba1276acSMatthew Dillon#undef GLOB_HAS_ALTDIRFUNC
170*ba1276acSMatthew Dillon
171*ba1276acSMatthew Dillon/* Define if your system glob() function has gl_matchc options in glob_t */
172*ba1276acSMatthew Dillon#undef GLOB_HAS_GL_MATCHC
173*ba1276acSMatthew Dillon
174*ba1276acSMatthew Dillon/* Define if your system glob() function has gl_statv options in glob_t */
175*ba1276acSMatthew Dillon#undef GLOB_HAS_GL_STATV
176*ba1276acSMatthew Dillon
177*ba1276acSMatthew Dillon/* Define this if you want GSSAPI support in the version 2 protocol */
178*ba1276acSMatthew Dillon#undef GSSAPI
179*ba1276acSMatthew Dillon
180*ba1276acSMatthew Dillon/* Define if you want to use shadow password expire field */
181*ba1276acSMatthew Dillon#undef HAS_SHADOW_EXPIRE
182*ba1276acSMatthew Dillon
183*ba1276acSMatthew Dillon/* Define if your system uses access rights style file descriptor passing */
184*ba1276acSMatthew Dillon#undef HAVE_ACCRIGHTS_IN_MSGHDR
185*ba1276acSMatthew Dillon
186*ba1276acSMatthew Dillon/* Define if you have ut_addr in utmp.h */
187*ba1276acSMatthew Dillon#undef HAVE_ADDR_IN_UTMP
188*ba1276acSMatthew Dillon
189*ba1276acSMatthew Dillon/* Define if you have ut_addr in utmpx.h */
190*ba1276acSMatthew Dillon#undef HAVE_ADDR_IN_UTMPX
191*ba1276acSMatthew Dillon
192*ba1276acSMatthew Dillon/* Define if you have ut_addr_v6 in utmp.h */
193*ba1276acSMatthew Dillon#undef HAVE_ADDR_V6_IN_UTMP
194*ba1276acSMatthew Dillon
195*ba1276acSMatthew Dillon/* Define if you have ut_addr_v6 in utmpx.h */
196*ba1276acSMatthew Dillon#undef HAVE_ADDR_V6_IN_UTMPX
197*ba1276acSMatthew Dillon
198*ba1276acSMatthew Dillon/* Define to 1 if you have the `arc4random' function. */
199*ba1276acSMatthew Dillon#undef HAVE_ARC4RANDOM
200*ba1276acSMatthew Dillon
201*ba1276acSMatthew Dillon/* Define to 1 if you have the `arc4random_buf' function. */
202*ba1276acSMatthew Dillon#undef HAVE_ARC4RANDOM_BUF
203*ba1276acSMatthew Dillon
204*ba1276acSMatthew Dillon/* Define to 1 if you have the `arc4random_stir' function. */
205*ba1276acSMatthew Dillon#undef HAVE_ARC4RANDOM_STIR
206*ba1276acSMatthew Dillon
207*ba1276acSMatthew Dillon/* Define to 1 if you have the `arc4random_uniform' function. */
208*ba1276acSMatthew Dillon#undef HAVE_ARC4RANDOM_UNIFORM
209*ba1276acSMatthew Dillon
210*ba1276acSMatthew Dillon/* Define to 1 if you have the `asprintf' function. */
211*ba1276acSMatthew Dillon#undef HAVE_ASPRINTF
212*ba1276acSMatthew Dillon
213*ba1276acSMatthew Dillon/* OpenBSD's gcc has bounded */
214*ba1276acSMatthew Dillon#undef HAVE_ATTRIBUTE__BOUNDED__
215*ba1276acSMatthew Dillon
216*ba1276acSMatthew Dillon/* Have attribute nonnull */
217*ba1276acSMatthew Dillon#undef HAVE_ATTRIBUTE__NONNULL__
218*ba1276acSMatthew Dillon
219*ba1276acSMatthew Dillon/* OpenBSD's gcc has sentinel */
220*ba1276acSMatthew Dillon#undef HAVE_ATTRIBUTE__SENTINEL__
221*ba1276acSMatthew Dillon
222*ba1276acSMatthew Dillon/* Define to 1 if you have the `aug_get_machine' function. */
223*ba1276acSMatthew Dillon#undef HAVE_AUG_GET_MACHINE
224*ba1276acSMatthew Dillon
225*ba1276acSMatthew Dillon/* Define to 1 if you have the `b64_ntop' function. */
226*ba1276acSMatthew Dillon#undef HAVE_B64_NTOP
227*ba1276acSMatthew Dillon
228*ba1276acSMatthew Dillon/* Define to 1 if you have the `b64_pton' function. */
229*ba1276acSMatthew Dillon#undef HAVE_B64_PTON
230*ba1276acSMatthew Dillon
231*ba1276acSMatthew Dillon/* Define if you have the basename function. */
232*ba1276acSMatthew Dillon#undef HAVE_BASENAME
233*ba1276acSMatthew Dillon
234*ba1276acSMatthew Dillon/* Define to 1 if you have the `bcopy' function. */
235*ba1276acSMatthew Dillon#undef HAVE_BCOPY
236*ba1276acSMatthew Dillon
237*ba1276acSMatthew Dillon/* Define to 1 if you have the `bcrypt_pbkdf' function. */
238*ba1276acSMatthew Dillon#undef HAVE_BCRYPT_PBKDF
239*ba1276acSMatthew Dillon
240*ba1276acSMatthew Dillon/* Define to 1 if you have the `bindresvport_sa' function. */
241*ba1276acSMatthew Dillon#undef HAVE_BINDRESVPORT_SA
242*ba1276acSMatthew Dillon
243*ba1276acSMatthew Dillon/* Define to 1 if you have the `blf_enc' function. */
244*ba1276acSMatthew Dillon#undef HAVE_BLF_ENC
245*ba1276acSMatthew Dillon
246*ba1276acSMatthew Dillon/* Define to 1 if you have the <blf.h> header file. */
247*ba1276acSMatthew Dillon#undef HAVE_BLF_H
248*ba1276acSMatthew Dillon
249*ba1276acSMatthew Dillon/* Define to 1 if you have the `Blowfish_expand0state' function. */
250*ba1276acSMatthew Dillon#undef HAVE_BLOWFISH_EXPAND0STATE
251*ba1276acSMatthew Dillon
252*ba1276acSMatthew Dillon/* Define to 1 if you have the `Blowfish_expandstate' function. */
253*ba1276acSMatthew Dillon#undef HAVE_BLOWFISH_EXPANDSTATE
254*ba1276acSMatthew Dillon
255*ba1276acSMatthew Dillon/* Define to 1 if you have the `Blowfish_initstate' function. */
256*ba1276acSMatthew Dillon#undef HAVE_BLOWFISH_INITSTATE
257*ba1276acSMatthew Dillon
258*ba1276acSMatthew Dillon/* Define to 1 if you have the `Blowfish_stream2word' function. */
259*ba1276acSMatthew Dillon#undef HAVE_BLOWFISH_STREAM2WORD
260*ba1276acSMatthew Dillon
261*ba1276acSMatthew Dillon/* Define to 1 if you have the `BN_is_prime_ex' function. */
262*ba1276acSMatthew Dillon#undef HAVE_BN_IS_PRIME_EX
263*ba1276acSMatthew Dillon
264*ba1276acSMatthew Dillon/* Define to 1 if you have the <bsd/libutil.h> header file. */
265*ba1276acSMatthew Dillon#undef HAVE_BSD_LIBUTIL_H
266*ba1276acSMatthew Dillon
267*ba1276acSMatthew Dillon/* Define to 1 if you have the <bsm/audit.h> header file. */
268*ba1276acSMatthew Dillon#undef HAVE_BSM_AUDIT_H
269*ba1276acSMatthew Dillon
270*ba1276acSMatthew Dillon/* Define to 1 if you have the <bstring.h> header file. */
271*ba1276acSMatthew Dillon#undef HAVE_BSTRING_H
272*ba1276acSMatthew Dillon
273*ba1276acSMatthew Dillon/* Define to 1 if you have the `bzero' function. */
274*ba1276acSMatthew Dillon#undef HAVE_BZERO
275*ba1276acSMatthew Dillon
276*ba1276acSMatthew Dillon/* calloc(0, x) returns NULL */
277*ba1276acSMatthew Dillon#undef HAVE_CALLOC
278*ba1276acSMatthew Dillon
279*ba1276acSMatthew Dillon/* Define if you have caph_cache_tzdata */
280*ba1276acSMatthew Dillon#undef HAVE_CAPH_CACHE_TZDATA
281*ba1276acSMatthew Dillon
282*ba1276acSMatthew Dillon/* Define to 1 if you have the <capsicum_helpers.h> header file. */
283*ba1276acSMatthew Dillon#undef HAVE_CAPSICUM_HELPERS_H
284*ba1276acSMatthew Dillon
285*ba1276acSMatthew Dillon/* Define to 1 if you have the `cap_rights_limit' function. */
286*ba1276acSMatthew Dillon#undef HAVE_CAP_RIGHTS_LIMIT
287*ba1276acSMatthew Dillon
288*ba1276acSMatthew Dillon/* Define to 1 if you have the `clock' function. */
289*ba1276acSMatthew Dillon#undef HAVE_CLOCK
290*ba1276acSMatthew Dillon
291*ba1276acSMatthew Dillon/* Have clock_gettime */
292*ba1276acSMatthew Dillon#undef HAVE_CLOCK_GETTIME
293*ba1276acSMatthew Dillon
294*ba1276acSMatthew Dillon/* define if you have clock_t data type */
295*ba1276acSMatthew Dillon#undef HAVE_CLOCK_T
296*ba1276acSMatthew Dillon
297*ba1276acSMatthew Dillon/* Define to 1 if you have the `closefrom' function. */
298*ba1276acSMatthew Dillon#undef HAVE_CLOSEFROM
299*ba1276acSMatthew Dillon
300*ba1276acSMatthew Dillon/* Define to 1 if you have the `close_range' function. */
301*ba1276acSMatthew Dillon#undef HAVE_CLOSE_RANGE
302*ba1276acSMatthew Dillon
303*ba1276acSMatthew Dillon/* Define if gai_strerror() returns const char * */
304*ba1276acSMatthew Dillon#undef HAVE_CONST_GAI_STRERROR_PROTO
305*ba1276acSMatthew Dillon
306*ba1276acSMatthew Dillon/* Define if your system uses ancillary data style file descriptor passing */
307*ba1276acSMatthew Dillon#undef HAVE_CONTROL_IN_MSGHDR
308*ba1276acSMatthew Dillon
309*ba1276acSMatthew Dillon/* Define to 1 if you have the `crypt' function. */
310*ba1276acSMatthew Dillon#undef HAVE_CRYPT
311*ba1276acSMatthew Dillon
312*ba1276acSMatthew Dillon/* Define to 1 if you have the <crypto/sha2.h> header file. */
313*ba1276acSMatthew Dillon#undef HAVE_CRYPTO_SHA2_H
314*ba1276acSMatthew Dillon
315*ba1276acSMatthew Dillon/* Define to 1 if you have the <crypt.h> header file. */
316*ba1276acSMatthew Dillon#undef HAVE_CRYPT_H
317*ba1276acSMatthew Dillon
318*ba1276acSMatthew Dillon/* Define if you are on Cygwin */
319*ba1276acSMatthew Dillon#undef HAVE_CYGWIN
320*ba1276acSMatthew Dillon
321*ba1276acSMatthew Dillon/* Define if your libraries define daemon() */
322*ba1276acSMatthew Dillon#undef HAVE_DAEMON
323*ba1276acSMatthew Dillon
324*ba1276acSMatthew Dillon/* Define to 1 if you have the declaration of `AI_NUMERICSERV', and to 0 if
325*ba1276acSMatthew Dillon   you don't. */
326*ba1276acSMatthew Dillon#undef HAVE_DECL_AI_NUMERICSERV
327*ba1276acSMatthew Dillon
328*ba1276acSMatthew Dillon/* Define to 1 if you have the declaration of `authenticate', and to 0 if you
329*ba1276acSMatthew Dillon   don't. */
330*ba1276acSMatthew Dillon#undef HAVE_DECL_AUTHENTICATE
331*ba1276acSMatthew Dillon
332*ba1276acSMatthew Dillon/* Define to 1 if you have the declaration of `bzero', and to 0 if you don't.
333*ba1276acSMatthew Dillon   */
334*ba1276acSMatthew Dillon#undef HAVE_DECL_BZERO
335*ba1276acSMatthew Dillon
336*ba1276acSMatthew Dillon/* Define to 1 if you have the declaration of `ftruncate', and to 0 if you
337*ba1276acSMatthew Dillon   don't. */
338*ba1276acSMatthew Dillon#undef HAVE_DECL_FTRUNCATE
339*ba1276acSMatthew Dillon
340*ba1276acSMatthew Dillon/* Define to 1 if you have the declaration of `getentropy', and to 0 if you
341*ba1276acSMatthew Dillon   don't. */
342*ba1276acSMatthew Dillon#undef HAVE_DECL_GETENTROPY
343*ba1276acSMatthew Dillon
344*ba1276acSMatthew Dillon/* Define to 1 if you have the declaration of `getpeereid', and to 0 if you
345*ba1276acSMatthew Dillon   don't. */
346*ba1276acSMatthew Dillon#undef HAVE_DECL_GETPEEREID
347*ba1276acSMatthew Dillon
348*ba1276acSMatthew Dillon/* Define to 1 if you have the declaration of `GLOB_NOMATCH', and to 0 if you
349*ba1276acSMatthew Dillon   don't. */
350*ba1276acSMatthew Dillon#undef HAVE_DECL_GLOB_NOMATCH
351*ba1276acSMatthew Dillon
352*ba1276acSMatthew Dillon/* Define to 1 if you have the declaration of `GSS_C_NT_HOSTBASED_SERVICE',
353*ba1276acSMatthew Dillon   and to 0 if you don't. */
354*ba1276acSMatthew Dillon#undef HAVE_DECL_GSS_C_NT_HOSTBASED_SERVICE
355*ba1276acSMatthew Dillon
356*ba1276acSMatthew Dillon/* Define to 1 if you have the declaration of `howmany', and to 0 if you
357*ba1276acSMatthew Dillon   don't. */
358*ba1276acSMatthew Dillon#undef HAVE_DECL_HOWMANY
359*ba1276acSMatthew Dillon
360*ba1276acSMatthew Dillon/* Define to 1 if you have the declaration of `h_errno', and to 0 if you
361*ba1276acSMatthew Dillon   don't. */
362*ba1276acSMatthew Dillon#undef HAVE_DECL_H_ERRNO
363*ba1276acSMatthew Dillon
364*ba1276acSMatthew Dillon/* Define to 1 if you have the declaration of `loginfailed', and to 0 if you
365*ba1276acSMatthew Dillon   don't. */
366*ba1276acSMatthew Dillon#undef HAVE_DECL_LOGINFAILED
367*ba1276acSMatthew Dillon
368*ba1276acSMatthew Dillon/* Define to 1 if you have the declaration of `loginrestrictions', and to 0 if
369*ba1276acSMatthew Dillon   you don't. */
370*ba1276acSMatthew Dillon#undef HAVE_DECL_LOGINRESTRICTIONS
371*ba1276acSMatthew Dillon
372*ba1276acSMatthew Dillon/* Define to 1 if you have the declaration of `loginsuccess', and to 0 if you
373*ba1276acSMatthew Dillon   don't. */
374*ba1276acSMatthew Dillon#undef HAVE_DECL_LOGINSUCCESS
375*ba1276acSMatthew Dillon
376*ba1276acSMatthew Dillon/* Define to 1 if you have the declaration of `MAXSYMLINKS', and to 0 if you
377*ba1276acSMatthew Dillon   don't. */
378*ba1276acSMatthew Dillon#undef HAVE_DECL_MAXSYMLINKS
379*ba1276acSMatthew Dillon
380*ba1276acSMatthew Dillon/* Define to 1 if you have the declaration of `memmem', and to 0 if you don't.
381*ba1276acSMatthew Dillon   */
382*ba1276acSMatthew Dillon#undef HAVE_DECL_MEMMEM
383*ba1276acSMatthew Dillon
384*ba1276acSMatthew Dillon/* Define to 1 if you have the declaration of `NFDBITS', and to 0 if you
385*ba1276acSMatthew Dillon   don't. */
386*ba1276acSMatthew Dillon#undef HAVE_DECL_NFDBITS
387*ba1276acSMatthew Dillon
388*ba1276acSMatthew Dillon/* Define to 1 if you have the declaration of `offsetof', and to 0 if you
389*ba1276acSMatthew Dillon   don't. */
390*ba1276acSMatthew Dillon#undef HAVE_DECL_OFFSETOF
391*ba1276acSMatthew Dillon
392*ba1276acSMatthew Dillon/* Define to 1 if you have the declaration of `OPENSSL_IS_BORINGSSL', and to 0
393*ba1276acSMatthew Dillon   if you don't. */
394*ba1276acSMatthew Dillon#undef HAVE_DECL_OPENSSL_IS_BORINGSSL
395*ba1276acSMatthew Dillon
396*ba1276acSMatthew Dillon/* Define to 1 if you have the declaration of `OPENSSL_NO_DSA', and to 0 if
397*ba1276acSMatthew Dillon   you don't. */
398*ba1276acSMatthew Dillon#undef HAVE_DECL_OPENSSL_NO_DSA
399*ba1276acSMatthew Dillon
400*ba1276acSMatthew Dillon/* Define to 1 if you have the declaration of `O_NONBLOCK', and to 0 if you
401*ba1276acSMatthew Dillon   don't. */
402*ba1276acSMatthew Dillon#undef HAVE_DECL_O_NONBLOCK
403*ba1276acSMatthew Dillon
404*ba1276acSMatthew Dillon/* Define to 1 if you have the declaration of `passwdexpired', and to 0 if you
405*ba1276acSMatthew Dillon   don't. */
406*ba1276acSMatthew Dillon#undef HAVE_DECL_PASSWDEXPIRED
407*ba1276acSMatthew Dillon
408*ba1276acSMatthew Dillon/* Define to 1 if you have the declaration of `readv', and to 0 if you don't.
409*ba1276acSMatthew Dillon   */
410*ba1276acSMatthew Dillon#undef HAVE_DECL_READV
411*ba1276acSMatthew Dillon
412*ba1276acSMatthew Dillon/* Define to 1 if you have the declaration of `setauthdb', and to 0 if you
413*ba1276acSMatthew Dillon   don't. */
414*ba1276acSMatthew Dillon#undef HAVE_DECL_SETAUTHDB
415*ba1276acSMatthew Dillon
416*ba1276acSMatthew Dillon/* Define to 1 if you have the declaration of `SHUT_RD', and to 0 if you
417*ba1276acSMatthew Dillon   don't. */
418*ba1276acSMatthew Dillon#undef HAVE_DECL_SHUT_RD
419*ba1276acSMatthew Dillon
420*ba1276acSMatthew Dillon/* Define to 1 if you have the declaration of `UINT32_MAX', and to 0 if you
421*ba1276acSMatthew Dillon   don't. */
422*ba1276acSMatthew Dillon#undef HAVE_DECL_UINT32_MAX
423*ba1276acSMatthew Dillon
424*ba1276acSMatthew Dillon/* Define to 1 if you have the declaration of `writev', and to 0 if you don't.
425*ba1276acSMatthew Dillon   */
426*ba1276acSMatthew Dillon#undef HAVE_DECL_WRITEV
427*ba1276acSMatthew Dillon
428*ba1276acSMatthew Dillon/* Define to 1 if you have the declaration of `_getlong', and to 0 if you
429*ba1276acSMatthew Dillon   don't. */
430*ba1276acSMatthew Dillon#undef HAVE_DECL__GETLONG
431*ba1276acSMatthew Dillon
432*ba1276acSMatthew Dillon/* Define to 1 if you have the declaration of `_getshort', and to 0 if you
433*ba1276acSMatthew Dillon   don't. */
434*ba1276acSMatthew Dillon#undef HAVE_DECL__GETSHORT
435*ba1276acSMatthew Dillon
436*ba1276acSMatthew Dillon/* Define to 1 if you have the `DES_crypt' function. */
437*ba1276acSMatthew Dillon#undef HAVE_DES_CRYPT
438*ba1276acSMatthew Dillon
439*ba1276acSMatthew Dillon/* Define if you have /dev/ptmx */
440*ba1276acSMatthew Dillon#undef HAVE_DEV_PTMX
441*ba1276acSMatthew Dillon
442*ba1276acSMatthew Dillon/* Define if you have /dev/ptc */
443*ba1276acSMatthew Dillon#undef HAVE_DEV_PTS_AND_PTC
444*ba1276acSMatthew Dillon
445*ba1276acSMatthew Dillon/* Define to 1 if you have the <dirent.h> header file. */
446*ba1276acSMatthew Dillon#undef HAVE_DIRENT_H
447*ba1276acSMatthew Dillon
448*ba1276acSMatthew Dillon/* Define to 1 if you have the `dirfd' function. */
449*ba1276acSMatthew Dillon#undef HAVE_DIRFD
450*ba1276acSMatthew Dillon
451*ba1276acSMatthew Dillon/* Define to 1 if you have the `dirname' function. */
452*ba1276acSMatthew Dillon#undef HAVE_DIRNAME
453*ba1276acSMatthew Dillon
454*ba1276acSMatthew Dillon/* Define to 1 if you have the `dlopen' function. */
455*ba1276acSMatthew Dillon#undef HAVE_DLOPEN
456*ba1276acSMatthew Dillon
457*ba1276acSMatthew Dillon/* Define to 1 if you have the `DSA_generate_parameters_ex' function. */
458*ba1276acSMatthew Dillon#undef HAVE_DSA_GENERATE_PARAMETERS_EX
459*ba1276acSMatthew Dillon
460*ba1276acSMatthew Dillon/* Define to 1 if you have the `EC_KEY_METHOD_new' function. */
461*ba1276acSMatthew Dillon#undef HAVE_EC_KEY_METHOD_NEW
462*ba1276acSMatthew Dillon
463*ba1276acSMatthew Dillon/* Define to 1 if you have the <elf.h> header file. */
464*ba1276acSMatthew Dillon#undef HAVE_ELF_H
465*ba1276acSMatthew Dillon
466*ba1276acSMatthew Dillon/* Define to 1 if you have the `endgrent' function. */
467*ba1276acSMatthew Dillon#undef HAVE_ENDGRENT
468*ba1276acSMatthew Dillon
469*ba1276acSMatthew Dillon/* Define to 1 if you have the <endian.h> header file. */
470*ba1276acSMatthew Dillon#undef HAVE_ENDIAN_H
471*ba1276acSMatthew Dillon
472*ba1276acSMatthew Dillon/* Define to 1 if you have the `endutent' function. */
473*ba1276acSMatthew Dillon#undef HAVE_ENDUTENT
474*ba1276acSMatthew Dillon
475*ba1276acSMatthew Dillon/* Define to 1 if you have the `endutxent' function. */
476*ba1276acSMatthew Dillon#undef HAVE_ENDUTXENT
477*ba1276acSMatthew Dillon
478*ba1276acSMatthew Dillon/* Define to 1 if you have the `err' function. */
479*ba1276acSMatthew Dillon#undef HAVE_ERR
480*ba1276acSMatthew Dillon
481*ba1276acSMatthew Dillon/* Define to 1 if you have the `errx' function. */
482*ba1276acSMatthew Dillon#undef HAVE_ERRX
483*ba1276acSMatthew Dillon
484*ba1276acSMatthew Dillon/* Define to 1 if you have the <err.h> header file. */
485*ba1276acSMatthew Dillon#undef HAVE_ERR_H
486*ba1276acSMatthew Dillon
487*ba1276acSMatthew Dillon/* Define if your system has /etc/default/login */
488*ba1276acSMatthew Dillon#undef HAVE_ETC_DEFAULT_LOGIN
489*ba1276acSMatthew Dillon
490*ba1276acSMatthew Dillon/* Define to 1 if you have the `EVP_chacha20' function. */
491*ba1276acSMatthew Dillon#undef HAVE_EVP_CHACHA20
492*ba1276acSMatthew Dillon
493*ba1276acSMatthew Dillon/* Define to 1 if you have the `EVP_CIPHER_CTX_get_iv' function. */
494*ba1276acSMatthew Dillon#undef HAVE_EVP_CIPHER_CTX_GET_IV
495*ba1276acSMatthew Dillon
496*ba1276acSMatthew Dillon/* Define to 1 if you have the `EVP_CIPHER_CTX_get_updated_iv' function. */
497*ba1276acSMatthew Dillon#undef HAVE_EVP_CIPHER_CTX_GET_UPDATED_IV
498*ba1276acSMatthew Dillon
499*ba1276acSMatthew Dillon/* Define to 1 if you have the `EVP_CIPHER_CTX_iv' function. */
500*ba1276acSMatthew Dillon#undef HAVE_EVP_CIPHER_CTX_IV
501*ba1276acSMatthew Dillon
502*ba1276acSMatthew Dillon/* Define to 1 if you have the `EVP_CIPHER_CTX_iv_noconst' function. */
503*ba1276acSMatthew Dillon#undef HAVE_EVP_CIPHER_CTX_IV_NOCONST
504*ba1276acSMatthew Dillon
505*ba1276acSMatthew Dillon/* Define to 1 if you have the `EVP_CIPHER_CTX_set_iv' function. */
506*ba1276acSMatthew Dillon#undef HAVE_EVP_CIPHER_CTX_SET_IV
507*ba1276acSMatthew Dillon
508*ba1276acSMatthew Dillon/* Define to 1 if you have the `EVP_DigestFinal_ex' function. */
509*ba1276acSMatthew Dillon#undef HAVE_EVP_DIGESTFINAL_EX
510*ba1276acSMatthew Dillon
511*ba1276acSMatthew Dillon/* Define to 1 if you have the `EVP_DigestInit_ex' function. */
512*ba1276acSMatthew Dillon#undef HAVE_EVP_DIGESTINIT_EX
513*ba1276acSMatthew Dillon
514*ba1276acSMatthew Dillon/* Define to 1 if you have the `EVP_MD_CTX_cleanup' function. */
515*ba1276acSMatthew Dillon#undef HAVE_EVP_MD_CTX_CLEANUP
516*ba1276acSMatthew Dillon
517*ba1276acSMatthew Dillon/* Define to 1 if you have the `EVP_MD_CTX_copy_ex' function. */
518*ba1276acSMatthew Dillon#undef HAVE_EVP_MD_CTX_COPY_EX
519*ba1276acSMatthew Dillon
520*ba1276acSMatthew Dillon/* Define to 1 if you have the `EVP_MD_CTX_init' function. */
521*ba1276acSMatthew Dillon#undef HAVE_EVP_MD_CTX_INIT
522*ba1276acSMatthew Dillon
523*ba1276acSMatthew Dillon/* Define to 1 if you have the `EVP_PKEY_get_raw_private_key' function. */
524*ba1276acSMatthew Dillon#undef HAVE_EVP_PKEY_GET_RAW_PRIVATE_KEY
525*ba1276acSMatthew Dillon
526*ba1276acSMatthew Dillon/* Define to 1 if you have the `EVP_PKEY_get_raw_public_key' function. */
527*ba1276acSMatthew Dillon#undef HAVE_EVP_PKEY_GET_RAW_PUBLIC_KEY
528*ba1276acSMatthew Dillon
529*ba1276acSMatthew Dillon/* Define to 1 if you have the `EVP_sha256' function. */
530*ba1276acSMatthew Dillon#undef HAVE_EVP_SHA256
531*ba1276acSMatthew Dillon
532*ba1276acSMatthew Dillon/* Define to 1 if you have the `EVP_sha384' function. */
533*ba1276acSMatthew Dillon#undef HAVE_EVP_SHA384
534*ba1276acSMatthew Dillon
535*ba1276acSMatthew Dillon/* Define to 1 if you have the `EVP_sha512' function. */
536*ba1276acSMatthew Dillon#undef HAVE_EVP_SHA512
537*ba1276acSMatthew Dillon
538*ba1276acSMatthew Dillon/* Define if you have ut_exit in utmp.h */
539*ba1276acSMatthew Dillon#undef HAVE_EXIT_IN_UTMP
540*ba1276acSMatthew Dillon
541*ba1276acSMatthew Dillon/* Define to 1 if you have the `explicit_bzero' function. */
542*ba1276acSMatthew Dillon#undef HAVE_EXPLICIT_BZERO
543*ba1276acSMatthew Dillon
544*ba1276acSMatthew Dillon/* Define to 1 if you have the `explicit_memset' function. */
545*ba1276acSMatthew Dillon#undef HAVE_EXPLICIT_MEMSET
546*ba1276acSMatthew Dillon
547*ba1276acSMatthew Dillon/* Define to 1 if you have the `fchmod' function. */
548*ba1276acSMatthew Dillon#undef HAVE_FCHMOD
549*ba1276acSMatthew Dillon
550*ba1276acSMatthew Dillon/* Define to 1 if you have the `fchmodat' function. */
551*ba1276acSMatthew Dillon#undef HAVE_FCHMODAT
552*ba1276acSMatthew Dillon
553*ba1276acSMatthew Dillon/* Define to 1 if you have the `fchown' function. */
554*ba1276acSMatthew Dillon#undef HAVE_FCHOWN
555*ba1276acSMatthew Dillon
556*ba1276acSMatthew Dillon/* Define to 1 if you have the `fchownat' function. */
557*ba1276acSMatthew Dillon#undef HAVE_FCHOWNAT
558*ba1276acSMatthew Dillon
559*ba1276acSMatthew Dillon/* Use F_CLOSEM fcntl for closefrom */
560*ba1276acSMatthew Dillon#undef HAVE_FCNTL_CLOSEM
561*ba1276acSMatthew Dillon
562*ba1276acSMatthew Dillon/* Define to 1 if you have the <fcntl.h> header file. */
563*ba1276acSMatthew Dillon#undef HAVE_FCNTL_H
564*ba1276acSMatthew Dillon
565*ba1276acSMatthew Dillon/* Define to 1 if the system has the type `fd_mask'. */
566*ba1276acSMatthew Dillon#undef HAVE_FD_MASK
567*ba1276acSMatthew Dillon
568*ba1276acSMatthew Dillon/* Define to 1 if you have the <features.h> header file. */
569*ba1276acSMatthew Dillon#undef HAVE_FEATURES_H
570*ba1276acSMatthew Dillon
571*ba1276acSMatthew Dillon/* Define to 1 if you have the `fido_assert_set_clientdata' function. */
572*ba1276acSMatthew Dillon#undef HAVE_FIDO_ASSERT_SET_CLIENTDATA
573*ba1276acSMatthew Dillon
574*ba1276acSMatthew Dillon/* Define to 1 if you have the `fido_cred_prot' function. */
575*ba1276acSMatthew Dillon#undef HAVE_FIDO_CRED_PROT
576*ba1276acSMatthew Dillon
577*ba1276acSMatthew Dillon/* Define to 1 if you have the `fido_cred_set_clientdata' function. */
578*ba1276acSMatthew Dillon#undef HAVE_FIDO_CRED_SET_CLIENTDATA
579*ba1276acSMatthew Dillon
580*ba1276acSMatthew Dillon/* Define to 1 if you have the `fido_cred_set_prot' function. */
581*ba1276acSMatthew Dillon#undef HAVE_FIDO_CRED_SET_PROT
582*ba1276acSMatthew Dillon
583*ba1276acSMatthew Dillon/* Define to 1 if you have the `fido_dev_get_touch_begin' function. */
584*ba1276acSMatthew Dillon#undef HAVE_FIDO_DEV_GET_TOUCH_BEGIN
585*ba1276acSMatthew Dillon
586*ba1276acSMatthew Dillon/* Define to 1 if you have the `fido_dev_get_touch_status' function. */
587*ba1276acSMatthew Dillon#undef HAVE_FIDO_DEV_GET_TOUCH_STATUS
588*ba1276acSMatthew Dillon
589*ba1276acSMatthew Dillon/* Define to 1 if you have the `fido_dev_is_winhello' function. */
590*ba1276acSMatthew Dillon#undef HAVE_FIDO_DEV_IS_WINHELLO
591*ba1276acSMatthew Dillon
592*ba1276acSMatthew Dillon/* Define to 1 if you have the `fido_dev_supports_cred_prot' function. */
593*ba1276acSMatthew Dillon#undef HAVE_FIDO_DEV_SUPPORTS_CRED_PROT
594*ba1276acSMatthew Dillon
595*ba1276acSMatthew Dillon/* Define to 1 if you have the <floatingpoint.h> header file. */
596*ba1276acSMatthew Dillon#undef HAVE_FLOATINGPOINT_H
597*ba1276acSMatthew Dillon
598*ba1276acSMatthew Dillon/* Define to 1 if you have the `flock' function. */
599*ba1276acSMatthew Dillon#undef HAVE_FLOCK
600*ba1276acSMatthew Dillon
601*ba1276acSMatthew Dillon/* Define to 1 if you have the `fmt_scaled' function. */
602*ba1276acSMatthew Dillon#undef HAVE_FMT_SCALED
603*ba1276acSMatthew Dillon
604*ba1276acSMatthew Dillon/* Define to 1 if you have the `fnmatch' function. */
605*ba1276acSMatthew Dillon#undef HAVE_FNMATCH
606*ba1276acSMatthew Dillon
607*ba1276acSMatthew Dillon/* Define to 1 if you have the <fnmatch.h> header file. */
608*ba1276acSMatthew Dillon#undef HAVE_FNMATCH_H
609*ba1276acSMatthew Dillon
610*ba1276acSMatthew Dillon/* Define to 1 if you have the `freeaddrinfo' function. */
611*ba1276acSMatthew Dillon#undef HAVE_FREEADDRINFO
612*ba1276acSMatthew Dillon
613*ba1276acSMatthew Dillon/* Define to 1 if you have the `freezero' function. */
614*ba1276acSMatthew Dillon#undef HAVE_FREEZERO
615*ba1276acSMatthew Dillon
616*ba1276acSMatthew Dillon/* Define to 1 if the system has the type `fsblkcnt_t'. */
617*ba1276acSMatthew Dillon#undef HAVE_FSBLKCNT_T
618*ba1276acSMatthew Dillon
619*ba1276acSMatthew Dillon/* Define to 1 if the system has the type `fsfilcnt_t'. */
620*ba1276acSMatthew Dillon#undef HAVE_FSFILCNT_T
621*ba1276acSMatthew Dillon
622*ba1276acSMatthew Dillon/* Define to 1 if you have the `fstatfs' function. */
623*ba1276acSMatthew Dillon#undef HAVE_FSTATFS
624*ba1276acSMatthew Dillon
625*ba1276acSMatthew Dillon/* Define to 1 if you have the `fstatvfs' function. */
626*ba1276acSMatthew Dillon#undef HAVE_FSTATVFS
627*ba1276acSMatthew Dillon
628*ba1276acSMatthew Dillon/* Define to 1 if you have the `futimes' function. */
629*ba1276acSMatthew Dillon#undef HAVE_FUTIMES
630*ba1276acSMatthew Dillon
631*ba1276acSMatthew Dillon/* Define to 1 if you have the `gai_strerror' function. */
632*ba1276acSMatthew Dillon#undef HAVE_GAI_STRERROR
633*ba1276acSMatthew Dillon
634*ba1276acSMatthew Dillon/* Define to 1 if you have the `getaddrinfo' function. */
635*ba1276acSMatthew Dillon#undef HAVE_GETADDRINFO
636*ba1276acSMatthew Dillon
637*ba1276acSMatthew Dillon/* Define to 1 if you have the `getaudit' function. */
638*ba1276acSMatthew Dillon#undef HAVE_GETAUDIT
639*ba1276acSMatthew Dillon
640*ba1276acSMatthew Dillon/* Define to 1 if you have the `getaudit_addr' function. */
641*ba1276acSMatthew Dillon#undef HAVE_GETAUDIT_ADDR
642*ba1276acSMatthew Dillon
643*ba1276acSMatthew Dillon/* Define to 1 if you have the `getcwd' function. */
644*ba1276acSMatthew Dillon#undef HAVE_GETCWD
645*ba1276acSMatthew Dillon
646*ba1276acSMatthew Dillon/* Define to 1 if you have the `getentropy' function. */
647*ba1276acSMatthew Dillon#undef HAVE_GETENTROPY
648*ba1276acSMatthew Dillon
649*ba1276acSMatthew Dillon/* Define to 1 if you have the `getgrouplist' function. */
650*ba1276acSMatthew Dillon#undef HAVE_GETGROUPLIST
651*ba1276acSMatthew Dillon
652*ba1276acSMatthew Dillon/* Define to 1 if you have the `getgrset' function. */
653*ba1276acSMatthew Dillon#undef HAVE_GETGRSET
654*ba1276acSMatthew Dillon
655*ba1276acSMatthew Dillon/* Define to 1 if you have the `getlastlogxbyname' function. */
656*ba1276acSMatthew Dillon#undef HAVE_GETLASTLOGXBYNAME
657*ba1276acSMatthew Dillon
658*ba1276acSMatthew Dillon/* Define to 1 if you have the `getline' function. */
659*ba1276acSMatthew Dillon#undef HAVE_GETLINE
660*ba1276acSMatthew Dillon
661*ba1276acSMatthew Dillon/* Define to 1 if you have the `getluid' function. */
662*ba1276acSMatthew Dillon#undef HAVE_GETLUID
663*ba1276acSMatthew Dillon
664*ba1276acSMatthew Dillon/* Define to 1 if you have the `getnameinfo' function. */
665*ba1276acSMatthew Dillon#undef HAVE_GETNAMEINFO
666*ba1276acSMatthew Dillon
667*ba1276acSMatthew Dillon/* Define to 1 if you have the `getopt' function. */
668*ba1276acSMatthew Dillon#undef HAVE_GETOPT
669*ba1276acSMatthew Dillon
670*ba1276acSMatthew Dillon/* Define to 1 if you have the <getopt.h> header file. */
671*ba1276acSMatthew Dillon#undef HAVE_GETOPT_H
672*ba1276acSMatthew Dillon
673*ba1276acSMatthew Dillon/* Define if your getopt(3) defines and uses optreset */
674*ba1276acSMatthew Dillon#undef HAVE_GETOPT_OPTRESET
675*ba1276acSMatthew Dillon
676*ba1276acSMatthew Dillon/* Define if your libraries define getpagesize() */
677*ba1276acSMatthew Dillon#undef HAVE_GETPAGESIZE
678*ba1276acSMatthew Dillon
679*ba1276acSMatthew Dillon/* Define to 1 if you have the `getpeereid' function. */
680*ba1276acSMatthew Dillon#undef HAVE_GETPEEREID
681*ba1276acSMatthew Dillon
682*ba1276acSMatthew Dillon/* Define to 1 if you have the `getpeerucred' function. */
683*ba1276acSMatthew Dillon#undef HAVE_GETPEERUCRED
684*ba1276acSMatthew Dillon
685*ba1276acSMatthew Dillon/* Define to 1 if you have the `getpgid' function. */
686*ba1276acSMatthew Dillon#undef HAVE_GETPGID
687*ba1276acSMatthew Dillon
688*ba1276acSMatthew Dillon/* Define to 1 if you have the `getpgrp' function. */
689*ba1276acSMatthew Dillon#undef HAVE_GETPGRP
690*ba1276acSMatthew Dillon
691*ba1276acSMatthew Dillon/* Define to 1 if you have the `getpwanam' function. */
692*ba1276acSMatthew Dillon#undef HAVE_GETPWANAM
693*ba1276acSMatthew Dillon
694*ba1276acSMatthew Dillon/* Define to 1 if you have the `getrandom' function. */
695*ba1276acSMatthew Dillon#undef HAVE_GETRANDOM
696*ba1276acSMatthew Dillon
697*ba1276acSMatthew Dillon/* Define to 1 if you have the `getrlimit' function. */
698*ba1276acSMatthew Dillon#undef HAVE_GETRLIMIT
699*ba1276acSMatthew Dillon
700*ba1276acSMatthew Dillon/* Define if getrrsetbyname() exists */
701*ba1276acSMatthew Dillon#undef HAVE_GETRRSETBYNAME
702*ba1276acSMatthew Dillon
703*ba1276acSMatthew Dillon/* Define to 1 if you have the `getseuserbyname' function. */
704*ba1276acSMatthew Dillon#undef HAVE_GETSEUSERBYNAME
705*ba1276acSMatthew Dillon
706*ba1276acSMatthew Dillon/* Define to 1 if you have the `getsid' function. */
707*ba1276acSMatthew Dillon#undef HAVE_GETSID
708*ba1276acSMatthew Dillon
709*ba1276acSMatthew Dillon/* Define to 1 if you have the `gettimeofday' function. */
710*ba1276acSMatthew Dillon#undef HAVE_GETTIMEOFDAY
711*ba1276acSMatthew Dillon
712*ba1276acSMatthew Dillon/* Define to 1 if you have the `getttyent' function. */
713*ba1276acSMatthew Dillon#undef HAVE_GETTTYENT
714*ba1276acSMatthew Dillon
715*ba1276acSMatthew Dillon/* Define to 1 if you have the `getutent' function. */
716*ba1276acSMatthew Dillon#undef HAVE_GETUTENT
717*ba1276acSMatthew Dillon
718*ba1276acSMatthew Dillon/* Define to 1 if you have the `getutid' function. */
719*ba1276acSMatthew Dillon#undef HAVE_GETUTID
720*ba1276acSMatthew Dillon
721*ba1276acSMatthew Dillon/* Define to 1 if you have the `getutline' function. */
722*ba1276acSMatthew Dillon#undef HAVE_GETUTLINE
723*ba1276acSMatthew Dillon
724*ba1276acSMatthew Dillon/* Define to 1 if you have the `getutxent' function. */
725*ba1276acSMatthew Dillon#undef HAVE_GETUTXENT
726*ba1276acSMatthew Dillon
727*ba1276acSMatthew Dillon/* Define to 1 if you have the `getutxid' function. */
728*ba1276acSMatthew Dillon#undef HAVE_GETUTXID
729*ba1276acSMatthew Dillon
730*ba1276acSMatthew Dillon/* Define to 1 if you have the `getutxline' function. */
731*ba1276acSMatthew Dillon#undef HAVE_GETUTXLINE
732*ba1276acSMatthew Dillon
733*ba1276acSMatthew Dillon/* Define to 1 if you have the `getutxuser' function. */
734*ba1276acSMatthew Dillon#undef HAVE_GETUTXUSER
735*ba1276acSMatthew Dillon
736*ba1276acSMatthew Dillon/* Define to 1 if you have the `get_default_context_with_level' function. */
737*ba1276acSMatthew Dillon#undef HAVE_GET_DEFAULT_CONTEXT_WITH_LEVEL
738*ba1276acSMatthew Dillon
739*ba1276acSMatthew Dillon/* Define to 1 if you have the `glob' function. */
740*ba1276acSMatthew Dillon#undef HAVE_GLOB
741*ba1276acSMatthew Dillon
742*ba1276acSMatthew Dillon/* Define to 1 if you have the <glob.h> header file. */
743*ba1276acSMatthew Dillon#undef HAVE_GLOB_H
744*ba1276acSMatthew Dillon
745*ba1276acSMatthew Dillon/* Define to 1 if you have the `group_from_gid' function. */
746*ba1276acSMatthew Dillon#undef HAVE_GROUP_FROM_GID
747*ba1276acSMatthew Dillon
748*ba1276acSMatthew Dillon/* Define to 1 if you have the <gssapi_generic.h> header file. */
749*ba1276acSMatthew Dillon#undef HAVE_GSSAPI_GENERIC_H
750*ba1276acSMatthew Dillon
751*ba1276acSMatthew Dillon/* Define to 1 if you have the <gssapi/gssapi_generic.h> header file. */
752*ba1276acSMatthew Dillon#undef HAVE_GSSAPI_GSSAPI_GENERIC_H
753*ba1276acSMatthew Dillon
754*ba1276acSMatthew Dillon/* Define to 1 if you have the <gssapi/gssapi.h> header file. */
755*ba1276acSMatthew Dillon#undef HAVE_GSSAPI_GSSAPI_H
756*ba1276acSMatthew Dillon
757*ba1276acSMatthew Dillon/* Define to 1 if you have the <gssapi/gssapi_krb5.h> header file. */
758*ba1276acSMatthew Dillon#undef HAVE_GSSAPI_GSSAPI_KRB5_H
759*ba1276acSMatthew Dillon
760*ba1276acSMatthew Dillon/* Define to 1 if you have the <gssapi.h> header file. */
761*ba1276acSMatthew Dillon#undef HAVE_GSSAPI_H
762*ba1276acSMatthew Dillon
763*ba1276acSMatthew Dillon/* Define to 1 if you have the <gssapi_krb5.h> header file. */
764*ba1276acSMatthew Dillon#undef HAVE_GSSAPI_KRB5_H
765*ba1276acSMatthew Dillon
766*ba1276acSMatthew Dillon/* Define if HEADER.ad exists in arpa/nameser.h */
767*ba1276acSMatthew Dillon#undef HAVE_HEADER_AD
768*ba1276acSMatthew Dillon
769*ba1276acSMatthew Dillon/* Define to 1 if you have the `HMAC_CTX_init' function. */
770*ba1276acSMatthew Dillon#undef HAVE_HMAC_CTX_INIT
771*ba1276acSMatthew Dillon
772*ba1276acSMatthew Dillon/* Define if you have ut_host in utmp.h */
773*ba1276acSMatthew Dillon#undef HAVE_HOST_IN_UTMP
774*ba1276acSMatthew Dillon
775*ba1276acSMatthew Dillon/* Define if you have ut_host in utmpx.h */
776*ba1276acSMatthew Dillon#undef HAVE_HOST_IN_UTMPX
777*ba1276acSMatthew Dillon
778*ba1276acSMatthew Dillon/* Define to 1 if you have the <iaf.h> header file. */
779*ba1276acSMatthew Dillon#undef HAVE_IAF_H
780*ba1276acSMatthew Dillon
781*ba1276acSMatthew Dillon/* Define to 1 if you have the <ia.h> header file. */
782*ba1276acSMatthew Dillon#undef HAVE_IA_H
783*ba1276acSMatthew Dillon
784*ba1276acSMatthew Dillon/* Define if you have ut_id in utmp.h */
785*ba1276acSMatthew Dillon#undef HAVE_ID_IN_UTMP
786*ba1276acSMatthew Dillon
787*ba1276acSMatthew Dillon/* Define if you have ut_id in utmpx.h */
788*ba1276acSMatthew Dillon#undef HAVE_ID_IN_UTMPX
789*ba1276acSMatthew Dillon
790*ba1276acSMatthew Dillon/* Define to 1 if you have the <ifaddrs.h> header file. */
791*ba1276acSMatthew Dillon#undef HAVE_IFADDRS_H
792*ba1276acSMatthew Dillon
793*ba1276acSMatthew Dillon/* Define to 1 if you have the `inet_aton' function. */
794*ba1276acSMatthew Dillon#undef HAVE_INET_ATON
795*ba1276acSMatthew Dillon
796*ba1276acSMatthew Dillon/* Define to 1 if you have the `inet_ntoa' function. */
797*ba1276acSMatthew Dillon#undef HAVE_INET_NTOA
798*ba1276acSMatthew Dillon
799*ba1276acSMatthew Dillon/* Define to 1 if you have the `inet_ntop' function. */
800*ba1276acSMatthew Dillon#undef HAVE_INET_NTOP
801*ba1276acSMatthew Dillon
802*ba1276acSMatthew Dillon/* Define to 1 if you have the `innetgr' function. */
803*ba1276acSMatthew Dillon#undef HAVE_INNETGR
804*ba1276acSMatthew Dillon
805*ba1276acSMatthew Dillon/* define if you have int64_t data type */
806*ba1276acSMatthew Dillon#undef HAVE_INT64_T
807*ba1276acSMatthew Dillon
808*ba1276acSMatthew Dillon/* Define to 1 if the system has the type `intmax_t'. */
809*ba1276acSMatthew Dillon#undef HAVE_INTMAX_T
810*ba1276acSMatthew Dillon
811*ba1276acSMatthew Dillon/* Define to 1 if you have the <inttypes.h> header file. */
812*ba1276acSMatthew Dillon#undef HAVE_INTTYPES_H
813*ba1276acSMatthew Dillon
814*ba1276acSMatthew Dillon/* define if you have intxx_t data type */
815*ba1276acSMatthew Dillon#undef HAVE_INTXX_T
816*ba1276acSMatthew Dillon
817*ba1276acSMatthew Dillon/* Define to 1 if the system has the type `in_addr_t'. */
818*ba1276acSMatthew Dillon#undef HAVE_IN_ADDR_T
819*ba1276acSMatthew Dillon
820*ba1276acSMatthew Dillon/* Define to 1 if the system has the type `in_port_t'. */
821*ba1276acSMatthew Dillon#undef HAVE_IN_PORT_T
822*ba1276acSMatthew Dillon
823*ba1276acSMatthew Dillon/* Define if you have isblank(3C). */
824*ba1276acSMatthew Dillon#undef HAVE_ISBLANK
825*ba1276acSMatthew Dillon
826*ba1276acSMatthew Dillon/* Define to 1 if you have the `killpg' function. */
827*ba1276acSMatthew Dillon#undef HAVE_KILLPG
828*ba1276acSMatthew Dillon
829*ba1276acSMatthew Dillon/* Define to 1 if you have the `krb5_cc_new_unique' function. */
830*ba1276acSMatthew Dillon#undef HAVE_KRB5_CC_NEW_UNIQUE
831*ba1276acSMatthew Dillon
832*ba1276acSMatthew Dillon/* Define to 1 if you have the `krb5_free_error_message' function. */
833*ba1276acSMatthew Dillon#undef HAVE_KRB5_FREE_ERROR_MESSAGE
834*ba1276acSMatthew Dillon
835*ba1276acSMatthew Dillon/* Define to 1 if you have the `krb5_get_error_message' function. */
836*ba1276acSMatthew Dillon#undef HAVE_KRB5_GET_ERROR_MESSAGE
837*ba1276acSMatthew Dillon
838*ba1276acSMatthew Dillon/* Define to 1 if you have the <langinfo.h> header file. */
839*ba1276acSMatthew Dillon#undef HAVE_LANGINFO_H
840*ba1276acSMatthew Dillon
841*ba1276acSMatthew Dillon/* Define to 1 if you have the <lastlog.h> header file. */
842*ba1276acSMatthew Dillon#undef HAVE_LASTLOG_H
843*ba1276acSMatthew Dillon
844*ba1276acSMatthew Dillon/* Define if you want ldns support */
845*ba1276acSMatthew Dillon#undef HAVE_LDNS
846*ba1276acSMatthew Dillon
847*ba1276acSMatthew Dillon/* Define to 1 if you have the <libaudit.h> header file. */
848*ba1276acSMatthew Dillon#undef HAVE_LIBAUDIT_H
849*ba1276acSMatthew Dillon
850*ba1276acSMatthew Dillon/* Define to 1 if you have the `bsm' library (-lbsm). */
851*ba1276acSMatthew Dillon#undef HAVE_LIBBSM
852*ba1276acSMatthew Dillon
853*ba1276acSMatthew Dillon/* Define to 1 if you have the `dl' library (-ldl). */
854*ba1276acSMatthew Dillon#undef HAVE_LIBDL
855*ba1276acSMatthew Dillon
856*ba1276acSMatthew Dillon/* Define to 1 if you have the <libgen.h> header file. */
857*ba1276acSMatthew Dillon#undef HAVE_LIBGEN_H
858*ba1276acSMatthew Dillon
859*ba1276acSMatthew Dillon/* Define if system has libiaf that supports set_id */
860*ba1276acSMatthew Dillon#undef HAVE_LIBIAF
861*ba1276acSMatthew Dillon
862*ba1276acSMatthew Dillon/* Define to 1 if you have the `network' library (-lnetwork). */
863*ba1276acSMatthew Dillon#undef HAVE_LIBNETWORK
864*ba1276acSMatthew Dillon
865*ba1276acSMatthew Dillon/* Define to 1 if you have the `pam' library (-lpam). */
866*ba1276acSMatthew Dillon#undef HAVE_LIBPAM
867*ba1276acSMatthew Dillon
868*ba1276acSMatthew Dillon/* Define to 1 if you have the <libproc.h> header file. */
869*ba1276acSMatthew Dillon#undef HAVE_LIBPROC_H
870*ba1276acSMatthew Dillon
871*ba1276acSMatthew Dillon/* Define to 1 if you have the `socket' library (-lsocket). */
872*ba1276acSMatthew Dillon#undef HAVE_LIBSOCKET
873*ba1276acSMatthew Dillon
874*ba1276acSMatthew Dillon/* Define to 1 if you have the <libutil.h> header file. */
875*ba1276acSMatthew Dillon#undef HAVE_LIBUTIL_H
876*ba1276acSMatthew Dillon
877*ba1276acSMatthew Dillon/* Define to 1 if you have the `xnet' library (-lxnet). */
878*ba1276acSMatthew Dillon#undef HAVE_LIBXNET
879*ba1276acSMatthew Dillon
880*ba1276acSMatthew Dillon/* Define to 1 if you have the `z' library (-lz). */
881*ba1276acSMatthew Dillon#undef HAVE_LIBZ
882*ba1276acSMatthew Dillon
883*ba1276acSMatthew Dillon/* Define to 1 if you have the <limits.h> header file. */
884*ba1276acSMatthew Dillon#undef HAVE_LIMITS_H
885*ba1276acSMatthew Dillon
886*ba1276acSMatthew Dillon/* Define to 1 if you have the <linux/audit.h> header file. */
887*ba1276acSMatthew Dillon#undef HAVE_LINUX_AUDIT_H
888*ba1276acSMatthew Dillon
889*ba1276acSMatthew Dillon/* Define to 1 if you have the <linux/filter.h> header file. */
890*ba1276acSMatthew Dillon#undef HAVE_LINUX_FILTER_H
891*ba1276acSMatthew Dillon
892*ba1276acSMatthew Dillon/* Define to 1 if you have the <linux/if_tun.h> header file. */
893*ba1276acSMatthew Dillon#undef HAVE_LINUX_IF_TUN_H
894*ba1276acSMatthew Dillon
895*ba1276acSMatthew Dillon/* Define to 1 if you have the <linux/seccomp.h> header file. */
896*ba1276acSMatthew Dillon#undef HAVE_LINUX_SECCOMP_H
897*ba1276acSMatthew Dillon
898*ba1276acSMatthew Dillon/* Define to 1 if you have the `llabs' function. */
899*ba1276acSMatthew Dillon#undef HAVE_LLABS
900*ba1276acSMatthew Dillon
901*ba1276acSMatthew Dillon/* Define to 1 if you have the <locale.h> header file. */
902*ba1276acSMatthew Dillon#undef HAVE_LOCALE_H
903*ba1276acSMatthew Dillon
904*ba1276acSMatthew Dillon/* Define to 1 if you have the `localtime_r' function. */
905*ba1276acSMatthew Dillon#undef HAVE_LOCALTIME_R
906*ba1276acSMatthew Dillon
907*ba1276acSMatthew Dillon/* Define to 1 if you have the `login' function. */
908*ba1276acSMatthew Dillon#undef HAVE_LOGIN
909*ba1276acSMatthew Dillon
910*ba1276acSMatthew Dillon/* Define to 1 if you have the <login_cap.h> header file. */
911*ba1276acSMatthew Dillon#undef HAVE_LOGIN_CAP_H
912*ba1276acSMatthew Dillon
913*ba1276acSMatthew Dillon/* Define to 1 if you have the `login_getcapbool' function. */
914*ba1276acSMatthew Dillon#undef HAVE_LOGIN_GETCAPBOOL
915*ba1276acSMatthew Dillon
916*ba1276acSMatthew Dillon/* Define to 1 if you have the `login_getpwclass' function. */
917*ba1276acSMatthew Dillon#undef HAVE_LOGIN_GETPWCLASS
918*ba1276acSMatthew Dillon
919*ba1276acSMatthew Dillon/* Define to 1 if you have the <login.h> header file. */
920*ba1276acSMatthew Dillon#undef HAVE_LOGIN_H
921*ba1276acSMatthew Dillon
922*ba1276acSMatthew Dillon/* Define to 1 if you have the `logout' function. */
923*ba1276acSMatthew Dillon#undef HAVE_LOGOUT
924*ba1276acSMatthew Dillon
925*ba1276acSMatthew Dillon/* Define to 1 if you have the `logwtmp' function. */
926*ba1276acSMatthew Dillon#undef HAVE_LOGWTMP
927*ba1276acSMatthew Dillon
928*ba1276acSMatthew Dillon/* Define to 1 if the system has the type `long double'. */
929*ba1276acSMatthew Dillon#undef HAVE_LONG_DOUBLE
930*ba1276acSMatthew Dillon
931*ba1276acSMatthew Dillon/* Define to 1 if the system has the type `long long'. */
932*ba1276acSMatthew Dillon#undef HAVE_LONG_LONG
933*ba1276acSMatthew Dillon
934*ba1276acSMatthew Dillon/* Define to 1 if you have the <maillock.h> header file. */
935*ba1276acSMatthew Dillon#undef HAVE_MAILLOCK_H
936*ba1276acSMatthew Dillon
937*ba1276acSMatthew Dillon/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
938*ba1276acSMatthew Dillon   to 0 otherwise. */
939*ba1276acSMatthew Dillon#undef HAVE_MALLOC
940*ba1276acSMatthew Dillon
941*ba1276acSMatthew Dillon/* Define to 1 if you have the `mblen' function. */
942*ba1276acSMatthew Dillon#undef HAVE_MBLEN
943*ba1276acSMatthew Dillon
944*ba1276acSMatthew Dillon/* Define to 1 if you have the `mbtowc' function. */
945*ba1276acSMatthew Dillon#undef HAVE_MBTOWC
946*ba1276acSMatthew Dillon
947*ba1276acSMatthew Dillon/* Define to 1 if you have the `memmem' function. */
948*ba1276acSMatthew Dillon#undef HAVE_MEMMEM
949*ba1276acSMatthew Dillon
950*ba1276acSMatthew Dillon/* Define to 1 if you have the `memmove' function. */
951*ba1276acSMatthew Dillon#undef HAVE_MEMMOVE
952*ba1276acSMatthew Dillon
953*ba1276acSMatthew Dillon/* Define to 1 if you have the `memset_s' function. */
954*ba1276acSMatthew Dillon#undef HAVE_MEMSET_S
955*ba1276acSMatthew Dillon
956*ba1276acSMatthew Dillon/* Define to 1 if you have the `mkdtemp' function. */
957*ba1276acSMatthew Dillon#undef HAVE_MKDTEMP
958*ba1276acSMatthew Dillon
959*ba1276acSMatthew Dillon/* define if you have mode_t data type */
960*ba1276acSMatthew Dillon#undef HAVE_MODE_T
961*ba1276acSMatthew Dillon
962*ba1276acSMatthew Dillon/* Some systems put nanosleep outside of libc */
963*ba1276acSMatthew Dillon#undef HAVE_NANOSLEEP
964*ba1276acSMatthew Dillon
965*ba1276acSMatthew Dillon/* Define to 1 if you have the <ndir.h> header file. */
966*ba1276acSMatthew Dillon#undef HAVE_NDIR_H
967*ba1276acSMatthew Dillon
968*ba1276acSMatthew Dillon/* Define to 1 if you have the <netdb.h> header file. */
969*ba1276acSMatthew Dillon#undef HAVE_NETDB_H
970*ba1276acSMatthew Dillon
971*ba1276acSMatthew Dillon/* Define to 1 if you have the <netgroup.h> header file. */
972*ba1276acSMatthew Dillon#undef HAVE_NETGROUP_H
973*ba1276acSMatthew Dillon
974*ba1276acSMatthew Dillon/* Define to 1 if you have the <net/if_tun.h> header file. */
975*ba1276acSMatthew Dillon#undef HAVE_NET_IF_TUN_H
976*ba1276acSMatthew Dillon
977*ba1276acSMatthew Dillon/* Define to 1 if you have the <net/route.h> header file. */
978*ba1276acSMatthew Dillon#undef HAVE_NET_ROUTE_H
979*ba1276acSMatthew Dillon
980*ba1276acSMatthew Dillon/* Define if you are on NeXT */
981*ba1276acSMatthew Dillon#undef HAVE_NEXT
982*ba1276acSMatthew Dillon
983*ba1276acSMatthew Dillon/* Define to 1 if the system has the type `nfds_t'. */
984*ba1276acSMatthew Dillon#undef HAVE_NFDS_T
985*ba1276acSMatthew Dillon
986*ba1276acSMatthew Dillon/* Define to 1 if you have the `ngetaddrinfo' function. */
987*ba1276acSMatthew Dillon#undef HAVE_NGETADDRINFO
988*ba1276acSMatthew Dillon
989*ba1276acSMatthew Dillon/* Define to 1 if you have the `nl_langinfo' function. */
990*ba1276acSMatthew Dillon#undef HAVE_NL_LANGINFO
991*ba1276acSMatthew Dillon
992*ba1276acSMatthew Dillon/* Define to 1 if you have the `nsleep' function. */
993*ba1276acSMatthew Dillon#undef HAVE_NSLEEP
994*ba1276acSMatthew Dillon
995*ba1276acSMatthew Dillon/* Define to 1 if you have the `ogetaddrinfo' function. */
996*ba1276acSMatthew Dillon#undef HAVE_OGETADDRINFO
997*ba1276acSMatthew Dillon
998*ba1276acSMatthew Dillon/* Define if you have an old version of PAM which takes only one argument to
999*ba1276acSMatthew Dillon   pam_strerror */
1000*ba1276acSMatthew Dillon#undef HAVE_OLD_PAM
1001*ba1276acSMatthew Dillon
1002*ba1276acSMatthew Dillon/* Define to 1 if you have the `openlog_r' function. */
1003*ba1276acSMatthew Dillon#undef HAVE_OPENLOG_R
1004*ba1276acSMatthew Dillon
1005*ba1276acSMatthew Dillon/* Define to 1 if you have the `openpty' function. */
1006*ba1276acSMatthew Dillon#undef HAVE_OPENPTY
1007*ba1276acSMatthew Dillon
1008*ba1276acSMatthew Dillon/* as a macro */
1009*ba1276acSMatthew Dillon#undef HAVE_OPENSSL_ADD_ALL_ALGORITHMS
1010*ba1276acSMatthew Dillon
1011*ba1276acSMatthew Dillon/* Define to 1 if you have the `OpenSSL_version' function. */
1012*ba1276acSMatthew Dillon#undef HAVE_OPENSSL_VERSION
1013*ba1276acSMatthew Dillon
1014*ba1276acSMatthew Dillon/* Define to 1 if you have the `OpenSSL_version_num' function. */
1015*ba1276acSMatthew Dillon#undef HAVE_OPENSSL_VERSION_NUM
1016*ba1276acSMatthew Dillon
1017*ba1276acSMatthew Dillon/* Define if you have Digital Unix Security Integration Architecture */
1018*ba1276acSMatthew Dillon#undef HAVE_OSF_SIA
1019*ba1276acSMatthew Dillon
1020*ba1276acSMatthew Dillon/* Define to 1 if you have the `pam_getenvlist' function. */
1021*ba1276acSMatthew Dillon#undef HAVE_PAM_GETENVLIST
1022*ba1276acSMatthew Dillon
1023*ba1276acSMatthew Dillon/* Define to 1 if you have the <pam/pam_appl.h> header file. */
1024*ba1276acSMatthew Dillon#undef HAVE_PAM_PAM_APPL_H
1025*ba1276acSMatthew Dillon
1026*ba1276acSMatthew Dillon/* Define to 1 if you have the `pam_putenv' function. */
1027*ba1276acSMatthew Dillon#undef HAVE_PAM_PUTENV
1028*ba1276acSMatthew Dillon
1029*ba1276acSMatthew Dillon/* Define to 1 if you have the <paths.h> header file. */
1030*ba1276acSMatthew Dillon#undef HAVE_PATHS_H
1031*ba1276acSMatthew Dillon
1032*ba1276acSMatthew Dillon/* Define if you have ut_pid in utmp.h */
1033*ba1276acSMatthew Dillon#undef HAVE_PID_IN_UTMP
1034*ba1276acSMatthew Dillon
1035*ba1276acSMatthew Dillon/* define if you have pid_t data type */
1036*ba1276acSMatthew Dillon#undef HAVE_PID_T
1037*ba1276acSMatthew Dillon
1038*ba1276acSMatthew Dillon/* Define to 1 if you have the `pledge' function. */
1039*ba1276acSMatthew Dillon#undef HAVE_PLEDGE
1040*ba1276acSMatthew Dillon
1041*ba1276acSMatthew Dillon/* Define to 1 if you have the `poll' function. */
1042*ba1276acSMatthew Dillon#undef HAVE_POLL
1043*ba1276acSMatthew Dillon
1044*ba1276acSMatthew Dillon/* Define to 1 if you have the <poll.h> header file. */
1045*ba1276acSMatthew Dillon#undef HAVE_POLL_H
1046*ba1276acSMatthew Dillon
1047*ba1276acSMatthew Dillon/* Define to 1 if you have the `ppoll' function. */
1048*ba1276acSMatthew Dillon#undef HAVE_PPOLL
1049*ba1276acSMatthew Dillon
1050*ba1276acSMatthew Dillon/* Define to 1 if you have the `prctl' function. */
1051*ba1276acSMatthew Dillon#undef HAVE_PRCTL
1052*ba1276acSMatthew Dillon
1053*ba1276acSMatthew Dillon/* Define to 1 if you have the `priv_basicset' function. */
1054*ba1276acSMatthew Dillon#undef HAVE_PRIV_BASICSET
1055*ba1276acSMatthew Dillon
1056*ba1276acSMatthew Dillon/* Define to 1 if you have the <priv.h> header file. */
1057*ba1276acSMatthew Dillon#undef HAVE_PRIV_H
1058*ba1276acSMatthew Dillon
1059*ba1276acSMatthew Dillon/* Define to 1 if you have the `procctl' function. */
1060*ba1276acSMatthew Dillon#undef HAVE_PROCCTL
1061*ba1276acSMatthew Dillon
1062*ba1276acSMatthew Dillon/* Define if you have /proc/$pid/fd */
1063*ba1276acSMatthew Dillon#undef HAVE_PROC_PID
1064*ba1276acSMatthew Dillon
1065*ba1276acSMatthew Dillon/* Define to 1 if you have the `proc_pidinfo' function. */
1066*ba1276acSMatthew Dillon#undef HAVE_PROC_PIDINFO
1067*ba1276acSMatthew Dillon
1068*ba1276acSMatthew Dillon/* Define to 1 if you have the `pselect' function. */
1069*ba1276acSMatthew Dillon#undef HAVE_PSELECT
1070*ba1276acSMatthew Dillon
1071*ba1276acSMatthew Dillon/* Define to 1 if you have the `pstat' function. */
1072*ba1276acSMatthew Dillon#undef HAVE_PSTAT
1073*ba1276acSMatthew Dillon
1074*ba1276acSMatthew Dillon/* Define to 1 if you have the <pty.h> header file. */
1075*ba1276acSMatthew Dillon#undef HAVE_PTY_H
1076*ba1276acSMatthew Dillon
1077*ba1276acSMatthew Dillon/* Define to 1 if you have the `pututline' function. */
1078*ba1276acSMatthew Dillon#undef HAVE_PUTUTLINE
1079*ba1276acSMatthew Dillon
1080*ba1276acSMatthew Dillon/* Define to 1 if you have the `pututxline' function. */
1081*ba1276acSMatthew Dillon#undef HAVE_PUTUTXLINE
1082*ba1276acSMatthew Dillon
1083*ba1276acSMatthew Dillon/* Define to 1 if you have the `raise' function. */
1084*ba1276acSMatthew Dillon#undef HAVE_RAISE
1085*ba1276acSMatthew Dillon
1086*ba1276acSMatthew Dillon/* Define to 1 if you have the `readpassphrase' function. */
1087*ba1276acSMatthew Dillon#undef HAVE_READPASSPHRASE
1088*ba1276acSMatthew Dillon
1089*ba1276acSMatthew Dillon/* Define to 1 if you have the <readpassphrase.h> header file. */
1090*ba1276acSMatthew Dillon#undef HAVE_READPASSPHRASE_H
1091*ba1276acSMatthew Dillon
1092*ba1276acSMatthew Dillon/* Define to 1 if your system has a GNU libc compatible `realloc' function,
1093*ba1276acSMatthew Dillon   and to 0 otherwise. */
1094*ba1276acSMatthew Dillon#undef HAVE_REALLOC
1095*ba1276acSMatthew Dillon
1096*ba1276acSMatthew Dillon/* Define to 1 if you have the `reallocarray' function. */
1097*ba1276acSMatthew Dillon#undef HAVE_REALLOCARRAY
1098*ba1276acSMatthew Dillon
1099*ba1276acSMatthew Dillon/* Define to 1 if you have the `realpath' function. */
1100*ba1276acSMatthew Dillon#undef HAVE_REALPATH
1101*ba1276acSMatthew Dillon
1102*ba1276acSMatthew Dillon/* Define to 1 if you have the `recallocarray' function. */
1103*ba1276acSMatthew Dillon#undef HAVE_RECALLOCARRAY
1104*ba1276acSMatthew Dillon
1105*ba1276acSMatthew Dillon/* Define to 1 if you have the `recvmsg' function. */
1106*ba1276acSMatthew Dillon#undef HAVE_RECVMSG
1107*ba1276acSMatthew Dillon
1108*ba1276acSMatthew Dillon/* sys/resource.h has RLIMIT_NPROC */
1109*ba1276acSMatthew Dillon#undef HAVE_RLIMIT_NPROC
1110*ba1276acSMatthew Dillon
1111*ba1276acSMatthew Dillon/* Define to 1 if you have the <rpc/types.h> header file. */
1112*ba1276acSMatthew Dillon#undef HAVE_RPC_TYPES_H
1113*ba1276acSMatthew Dillon
1114*ba1276acSMatthew Dillon/* Define to 1 if you have the `rresvport_af' function. */
1115*ba1276acSMatthew Dillon#undef HAVE_RRESVPORT_AF
1116*ba1276acSMatthew Dillon
1117*ba1276acSMatthew Dillon/* Define to 1 if you have the `RSA_generate_key_ex' function. */
1118*ba1276acSMatthew Dillon#undef HAVE_RSA_GENERATE_KEY_EX
1119*ba1276acSMatthew Dillon
1120*ba1276acSMatthew Dillon/* Define to 1 if you have the `RSA_get_default_method' function. */
1121*ba1276acSMatthew Dillon#undef HAVE_RSA_GET_DEFAULT_METHOD
1122*ba1276acSMatthew Dillon
1123*ba1276acSMatthew Dillon/* Define to 1 if you have the <sandbox.h> header file. */
1124*ba1276acSMatthew Dillon#undef HAVE_SANDBOX_H
1125*ba1276acSMatthew Dillon
1126*ba1276acSMatthew Dillon/* Define to 1 if you have the `sandbox_init' function. */
1127*ba1276acSMatthew Dillon#undef HAVE_SANDBOX_INIT
1128*ba1276acSMatthew Dillon
1129*ba1276acSMatthew Dillon/* define if you have sa_family_t data type */
1130*ba1276acSMatthew Dillon#undef HAVE_SA_FAMILY_T
1131*ba1276acSMatthew Dillon
1132*ba1276acSMatthew Dillon/* Define to 1 if you have the `scan_scaled' function. */
1133*ba1276acSMatthew Dillon#undef HAVE_SCAN_SCALED
1134*ba1276acSMatthew Dillon
1135*ba1276acSMatthew Dillon/* Define if you have SecureWare-based protected password database */
1136*ba1276acSMatthew Dillon#undef HAVE_SECUREWARE
1137*ba1276acSMatthew Dillon
1138*ba1276acSMatthew Dillon/* Define to 1 if you have the <security/pam_appl.h> header file. */
1139*ba1276acSMatthew Dillon#undef HAVE_SECURITY_PAM_APPL_H
1140*ba1276acSMatthew Dillon
1141*ba1276acSMatthew Dillon/* Define to 1 if you have the `sendmsg' function. */
1142*ba1276acSMatthew Dillon#undef HAVE_SENDMSG
1143*ba1276acSMatthew Dillon
1144*ba1276acSMatthew Dillon/* Define to 1 if you have the `setauthdb' function. */
1145*ba1276acSMatthew Dillon#undef HAVE_SETAUTHDB
1146*ba1276acSMatthew Dillon
1147*ba1276acSMatthew Dillon/* Define to 1 if you have the `setdtablesize' function. */
1148*ba1276acSMatthew Dillon#undef HAVE_SETDTABLESIZE
1149*ba1276acSMatthew Dillon
1150*ba1276acSMatthew Dillon/* Define to 1 if you have the `setegid' function. */
1151*ba1276acSMatthew Dillon#undef HAVE_SETEGID
1152*ba1276acSMatthew Dillon
1153*ba1276acSMatthew Dillon/* Define to 1 if you have the `setenv' function. */
1154*ba1276acSMatthew Dillon#undef HAVE_SETENV
1155*ba1276acSMatthew Dillon
1156*ba1276acSMatthew Dillon/* Define to 1 if you have the `seteuid' function. */
1157*ba1276acSMatthew Dillon#undef HAVE_SETEUID
1158*ba1276acSMatthew Dillon
1159*ba1276acSMatthew Dillon/* Define to 1 if you have the `setgroupent' function. */
1160*ba1276acSMatthew Dillon#undef HAVE_SETGROUPENT
1161*ba1276acSMatthew Dillon
1162*ba1276acSMatthew Dillon/* Define to 1 if you have the `setgroups' function. */
1163*ba1276acSMatthew Dillon#undef HAVE_SETGROUPS
1164*ba1276acSMatthew Dillon
1165*ba1276acSMatthew Dillon/* Define to 1 if you have the `setlinebuf' function. */
1166*ba1276acSMatthew Dillon#undef HAVE_SETLINEBUF
1167*ba1276acSMatthew Dillon
1168*ba1276acSMatthew Dillon/* Define to 1 if you have the `setlogin' function. */
1169*ba1276acSMatthew Dillon#undef HAVE_SETLOGIN
1170*ba1276acSMatthew Dillon
1171*ba1276acSMatthew Dillon/* Define to 1 if you have the `setluid' function. */
1172*ba1276acSMatthew Dillon#undef HAVE_SETLUID
1173*ba1276acSMatthew Dillon
1174*ba1276acSMatthew Dillon/* Define to 1 if you have the `setpassent' function. */
1175*ba1276acSMatthew Dillon#undef HAVE_SETPASSENT
1176*ba1276acSMatthew Dillon
1177*ba1276acSMatthew Dillon/* Define to 1 if you have the `setpcred' function. */
1178*ba1276acSMatthew Dillon#undef HAVE_SETPCRED
1179*ba1276acSMatthew Dillon
1180*ba1276acSMatthew Dillon/* Define to 1 if you have the `setpflags' function. */
1181*ba1276acSMatthew Dillon#undef HAVE_SETPFLAGS
1182*ba1276acSMatthew Dillon
1183*ba1276acSMatthew Dillon/* Define to 1 if you have the `setppriv' function. */
1184*ba1276acSMatthew Dillon#undef HAVE_SETPPRIV
1185*ba1276acSMatthew Dillon
1186*ba1276acSMatthew Dillon/* Define to 1 if you have the `setproctitle' function. */
1187*ba1276acSMatthew Dillon#undef HAVE_SETPROCTITLE
1188*ba1276acSMatthew Dillon
1189*ba1276acSMatthew Dillon/* Define to 1 if you have the `setregid' function. */
1190*ba1276acSMatthew Dillon#undef HAVE_SETREGID
1191*ba1276acSMatthew Dillon
1192*ba1276acSMatthew Dillon/* Define to 1 if you have the `setresgid' function. */
1193*ba1276acSMatthew Dillon#undef HAVE_SETRESGID
1194*ba1276acSMatthew Dillon
1195*ba1276acSMatthew Dillon/* Define to 1 if you have the `setresuid' function. */
1196*ba1276acSMatthew Dillon#undef HAVE_SETRESUID
1197*ba1276acSMatthew Dillon
1198*ba1276acSMatthew Dillon/* Define to 1 if you have the `setreuid' function. */
1199*ba1276acSMatthew Dillon#undef HAVE_SETREUID
1200*ba1276acSMatthew Dillon
1201*ba1276acSMatthew Dillon/* Define to 1 if you have the `setrlimit' function. */
1202*ba1276acSMatthew Dillon#undef HAVE_SETRLIMIT
1203*ba1276acSMatthew Dillon
1204*ba1276acSMatthew Dillon/* Define to 1 if you have the `setsid' function. */
1205*ba1276acSMatthew Dillon#undef HAVE_SETSID
1206*ba1276acSMatthew Dillon
1207*ba1276acSMatthew Dillon/* Define to 1 if you have the `setutent' function. */
1208*ba1276acSMatthew Dillon#undef HAVE_SETUTENT
1209*ba1276acSMatthew Dillon
1210*ba1276acSMatthew Dillon/* Define to 1 if you have the `setutxdb' function. */
1211*ba1276acSMatthew Dillon#undef HAVE_SETUTXDB
1212*ba1276acSMatthew Dillon
1213*ba1276acSMatthew Dillon/* Define to 1 if you have the `setutxent' function. */
1214*ba1276acSMatthew Dillon#undef HAVE_SETUTXENT
1215*ba1276acSMatthew Dillon
1216*ba1276acSMatthew Dillon/* Define to 1 if you have the `setvbuf' function. */
1217*ba1276acSMatthew Dillon#undef HAVE_SETVBUF
1218*ba1276acSMatthew Dillon
1219*ba1276acSMatthew Dillon/* Define to 1 if you have the `set_id' function. */
1220*ba1276acSMatthew Dillon#undef HAVE_SET_ID
1221*ba1276acSMatthew Dillon
1222*ba1276acSMatthew Dillon/* Define to 1 if you have the `SHA256Update' function. */
1223*ba1276acSMatthew Dillon#undef HAVE_SHA256UPDATE
1224*ba1276acSMatthew Dillon
1225*ba1276acSMatthew Dillon/* Define to 1 if you have the <sha2.h> header file. */
1226*ba1276acSMatthew Dillon#undef HAVE_SHA2_H
1227*ba1276acSMatthew Dillon
1228*ba1276acSMatthew Dillon/* Define to 1 if you have the `SHA384Update' function. */
1229*ba1276acSMatthew Dillon#undef HAVE_SHA384UPDATE
1230*ba1276acSMatthew Dillon
1231*ba1276acSMatthew Dillon/* Define to 1 if you have the `SHA512Update' function. */
1232*ba1276acSMatthew Dillon#undef HAVE_SHA512UPDATE
1233*ba1276acSMatthew Dillon
1234*ba1276acSMatthew Dillon/* Define to 1 if you have the <shadow.h> header file. */
1235*ba1276acSMatthew Dillon#undef HAVE_SHADOW_H
1236*ba1276acSMatthew Dillon
1237*ba1276acSMatthew Dillon/* Define to 1 if you have the `sigaction' function. */
1238*ba1276acSMatthew Dillon#undef HAVE_SIGACTION
1239*ba1276acSMatthew Dillon
1240*ba1276acSMatthew Dillon/* Define to 1 if the system has the type `sighandler_t'. */
1241*ba1276acSMatthew Dillon#undef HAVE_SIGHANDLER_T
1242*ba1276acSMatthew Dillon
1243*ba1276acSMatthew Dillon/* Define to 1 if you have the `sigvec' function. */
1244*ba1276acSMatthew Dillon#undef HAVE_SIGVEC
1245*ba1276acSMatthew Dillon
1246*ba1276acSMatthew Dillon/* Define to 1 if the system has the type `sig_atomic_t'. */
1247*ba1276acSMatthew Dillon#undef HAVE_SIG_ATOMIC_T
1248*ba1276acSMatthew Dillon
1249*ba1276acSMatthew Dillon/* define if you have size_t data type */
1250*ba1276acSMatthew Dillon#undef HAVE_SIZE_T
1251*ba1276acSMatthew Dillon
1252*ba1276acSMatthew Dillon/* Define to 1 if you have the `snprintf' function. */
1253*ba1276acSMatthew Dillon#undef HAVE_SNPRINTF
1254*ba1276acSMatthew Dillon
1255*ba1276acSMatthew Dillon/* Define to 1 if you have the `socketpair' function. */
1256*ba1276acSMatthew Dillon#undef HAVE_SOCKETPAIR
1257*ba1276acSMatthew Dillon
1258*ba1276acSMatthew Dillon/* Have PEERCRED socket option */
1259*ba1276acSMatthew Dillon#undef HAVE_SO_PEERCRED
1260*ba1276acSMatthew Dillon
1261*ba1276acSMatthew Dillon/* define if you have ssize_t data type */
1262*ba1276acSMatthew Dillon#undef HAVE_SSIZE_T
1263*ba1276acSMatthew Dillon
1264*ba1276acSMatthew Dillon/* Fields in struct sockaddr_storage */
1265*ba1276acSMatthew Dillon#undef HAVE_SS_FAMILY_IN_SS
1266*ba1276acSMatthew Dillon
1267*ba1276acSMatthew Dillon/* Define if you have ut_ss in utmpx.h */
1268*ba1276acSMatthew Dillon#undef HAVE_SS_IN_UTMPX
1269*ba1276acSMatthew Dillon
1270*ba1276acSMatthew Dillon/* Define to 1 if you have the `statfs' function. */
1271*ba1276acSMatthew Dillon#undef HAVE_STATFS
1272*ba1276acSMatthew Dillon
1273*ba1276acSMatthew Dillon/* Define to 1 if you have the `statvfs' function. */
1274*ba1276acSMatthew Dillon#undef HAVE_STATVFS
1275*ba1276acSMatthew Dillon
1276*ba1276acSMatthew Dillon/* Define to 1 if you have the <stddef.h> header file. */
1277*ba1276acSMatthew Dillon#undef HAVE_STDDEF_H
1278*ba1276acSMatthew Dillon
1279*ba1276acSMatthew Dillon/* Define to 1 if you have the <stdint.h> header file. */
1280*ba1276acSMatthew Dillon#undef HAVE_STDINT_H
1281*ba1276acSMatthew Dillon
1282*ba1276acSMatthew Dillon/* Define to 1 if you have the <stdio.h> header file. */
1283*ba1276acSMatthew Dillon#undef HAVE_STDIO_H
1284*ba1276acSMatthew Dillon
1285*ba1276acSMatthew Dillon/* Define to 1 if you have the <stdlib.h> header file. */
1286*ba1276acSMatthew Dillon#undef HAVE_STDLIB_H
1287*ba1276acSMatthew Dillon
1288*ba1276acSMatthew Dillon/* Define to 1 if you have the `strcasestr' function. */
1289*ba1276acSMatthew Dillon#undef HAVE_STRCASESTR
1290*ba1276acSMatthew Dillon
1291*ba1276acSMatthew Dillon/* Define to 1 if you have the `strdup' function. */
1292*ba1276acSMatthew Dillon#undef HAVE_STRDUP
1293*ba1276acSMatthew Dillon
1294*ba1276acSMatthew Dillon/* Define to 1 if you have the `strerror' function. */
1295*ba1276acSMatthew Dillon#undef HAVE_STRERROR
1296*ba1276acSMatthew Dillon
1297*ba1276acSMatthew Dillon/* Define to 1 if you have the `strftime' function. */
1298*ba1276acSMatthew Dillon#undef HAVE_STRFTIME
1299*ba1276acSMatthew Dillon
1300*ba1276acSMatthew Dillon/* Define to 1 if you have the <strings.h> header file. */
1301*ba1276acSMatthew Dillon#undef HAVE_STRINGS_H
1302*ba1276acSMatthew Dillon
1303*ba1276acSMatthew Dillon/* Define to 1 if you have the <string.h> header file. */
1304*ba1276acSMatthew Dillon#undef HAVE_STRING_H
1305*ba1276acSMatthew Dillon
1306*ba1276acSMatthew Dillon/* Define to 1 if you have the `strlcat' function. */
1307*ba1276acSMatthew Dillon#undef HAVE_STRLCAT
1308*ba1276acSMatthew Dillon
1309*ba1276acSMatthew Dillon/* Define to 1 if you have the `strlcpy' function. */
1310*ba1276acSMatthew Dillon#undef HAVE_STRLCPY
1311*ba1276acSMatthew Dillon
1312*ba1276acSMatthew Dillon/* Define to 1 if you have the `strmode' function. */
1313*ba1276acSMatthew Dillon#undef HAVE_STRMODE
1314*ba1276acSMatthew Dillon
1315*ba1276acSMatthew Dillon/* Define to 1 if you have the `strndup' function. */
1316*ba1276acSMatthew Dillon#undef HAVE_STRNDUP
1317*ba1276acSMatthew Dillon
1318*ba1276acSMatthew Dillon/* Define to 1 if you have the `strnlen' function. */
1319*ba1276acSMatthew Dillon#undef HAVE_STRNLEN
1320*ba1276acSMatthew Dillon
1321*ba1276acSMatthew Dillon/* Define to 1 if you have the `strnvis' function. */
1322*ba1276acSMatthew Dillon#undef HAVE_STRNVIS
1323*ba1276acSMatthew Dillon
1324*ba1276acSMatthew Dillon/* Define to 1 if you have the `strptime' function. */
1325*ba1276acSMatthew Dillon#undef HAVE_STRPTIME
1326*ba1276acSMatthew Dillon
1327*ba1276acSMatthew Dillon/* Define to 1 if you have the `strsep' function. */
1328*ba1276acSMatthew Dillon#undef HAVE_STRSEP
1329*ba1276acSMatthew Dillon
1330*ba1276acSMatthew Dillon/* Define to 1 if you have the `strsignal' function. */
1331*ba1276acSMatthew Dillon#undef HAVE_STRSIGNAL
1332*ba1276acSMatthew Dillon
1333*ba1276acSMatthew Dillon/* Define to 1 if you have the `strtoll' function. */
1334*ba1276acSMatthew Dillon#undef HAVE_STRTOLL
1335*ba1276acSMatthew Dillon
1336*ba1276acSMatthew Dillon/* Define to 1 if you have the `strtonum' function. */
1337*ba1276acSMatthew Dillon#undef HAVE_STRTONUM
1338*ba1276acSMatthew Dillon
1339*ba1276acSMatthew Dillon/* Define to 1 if you have the `strtoul' function. */
1340*ba1276acSMatthew Dillon#undef HAVE_STRTOUL
1341*ba1276acSMatthew Dillon
1342*ba1276acSMatthew Dillon/* Define to 1 if you have the `strtoull' function. */
1343*ba1276acSMatthew Dillon#undef HAVE_STRTOULL
1344*ba1276acSMatthew Dillon
1345*ba1276acSMatthew Dillon/* define if you have struct addrinfo data type */
1346*ba1276acSMatthew Dillon#undef HAVE_STRUCT_ADDRINFO
1347*ba1276acSMatthew Dillon
1348*ba1276acSMatthew Dillon/* define if you have struct in6_addr data type */
1349*ba1276acSMatthew Dillon#undef HAVE_STRUCT_IN6_ADDR
1350*ba1276acSMatthew Dillon
1351*ba1276acSMatthew Dillon/* Define to 1 if `pw_change' is a member of `struct passwd'. */
1352*ba1276acSMatthew Dillon#undef HAVE_STRUCT_PASSWD_PW_CHANGE
1353*ba1276acSMatthew Dillon
1354*ba1276acSMatthew Dillon/* Define to 1 if `pw_class' is a member of `struct passwd'. */
1355*ba1276acSMatthew Dillon#undef HAVE_STRUCT_PASSWD_PW_CLASS
1356*ba1276acSMatthew Dillon
1357*ba1276acSMatthew Dillon/* Define to 1 if `pw_expire' is a member of `struct passwd'. */
1358*ba1276acSMatthew Dillon#undef HAVE_STRUCT_PASSWD_PW_EXPIRE
1359*ba1276acSMatthew Dillon
1360*ba1276acSMatthew Dillon/* Define to 1 if `pw_gecos' is a member of `struct passwd'. */
1361*ba1276acSMatthew Dillon#undef HAVE_STRUCT_PASSWD_PW_GECOS
1362*ba1276acSMatthew Dillon
1363*ba1276acSMatthew Dillon/* Define to 1 if `fd' is a member of `struct pollfd'. */
1364*ba1276acSMatthew Dillon#undef HAVE_STRUCT_POLLFD_FD
1365*ba1276acSMatthew Dillon
1366*ba1276acSMatthew Dillon/* define if you have struct sockaddr_in6 data type */
1367*ba1276acSMatthew Dillon#undef HAVE_STRUCT_SOCKADDR_IN6
1368*ba1276acSMatthew Dillon
1369*ba1276acSMatthew Dillon/* Define to 1 if `sin6_scope_id' is a member of `struct sockaddr_in6'. */
1370*ba1276acSMatthew Dillon#undef HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID
1371*ba1276acSMatthew Dillon
1372*ba1276acSMatthew Dillon/* define if you have struct sockaddr_storage data type */
1373*ba1276acSMatthew Dillon#undef HAVE_STRUCT_SOCKADDR_STORAGE
1374*ba1276acSMatthew Dillon
1375*ba1276acSMatthew Dillon/* Define to 1 if `f_files' is a member of `struct statfs'. */
1376*ba1276acSMatthew Dillon#undef HAVE_STRUCT_STATFS_F_FILES
1377*ba1276acSMatthew Dillon
1378*ba1276acSMatthew Dillon/* Define to 1 if `f_flags' is a member of `struct statfs'. */
1379*ba1276acSMatthew Dillon#undef HAVE_STRUCT_STATFS_F_FLAGS
1380*ba1276acSMatthew Dillon
1381*ba1276acSMatthew Dillon/* Define to 1 if `st_blksize' is a member of `struct stat'. */
1382*ba1276acSMatthew Dillon#undef HAVE_STRUCT_STAT_ST_BLKSIZE
1383*ba1276acSMatthew Dillon
1384*ba1276acSMatthew Dillon/* Define to 1 if `st_mtim' is a member of `struct stat'. */
1385*ba1276acSMatthew Dillon#undef HAVE_STRUCT_STAT_ST_MTIM
1386*ba1276acSMatthew Dillon
1387*ba1276acSMatthew Dillon/* Define to 1 if `st_mtime' is a member of `struct stat'. */
1388*ba1276acSMatthew Dillon#undef HAVE_STRUCT_STAT_ST_MTIME
1389*ba1276acSMatthew Dillon
1390*ba1276acSMatthew Dillon/* define if you have struct timespec */
1391*ba1276acSMatthew Dillon#undef HAVE_STRUCT_TIMESPEC
1392*ba1276acSMatthew Dillon
1393*ba1276acSMatthew Dillon/* define if you have struct timeval */
1394*ba1276acSMatthew Dillon#undef HAVE_STRUCT_TIMEVAL
1395*ba1276acSMatthew Dillon
1396*ba1276acSMatthew Dillon/* Define to 1 if you have the `swap32' function. */
1397*ba1276acSMatthew Dillon#undef HAVE_SWAP32
1398*ba1276acSMatthew Dillon
1399*ba1276acSMatthew Dillon/* Define to 1 if you have the `sysconf' function. */
1400*ba1276acSMatthew Dillon#undef HAVE_SYSCONF
1401*ba1276acSMatthew Dillon
1402*ba1276acSMatthew Dillon/* Define if you have syslen in utmpx.h */
1403*ba1276acSMatthew Dillon#undef HAVE_SYSLEN_IN_UTMPX
1404*ba1276acSMatthew Dillon
1405*ba1276acSMatthew Dillon/* Define to 1 if you have the <sys/audit.h> header file. */
1406*ba1276acSMatthew Dillon#undef HAVE_SYS_AUDIT_H
1407*ba1276acSMatthew Dillon
1408*ba1276acSMatthew Dillon/* Define to 1 if you have the <sys/bitypes.h> header file. */
1409*ba1276acSMatthew Dillon#undef HAVE_SYS_BITYPES_H
1410*ba1276acSMatthew Dillon
1411*ba1276acSMatthew Dillon/* Define to 1 if you have the <sys/bsdtty.h> header file. */
1412*ba1276acSMatthew Dillon#undef HAVE_SYS_BSDTTY_H
1413*ba1276acSMatthew Dillon
1414*ba1276acSMatthew Dillon/* Define to 1 if you have the <sys/byteorder.h> header file. */
1415*ba1276acSMatthew Dillon#undef HAVE_SYS_BYTEORDER_H
1416*ba1276acSMatthew Dillon
1417*ba1276acSMatthew Dillon/* Define to 1 if you have the <sys/capsicum.h> header file. */
1418*ba1276acSMatthew Dillon#undef HAVE_SYS_CAPSICUM_H
1419*ba1276acSMatthew Dillon
1420*ba1276acSMatthew Dillon/* Define to 1 if you have the <sys/cdefs.h> header file. */
1421*ba1276acSMatthew Dillon#undef HAVE_SYS_CDEFS_H
1422*ba1276acSMatthew Dillon
1423*ba1276acSMatthew Dillon/* Define to 1 if you have the <sys/dir.h> header file. */
1424*ba1276acSMatthew Dillon#undef HAVE_SYS_DIR_H
1425*ba1276acSMatthew Dillon
1426*ba1276acSMatthew Dillon/* Define if your system defines sys_errlist[] */
1427*ba1276acSMatthew Dillon#undef HAVE_SYS_ERRLIST
1428*ba1276acSMatthew Dillon
1429*ba1276acSMatthew Dillon/* Define to 1 if you have the <sys/file.h> header file. */
1430*ba1276acSMatthew Dillon#undef HAVE_SYS_FILE_H
1431*ba1276acSMatthew Dillon
1432*ba1276acSMatthew Dillon/* Define to 1 if you have the <sys/label.h> header file. */
1433*ba1276acSMatthew Dillon#undef HAVE_SYS_LABEL_H
1434*ba1276acSMatthew Dillon
1435*ba1276acSMatthew Dillon/* Define to 1 if you have the <sys/mman.h> header file. */
1436*ba1276acSMatthew Dillon#undef HAVE_SYS_MMAN_H
1437*ba1276acSMatthew Dillon
1438*ba1276acSMatthew Dillon/* Define to 1 if you have the <sys/mount.h> header file. */
1439*ba1276acSMatthew Dillon#undef HAVE_SYS_MOUNT_H
1440*ba1276acSMatthew Dillon
1441*ba1276acSMatthew Dillon/* Define to 1 if you have the <sys/ndir.h> header file. */
1442*ba1276acSMatthew Dillon#undef HAVE_SYS_NDIR_H
1443*ba1276acSMatthew Dillon
1444*ba1276acSMatthew Dillon/* Define if your system defines sys_nerr */
1445*ba1276acSMatthew Dillon#undef HAVE_SYS_NERR
1446*ba1276acSMatthew Dillon
1447*ba1276acSMatthew Dillon/* Define to 1 if you have the <sys/param.h> header file. */
1448*ba1276acSMatthew Dillon#undef HAVE_SYS_PARAM_H
1449*ba1276acSMatthew Dillon
1450*ba1276acSMatthew Dillon/* Define to 1 if you have the <sys/poll.h> header file. */
1451*ba1276acSMatthew Dillon#undef HAVE_SYS_POLL_H
1452*ba1276acSMatthew Dillon
1453*ba1276acSMatthew Dillon/* Define to 1 if you have the <sys/prctl.h> header file. */
1454*ba1276acSMatthew Dillon#undef HAVE_SYS_PRCTL_H
1455*ba1276acSMatthew Dillon
1456*ba1276acSMatthew Dillon/* Define to 1 if you have the <sys/procctl.h> header file. */
1457*ba1276acSMatthew Dillon#undef HAVE_SYS_PROCCTL_H
1458*ba1276acSMatthew Dillon
1459*ba1276acSMatthew Dillon/* Define to 1 if you have the <sys/pstat.h> header file. */
1460*ba1276acSMatthew Dillon#undef HAVE_SYS_PSTAT_H
1461*ba1276acSMatthew Dillon
1462*ba1276acSMatthew Dillon/* Define to 1 if you have the <sys/ptms.h> header file. */
1463*ba1276acSMatthew Dillon#undef HAVE_SYS_PTMS_H
1464*ba1276acSMatthew Dillon
1465*ba1276acSMatthew Dillon/* Define to 1 if you have the <sys/ptrace.h> header file. */
1466*ba1276acSMatthew Dillon#undef HAVE_SYS_PTRACE_H
1467*ba1276acSMatthew Dillon
1468*ba1276acSMatthew Dillon/* Define to 1 if you have the <sys/random.h> header file. */
1469*ba1276acSMatthew Dillon#undef HAVE_SYS_RANDOM_H
1470*ba1276acSMatthew Dillon
1471*ba1276acSMatthew Dillon/* Define to 1 if you have the <sys/select.h> header file. */
1472*ba1276acSMatthew Dillon#undef HAVE_SYS_SELECT_H
1473*ba1276acSMatthew Dillon
1474*ba1276acSMatthew Dillon/* Define to 1 if you have the <sys/statvfs.h> header file. */
1475*ba1276acSMatthew Dillon#undef HAVE_SYS_STATVFS_H
1476*ba1276acSMatthew Dillon
1477*ba1276acSMatthew Dillon/* Define to 1 if you have the <sys/stat.h> header file. */
1478*ba1276acSMatthew Dillon#undef HAVE_SYS_STAT_H
1479*ba1276acSMatthew Dillon
1480*ba1276acSMatthew Dillon/* Define to 1 if you have the <sys/stream.h> header file. */
1481*ba1276acSMatthew Dillon#undef HAVE_SYS_STREAM_H
1482*ba1276acSMatthew Dillon
1483*ba1276acSMatthew Dillon/* Define to 1 if you have the <sys/stropts.h> header file. */
1484*ba1276acSMatthew Dillon#undef HAVE_SYS_STROPTS_H
1485*ba1276acSMatthew Dillon
1486*ba1276acSMatthew Dillon/* Define to 1 if you have the <sys/strtio.h> header file. */
1487*ba1276acSMatthew Dillon#undef HAVE_SYS_STRTIO_H
1488*ba1276acSMatthew Dillon
1489*ba1276acSMatthew Dillon/* Define to 1 if you have the <sys/sysctl.h> header file. */
1490*ba1276acSMatthew Dillon#undef HAVE_SYS_SYSCTL_H
1491*ba1276acSMatthew Dillon
1492*ba1276acSMatthew Dillon/* Force use of sys/syslog.h on Ultrix */
1493*ba1276acSMatthew Dillon#undef HAVE_SYS_SYSLOG_H
1494*ba1276acSMatthew Dillon
1495*ba1276acSMatthew Dillon/* Define to 1 if you have the <sys/sysmacros.h> header file. */
1496*ba1276acSMatthew Dillon#undef HAVE_SYS_SYSMACROS_H
1497*ba1276acSMatthew Dillon
1498*ba1276acSMatthew Dillon/* Define to 1 if you have the <sys/timers.h> header file. */
1499*ba1276acSMatthew Dillon#undef HAVE_SYS_TIMERS_H
1500*ba1276acSMatthew Dillon
1501*ba1276acSMatthew Dillon/* Define to 1 if you have the <sys/time.h> header file. */
1502*ba1276acSMatthew Dillon#undef HAVE_SYS_TIME_H
1503*ba1276acSMatthew Dillon
1504*ba1276acSMatthew Dillon/* Define to 1 if you have the <sys/types.h> header file. */
1505*ba1276acSMatthew Dillon#undef HAVE_SYS_TYPES_H
1506*ba1276acSMatthew Dillon
1507*ba1276acSMatthew Dillon/* Define to 1 if you have the <sys/un.h> header file. */
1508*ba1276acSMatthew Dillon#undef HAVE_SYS_UN_H
1509*ba1276acSMatthew Dillon
1510*ba1276acSMatthew Dillon/* Define to 1 if you have the <sys/vfs.h> header file. */
1511*ba1276acSMatthew Dillon#undef HAVE_SYS_VFS_H
1512*ba1276acSMatthew Dillon
1513*ba1276acSMatthew Dillon/* Define to 1 if you have the `tcgetpgrp' function. */
1514*ba1276acSMatthew Dillon#undef HAVE_TCGETPGRP
1515*ba1276acSMatthew Dillon
1516*ba1276acSMatthew Dillon/* Define to 1 if you have the `tcsendbreak' function. */
1517*ba1276acSMatthew Dillon#undef HAVE_TCSENDBREAK
1518*ba1276acSMatthew Dillon
1519*ba1276acSMatthew Dillon/* Define to 1 if you have the `time' function. */
1520*ba1276acSMatthew Dillon#undef HAVE_TIME
1521*ba1276acSMatthew Dillon
1522*ba1276acSMatthew Dillon/* Define to 1 if you have the `timegm' function. */
1523*ba1276acSMatthew Dillon#undef HAVE_TIMEGM
1524*ba1276acSMatthew Dillon
1525*ba1276acSMatthew Dillon/* Define to 1 if you have the <time.h> header file. */
1526*ba1276acSMatthew Dillon#undef HAVE_TIME_H
1527*ba1276acSMatthew Dillon
1528*ba1276acSMatthew Dillon/* Define if you have ut_time in utmp.h */
1529*ba1276acSMatthew Dillon#undef HAVE_TIME_IN_UTMP
1530*ba1276acSMatthew Dillon
1531*ba1276acSMatthew Dillon/* Define if you have ut_time in utmpx.h */
1532*ba1276acSMatthew Dillon#undef HAVE_TIME_IN_UTMPX
1533*ba1276acSMatthew Dillon
1534*ba1276acSMatthew Dillon/* Define to 1 if you have the `timingsafe_bcmp' function. */
1535*ba1276acSMatthew Dillon#undef HAVE_TIMINGSAFE_BCMP
1536*ba1276acSMatthew Dillon
1537*ba1276acSMatthew Dillon/* Define to 1 if you have the <tmpdir.h> header file. */
1538*ba1276acSMatthew Dillon#undef HAVE_TMPDIR_H
1539*ba1276acSMatthew Dillon
1540*ba1276acSMatthew Dillon/* Define to 1 if you have the `truncate' function. */
1541*ba1276acSMatthew Dillon#undef HAVE_TRUNCATE
1542*ba1276acSMatthew Dillon
1543*ba1276acSMatthew Dillon/* Define to 1 if you have the <ttyent.h> header file. */
1544*ba1276acSMatthew Dillon#undef HAVE_TTYENT_H
1545*ba1276acSMatthew Dillon
1546*ba1276acSMatthew Dillon/* Define if you have ut_tv in utmp.h */
1547*ba1276acSMatthew Dillon#undef HAVE_TV_IN_UTMP
1548*ba1276acSMatthew Dillon
1549*ba1276acSMatthew Dillon/* Define if you have ut_tv in utmpx.h */
1550*ba1276acSMatthew Dillon#undef HAVE_TV_IN_UTMPX
1551*ba1276acSMatthew Dillon
1552*ba1276acSMatthew Dillon/* Define if you have ut_type in utmp.h */
1553*ba1276acSMatthew Dillon#undef HAVE_TYPE_IN_UTMP
1554*ba1276acSMatthew Dillon
1555*ba1276acSMatthew Dillon/* Define if you have ut_type in utmpx.h */
1556*ba1276acSMatthew Dillon#undef HAVE_TYPE_IN_UTMPX
1557*ba1276acSMatthew Dillon
1558*ba1276acSMatthew Dillon/* Define to 1 if you have the <ucred.h> header file. */
1559*ba1276acSMatthew Dillon#undef HAVE_UCRED_H
1560*ba1276acSMatthew Dillon
1561*ba1276acSMatthew Dillon/* Define to 1 if the system has the type `uintmax_t'. */
1562*ba1276acSMatthew Dillon#undef HAVE_UINTMAX_T
1563*ba1276acSMatthew Dillon
1564*ba1276acSMatthew Dillon/* define if you have uintxx_t data type */
1565*ba1276acSMatthew Dillon#undef HAVE_UINTXX_T
1566*ba1276acSMatthew Dillon
1567*ba1276acSMatthew Dillon/* Define to 1 if you have the <unistd.h> header file. */
1568*ba1276acSMatthew Dillon#undef HAVE_UNISTD_H
1569*ba1276acSMatthew Dillon
1570*ba1276acSMatthew Dillon/* Define to 1 if you have the `unsetenv' function. */
1571*ba1276acSMatthew Dillon#undef HAVE_UNSETENV
1572*ba1276acSMatthew Dillon
1573*ba1276acSMatthew Dillon/* Define to 1 if the system has the type `unsigned long long'. */
1574*ba1276acSMatthew Dillon#undef HAVE_UNSIGNED_LONG_LONG
1575*ba1276acSMatthew Dillon
1576*ba1276acSMatthew Dillon/* Define to 1 if you have the `updwtmp' function. */
1577*ba1276acSMatthew Dillon#undef HAVE_UPDWTMP
1578*ba1276acSMatthew Dillon
1579*ba1276acSMatthew Dillon/* Define to 1 if you have the `updwtmpx' function. */
1580*ba1276acSMatthew Dillon#undef HAVE_UPDWTMPX
1581*ba1276acSMatthew Dillon
1582*ba1276acSMatthew Dillon/* Define to 1 if you have the <usersec.h> header file. */
1583*ba1276acSMatthew Dillon#undef HAVE_USERSEC_H
1584*ba1276acSMatthew Dillon
1585*ba1276acSMatthew Dillon/* Define to 1 if you have the `user_from_uid' function. */
1586*ba1276acSMatthew Dillon#undef HAVE_USER_FROM_UID
1587*ba1276acSMatthew Dillon
1588*ba1276acSMatthew Dillon/* Define to 1 if you have the `usleep' function. */
1589*ba1276acSMatthew Dillon#undef HAVE_USLEEP
1590*ba1276acSMatthew Dillon
1591*ba1276acSMatthew Dillon/* Define to 1 if you have the <util.h> header file. */
1592*ba1276acSMatthew Dillon#undef HAVE_UTIL_H
1593*ba1276acSMatthew Dillon
1594*ba1276acSMatthew Dillon/* Define to 1 if you have the `utimensat' function. */
1595*ba1276acSMatthew Dillon#undef HAVE_UTIMENSAT
1596*ba1276acSMatthew Dillon
1597*ba1276acSMatthew Dillon/* Define to 1 if you have the `utimes' function. */
1598*ba1276acSMatthew Dillon#undef HAVE_UTIMES
1599*ba1276acSMatthew Dillon
1600*ba1276acSMatthew Dillon/* Define to 1 if you have the <utime.h> header file. */
1601*ba1276acSMatthew Dillon#undef HAVE_UTIME_H
1602*ba1276acSMatthew Dillon
1603*ba1276acSMatthew Dillon/* Define to 1 if you have the `utmpname' function. */
1604*ba1276acSMatthew Dillon#undef HAVE_UTMPNAME
1605*ba1276acSMatthew Dillon
1606*ba1276acSMatthew Dillon/* Define to 1 if you have the `utmpxname' function. */
1607*ba1276acSMatthew Dillon#undef HAVE_UTMPXNAME
1608*ba1276acSMatthew Dillon
1609*ba1276acSMatthew Dillon/* Define to 1 if you have the <utmpx.h> header file. */
1610*ba1276acSMatthew Dillon#undef HAVE_UTMPX_H
1611*ba1276acSMatthew Dillon
1612*ba1276acSMatthew Dillon/* Define to 1 if you have the <utmp.h> header file. */
1613*ba1276acSMatthew Dillon#undef HAVE_UTMP_H
1614*ba1276acSMatthew Dillon
1615*ba1276acSMatthew Dillon/* define if you have u_char data type */
1616*ba1276acSMatthew Dillon#undef HAVE_U_CHAR
1617*ba1276acSMatthew Dillon
1618*ba1276acSMatthew Dillon/* define if you have u_int data type */
1619*ba1276acSMatthew Dillon#undef HAVE_U_INT
1620*ba1276acSMatthew Dillon
1621*ba1276acSMatthew Dillon/* define if you have u_int64_t data type */
1622*ba1276acSMatthew Dillon#undef HAVE_U_INT64_T
1623*ba1276acSMatthew Dillon
1624*ba1276acSMatthew Dillon/* define if you have u_intxx_t data type */
1625*ba1276acSMatthew Dillon#undef HAVE_U_INTXX_T
1626*ba1276acSMatthew Dillon
1627*ba1276acSMatthew Dillon/* Define to 1 if you have the `vasprintf' function. */
1628*ba1276acSMatthew Dillon#undef HAVE_VASPRINTF
1629*ba1276acSMatthew Dillon
1630*ba1276acSMatthew Dillon/* Define if va_copy exists */
1631*ba1276acSMatthew Dillon#undef HAVE_VA_COPY
1632*ba1276acSMatthew Dillon
1633*ba1276acSMatthew Dillon/* Define to 1 if you have the <vis.h> header file. */
1634*ba1276acSMatthew Dillon#undef HAVE_VIS_H
1635*ba1276acSMatthew Dillon
1636*ba1276acSMatthew Dillon/* Define to 1 if you have the `vsnprintf' function. */
1637*ba1276acSMatthew Dillon#undef HAVE_VSNPRINTF
1638*ba1276acSMatthew Dillon
1639*ba1276acSMatthew Dillon/* Define to 1 if you have the `waitpid' function. */
1640*ba1276acSMatthew Dillon#undef HAVE_WAITPID
1641*ba1276acSMatthew Dillon
1642*ba1276acSMatthew Dillon/* Define to 1 if you have the `warn' function. */
1643*ba1276acSMatthew Dillon#undef HAVE_WARN
1644*ba1276acSMatthew Dillon
1645*ba1276acSMatthew Dillon/* Define to 1 if you have the <wchar.h> header file. */
1646*ba1276acSMatthew Dillon#undef HAVE_WCHAR_H
1647*ba1276acSMatthew Dillon
1648*ba1276acSMatthew Dillon/* Define to 1 if you have the `wcwidth' function. */
1649*ba1276acSMatthew Dillon#undef HAVE_WCWIDTH
1650*ba1276acSMatthew Dillon
1651*ba1276acSMatthew Dillon/* Define to 1 if you have the `_getlong' function. */
1652*ba1276acSMatthew Dillon#undef HAVE__GETLONG
1653*ba1276acSMatthew Dillon
1654*ba1276acSMatthew Dillon/* Define to 1 if you have the `_getpty' function. */
1655*ba1276acSMatthew Dillon#undef HAVE__GETPTY
1656*ba1276acSMatthew Dillon
1657*ba1276acSMatthew Dillon/* Define to 1 if you have the `_getshort' function. */
1658*ba1276acSMatthew Dillon#undef HAVE__GETSHORT
1659*ba1276acSMatthew Dillon
1660*ba1276acSMatthew Dillon/* Define if you have struct __res_state _res as an extern */
1661*ba1276acSMatthew Dillon#undef HAVE__RES_EXTERN
1662*ba1276acSMatthew Dillon
1663*ba1276acSMatthew Dillon/* Define to 1 if you have the `__b64_ntop' function. */
1664*ba1276acSMatthew Dillon#undef HAVE___B64_NTOP
1665*ba1276acSMatthew Dillon
1666*ba1276acSMatthew Dillon/* Define to 1 if you have the `__b64_pton' function. */
1667*ba1276acSMatthew Dillon#undef HAVE___B64_PTON
1668*ba1276acSMatthew Dillon
1669*ba1276acSMatthew Dillon/* Define if compiler implements __FUNCTION__ */
1670*ba1276acSMatthew Dillon#undef HAVE___FUNCTION__
1671*ba1276acSMatthew Dillon
1672*ba1276acSMatthew Dillon/* Define if libc defines __progname */
1673*ba1276acSMatthew Dillon#undef HAVE___PROGNAME
1674*ba1276acSMatthew Dillon
1675*ba1276acSMatthew Dillon/* Fields in struct sockaddr_storage */
1676*ba1276acSMatthew Dillon#undef HAVE___SS_FAMILY_IN_SS
1677*ba1276acSMatthew Dillon
1678*ba1276acSMatthew Dillon/* Define if __va_copy exists */
1679*ba1276acSMatthew Dillon#undef HAVE___VA_COPY
1680*ba1276acSMatthew Dillon
1681*ba1276acSMatthew Dillon/* Define if compiler implements __func__ */
1682*ba1276acSMatthew Dillon#undef HAVE___func__
1683*ba1276acSMatthew Dillon
1684*ba1276acSMatthew Dillon/* Define this if you are using the Heimdal version of Kerberos V5 */
1685*ba1276acSMatthew Dillon#undef HEIMDAL
1686*ba1276acSMatthew Dillon
1687*ba1276acSMatthew Dillon/* Define if you need to use IP address instead of hostname in $DISPLAY */
1688*ba1276acSMatthew Dillon#undef IPADDR_IN_DISPLAY
1689*ba1276acSMatthew Dillon
1690*ba1276acSMatthew Dillon/* Detect IPv4 in IPv6 mapped addresses and treat as IPv4 */
1691*ba1276acSMatthew Dillon#undef IPV4_IN_IPV6
1692*ba1276acSMatthew Dillon
1693*ba1276acSMatthew Dillon/* Define if your system choked on IP TOS setting */
1694*ba1276acSMatthew Dillon#undef IP_TOS_IS_BROKEN
1695*ba1276acSMatthew Dillon
1696*ba1276acSMatthew Dillon/* Define if you want Kerberos 5 support */
1697*ba1276acSMatthew Dillon#undef KRB5
1698*ba1276acSMatthew Dillon
1699*ba1276acSMatthew Dillon/* Define if pututxline updates lastlog too */
1700*ba1276acSMatthew Dillon#undef LASTLOG_WRITE_PUTUTXLINE
1701*ba1276acSMatthew Dillon
1702*ba1276acSMatthew Dillon/* Define to whatever link() returns for "not supported" if it doesn't return
1703*ba1276acSMatthew Dillon   EOPNOTSUPP. */
1704*ba1276acSMatthew Dillon#undef LINK_OPNOTSUPP_ERRNO
1705*ba1276acSMatthew Dillon
1706*ba1276acSMatthew Dillon/* Adjust Linux out-of-memory killer */
1707*ba1276acSMatthew Dillon#undef LINUX_OOM_ADJUST
1708*ba1276acSMatthew Dillon
1709*ba1276acSMatthew Dillon/* max value of long long calculated by configure */
1710*ba1276acSMatthew Dillon#undef LLONG_MAX
1711*ba1276acSMatthew Dillon
1712*ba1276acSMatthew Dillon/* min value of long long calculated by configure */
1713*ba1276acSMatthew Dillon#undef LLONG_MIN
1714*ba1276acSMatthew Dillon
1715*ba1276acSMatthew Dillon/* Account locked with pw(1) */
1716*ba1276acSMatthew Dillon#undef LOCKED_PASSWD_PREFIX
1717*ba1276acSMatthew Dillon
1718*ba1276acSMatthew Dillon/* String used in /etc/passwd to denote locked account */
1719*ba1276acSMatthew Dillon#undef LOCKED_PASSWD_STRING
1720*ba1276acSMatthew Dillon
1721*ba1276acSMatthew Dillon/* String used in /etc/passwd to denote locked account */
1722*ba1276acSMatthew Dillon#undef LOCKED_PASSWD_SUBSTR
1723*ba1276acSMatthew Dillon
1724*ba1276acSMatthew Dillon/* Some systems need a utmpx entry for /bin/login to work */
1725*ba1276acSMatthew Dillon#undef LOGIN_NEEDS_UTMPX
1726*ba1276acSMatthew Dillon
1727*ba1276acSMatthew Dillon/* Set this to your mail directory if you do not have _PATH_MAILDIR */
1728*ba1276acSMatthew Dillon#undef MAIL_DIRECTORY
1729*ba1276acSMatthew Dillon
1730*ba1276acSMatthew Dillon/* Need setpgrp to for controlling tty */
1731*ba1276acSMatthew Dillon#undef NEED_SETPGRP
1732*ba1276acSMatthew Dillon
1733*ba1276acSMatthew Dillon/* compiler does not accept __attribute__ on prototype args */
1734*ba1276acSMatthew Dillon#undef NO_ATTRIBUTE_ON_PROTOTYPE_ARGS
1735*ba1276acSMatthew Dillon
1736*ba1276acSMatthew Dillon/* compiler does not accept __attribute__ on return types */
1737*ba1276acSMatthew Dillon#undef NO_ATTRIBUTE_ON_RETURN_TYPE
1738*ba1276acSMatthew Dillon
1739*ba1276acSMatthew Dillon/* SA_RESTARTed signals do no interrupt select */
1740*ba1276acSMatthew Dillon#undef NO_SA_RESTART
1741*ba1276acSMatthew Dillon
1742*ba1276acSMatthew Dillon/* Define to disable UID restoration test */
1743*ba1276acSMatthew Dillon#undef NO_UID_RESTORATION_TEST
1744*ba1276acSMatthew Dillon
1745*ba1276acSMatthew Dillon/* Define if X11 doesn't support AF_UNIX sockets on that system */
1746*ba1276acSMatthew Dillon#undef NO_X11_UNIX_SOCKETS
1747*ba1276acSMatthew Dillon
1748*ba1276acSMatthew Dillon/* Define if EVP_DigestUpdate returns void */
1749*ba1276acSMatthew Dillon#undef OPENSSL_EVP_DIGESTUPDATE_VOID
1750*ba1276acSMatthew Dillon
1751*ba1276acSMatthew Dillon/* OpenSSL has ECC */
1752*ba1276acSMatthew Dillon#undef OPENSSL_HAS_ECC
1753*ba1276acSMatthew Dillon
1754*ba1276acSMatthew Dillon/* libcrypto has ed25519 support */
1755*ba1276acSMatthew Dillon#undef OPENSSL_HAS_ED25519
1756*ba1276acSMatthew Dillon
1757*ba1276acSMatthew Dillon/* libcrypto has NID_X9_62_prime256v1 */
1758*ba1276acSMatthew Dillon#undef OPENSSL_HAS_NISTP256
1759*ba1276acSMatthew Dillon
1760*ba1276acSMatthew Dillon/* libcrypto has NID_secp384r1 */
1761*ba1276acSMatthew Dillon#undef OPENSSL_HAS_NISTP384
1762*ba1276acSMatthew Dillon
1763*ba1276acSMatthew Dillon/* libcrypto has NID_secp521r1 */
1764*ba1276acSMatthew Dillon#undef OPENSSL_HAS_NISTP521
1765*ba1276acSMatthew Dillon
1766*ba1276acSMatthew Dillon/* libcrypto is missing AES 192 and 256 bit functions */
1767*ba1276acSMatthew Dillon#undef OPENSSL_LOBOTOMISED_AES
1768*ba1276acSMatthew Dillon
1769*ba1276acSMatthew Dillon/* Define if you want the OpenSSL internally seeded PRNG only */
1770*ba1276acSMatthew Dillon#undef OPENSSL_PRNG_ONLY
1771*ba1276acSMatthew Dillon
1772*ba1276acSMatthew Dillon/* Define to the address where bug reports for this package should be sent. */
1773*ba1276acSMatthew Dillon#undef PACKAGE_BUGREPORT
1774*ba1276acSMatthew Dillon
1775*ba1276acSMatthew Dillon/* Define to the full name of this package. */
1776*ba1276acSMatthew Dillon#undef PACKAGE_NAME
1777*ba1276acSMatthew Dillon
1778*ba1276acSMatthew Dillon/* Define to the full name and version of this package. */
1779*ba1276acSMatthew Dillon#undef PACKAGE_STRING
1780*ba1276acSMatthew Dillon
1781*ba1276acSMatthew Dillon/* Define to the one symbol short name of this package. */
1782*ba1276acSMatthew Dillon#undef PACKAGE_TARNAME
1783*ba1276acSMatthew Dillon
1784*ba1276acSMatthew Dillon/* Define to the home page for this package. */
1785*ba1276acSMatthew Dillon#undef PACKAGE_URL
1786*ba1276acSMatthew Dillon
1787*ba1276acSMatthew Dillon/* Define to the version of this package. */
1788*ba1276acSMatthew Dillon#undef PACKAGE_VERSION
1789*ba1276acSMatthew Dillon
1790*ba1276acSMatthew Dillon/* Define if you are using Solaris-derived PAM which passes pam_messages to
1791*ba1276acSMatthew Dillon   the conversation function with an extra level of indirection */
1792*ba1276acSMatthew Dillon#undef PAM_SUN_CODEBASE
1793*ba1276acSMatthew Dillon
1794*ba1276acSMatthew Dillon/* Work around problematic Linux PAM modules handling of PAM_TTY */
1795*ba1276acSMatthew Dillon#undef PAM_TTY_KLUDGE
1796*ba1276acSMatthew Dillon
1797*ba1276acSMatthew Dillon/* must supply username to passwd */
1798*ba1276acSMatthew Dillon#undef PASSWD_NEEDS_USERNAME
1799*ba1276acSMatthew Dillon
1800*ba1276acSMatthew Dillon/* System dirs owned by bin (uid 2) */
1801*ba1276acSMatthew Dillon#undef PLATFORM_SYS_DIR_UID
1802*ba1276acSMatthew Dillon
1803*ba1276acSMatthew Dillon/* Port number of PRNGD/EGD random number socket */
1804*ba1276acSMatthew Dillon#undef PRNGD_PORT
1805*ba1276acSMatthew Dillon
1806*ba1276acSMatthew Dillon/* Location of PRNGD/EGD random number socket */
1807*ba1276acSMatthew Dillon#undef PRNGD_SOCKET
1808*ba1276acSMatthew Dillon
1809*ba1276acSMatthew Dillon/* read(1) can return 0 for a non-closed fd */
1810*ba1276acSMatthew Dillon#undef PTY_ZEROREAD
1811*ba1276acSMatthew Dillon
1812*ba1276acSMatthew Dillon/* Sandbox using capsicum */
1813*ba1276acSMatthew Dillon#undef SANDBOX_CAPSICUM
1814*ba1276acSMatthew Dillon
1815*ba1276acSMatthew Dillon/* Sandbox using Darwin sandbox_init(3) */
1816*ba1276acSMatthew Dillon#undef SANDBOX_DARWIN
1817*ba1276acSMatthew Dillon
1818*ba1276acSMatthew Dillon/* no privsep sandboxing */
1819*ba1276acSMatthew Dillon#undef SANDBOX_NULL
1820*ba1276acSMatthew Dillon
1821*ba1276acSMatthew Dillon/* Sandbox using pledge(2) */
1822*ba1276acSMatthew Dillon#undef SANDBOX_PLEDGE
1823*ba1276acSMatthew Dillon
1824*ba1276acSMatthew Dillon/* Sandbox using setrlimit(2) */
1825*ba1276acSMatthew Dillon#undef SANDBOX_RLIMIT
1826*ba1276acSMatthew Dillon
1827*ba1276acSMatthew Dillon/* Sandbox using seccomp filter */
1828*ba1276acSMatthew Dillon#undef SANDBOX_SECCOMP_FILTER
1829*ba1276acSMatthew Dillon
1830*ba1276acSMatthew Dillon/* setrlimit RLIMIT_FSIZE works */
1831*ba1276acSMatthew Dillon#undef SANDBOX_SKIP_RLIMIT_FSIZE
1832*ba1276acSMatthew Dillon
1833*ba1276acSMatthew Dillon/* define if setrlimit RLIMIT_NOFILE breaks things */
1834*ba1276acSMatthew Dillon#undef SANDBOX_SKIP_RLIMIT_NOFILE
1835*ba1276acSMatthew Dillon
1836*ba1276acSMatthew Dillon/* Sandbox using Solaris/Illumos privileges */
1837*ba1276acSMatthew Dillon#undef SANDBOX_SOLARIS
1838*ba1276acSMatthew Dillon
1839*ba1276acSMatthew Dillon/* Sandbox using systrace(4) */
1840*ba1276acSMatthew Dillon#undef SANDBOX_SYSTRACE
1841*ba1276acSMatthew Dillon
1842*ba1276acSMatthew Dillon/* Specify the system call convention in use */
1843*ba1276acSMatthew Dillon#undef SECCOMP_AUDIT_ARCH
1844*ba1276acSMatthew Dillon
1845*ba1276acSMatthew Dillon/* Define if your platform breaks doing a seteuid before a setuid */
1846*ba1276acSMatthew Dillon#undef SETEUID_BREAKS_SETUID
1847*ba1276acSMatthew Dillon
1848*ba1276acSMatthew Dillon/* The size of `int', as computed by sizeof. */
1849*ba1276acSMatthew Dillon#undef SIZEOF_INT
1850*ba1276acSMatthew Dillon
1851*ba1276acSMatthew Dillon/* The size of `long int', as computed by sizeof. */
1852*ba1276acSMatthew Dillon#undef SIZEOF_LONG_INT
1853*ba1276acSMatthew Dillon
1854*ba1276acSMatthew Dillon/* The size of `long long int', as computed by sizeof. */
1855*ba1276acSMatthew Dillon#undef SIZEOF_LONG_LONG_INT
1856*ba1276acSMatthew Dillon
1857*ba1276acSMatthew Dillon/* The size of `short int', as computed by sizeof. */
1858*ba1276acSMatthew Dillon#undef SIZEOF_SHORT_INT
1859*ba1276acSMatthew Dillon
1860*ba1276acSMatthew Dillon/* The size of `time_t', as computed by sizeof. */
1861*ba1276acSMatthew Dillon#undef SIZEOF_TIME_T
1862*ba1276acSMatthew Dillon
1863*ba1276acSMatthew Dillon/* Define as const if snprintf() can declare const char *fmt */
1864*ba1276acSMatthew Dillon#undef SNPRINTF_CONST
1865*ba1276acSMatthew Dillon
1866*ba1276acSMatthew Dillon/* sockaddr_in has sin_len */
1867*ba1276acSMatthew Dillon#undef SOCK_HAS_LEN
1868*ba1276acSMatthew Dillon
1869*ba1276acSMatthew Dillon/* Define to a Set Process Title type if your system is supported by
1870*ba1276acSMatthew Dillon   bsd-setproctitle.c */
1871*ba1276acSMatthew Dillon#undef SPT_TYPE
1872*ba1276acSMatthew Dillon
1873*ba1276acSMatthew Dillon/* Define if sshd somehow reacquires a controlling TTY after setsid() */
1874*ba1276acSMatthew Dillon#undef SSHD_ACQUIRES_CTTY
1875*ba1276acSMatthew Dillon
1876*ba1276acSMatthew Dillon/* sshd PAM service name */
1877*ba1276acSMatthew Dillon#undef SSHD_PAM_SERVICE
1878*ba1276acSMatthew Dillon
1879*ba1276acSMatthew Dillon/* Define if pam_chauthtok wants real uid set to the unpriv'ed user */
1880*ba1276acSMatthew Dillon#undef SSHPAM_CHAUTHTOK_NEEDS_RUID
1881*ba1276acSMatthew Dillon
1882*ba1276acSMatthew Dillon/* Use audit debugging module */
1883*ba1276acSMatthew Dillon#undef SSH_AUDIT_EVENTS
1884*ba1276acSMatthew Dillon
1885*ba1276acSMatthew Dillon/* Windows is sensitive to read buffer size */
1886*ba1276acSMatthew Dillon#undef SSH_IOBUFSZ
1887*ba1276acSMatthew Dillon
1888*ba1276acSMatthew Dillon/* non-privileged user for privilege separation */
1889*ba1276acSMatthew Dillon#undef SSH_PRIVSEP_USER
1890*ba1276acSMatthew Dillon
1891*ba1276acSMatthew Dillon/* Use tunnel device compatibility to OpenBSD */
1892*ba1276acSMatthew Dillon#undef SSH_TUN_COMPAT_AF
1893*ba1276acSMatthew Dillon
1894*ba1276acSMatthew Dillon/* Open tunnel devices the FreeBSD way */
1895*ba1276acSMatthew Dillon#undef SSH_TUN_FREEBSD
1896*ba1276acSMatthew Dillon
1897*ba1276acSMatthew Dillon/* Open tunnel devices the Linux tun/tap way */
1898*ba1276acSMatthew Dillon#undef SSH_TUN_LINUX
1899*ba1276acSMatthew Dillon
1900*ba1276acSMatthew Dillon/* No layer 2 tunnel support */
1901*ba1276acSMatthew Dillon#undef SSH_TUN_NO_L2
1902*ba1276acSMatthew Dillon
1903*ba1276acSMatthew Dillon/* Open tunnel devices the OpenBSD way */
1904*ba1276acSMatthew Dillon#undef SSH_TUN_OPENBSD
1905*ba1276acSMatthew Dillon
1906*ba1276acSMatthew Dillon/* Prepend the address family to IP tunnel traffic */
1907*ba1276acSMatthew Dillon#undef SSH_TUN_PREPEND_AF
1908*ba1276acSMatthew Dillon
1909*ba1276acSMatthew Dillon/* Define to 1 if all of the C90 standard headers exist (not just the ones
1910*ba1276acSMatthew Dillon   required in a freestanding environment). This macro is provided for
1911*ba1276acSMatthew Dillon   backward compatibility; new code need not use it. */
1912*ba1276acSMatthew Dillon#undef STDC_HEADERS
1913*ba1276acSMatthew Dillon
1914*ba1276acSMatthew Dillon/* Define if you want a different $PATH for the superuser */
1915*ba1276acSMatthew Dillon#undef SUPERUSER_PATH
1916*ba1276acSMatthew Dillon
1917*ba1276acSMatthew Dillon/* syslog_r function is safe to use in in a signal handler */
1918*ba1276acSMatthew Dillon#undef SYSLOG_R_SAFE_IN_SIGHAND
1919*ba1276acSMatthew Dillon
1920*ba1276acSMatthew Dillon/* Have sshd notify systemd on start/reload */
1921*ba1276acSMatthew Dillon#undef SYSTEMD_NOTIFY
1922*ba1276acSMatthew Dillon
1923*ba1276acSMatthew Dillon/* Support routing domains using Linux VRF */
1924*ba1276acSMatthew Dillon#undef SYS_RDOMAIN_LINUX
1925*ba1276acSMatthew Dillon
1926*ba1276acSMatthew Dillon/* Support passwords > 8 chars */
1927*ba1276acSMatthew Dillon#undef UNIXWARE_LONG_PASSWORDS
1928*ba1276acSMatthew Dillon
1929*ba1276acSMatthew Dillon/* Specify default $PATH */
1930*ba1276acSMatthew Dillon#undef USER_PATH
1931*ba1276acSMatthew Dillon
1932*ba1276acSMatthew Dillon/* Define this if you want to use libkafs' AFS support */
1933*ba1276acSMatthew Dillon#undef USE_AFS
1934*ba1276acSMatthew Dillon
1935*ba1276acSMatthew Dillon/* Use BSM audit module */
1936*ba1276acSMatthew Dillon#undef USE_BSM_AUDIT
1937*ba1276acSMatthew Dillon
1938*ba1276acSMatthew Dillon/* Use btmp to log bad logins */
1939*ba1276acSMatthew Dillon#undef USE_BTMP
1940*ba1276acSMatthew Dillon
1941*ba1276acSMatthew Dillon/* Use libedit for sftp */
1942*ba1276acSMatthew Dillon#undef USE_LIBEDIT
1943*ba1276acSMatthew Dillon
1944*ba1276acSMatthew Dillon/* Use Linux audit module */
1945*ba1276acSMatthew Dillon#undef USE_LINUX_AUDIT
1946*ba1276acSMatthew Dillon
1947*ba1276acSMatthew Dillon/* Enable OpenSSL engine support */
1948*ba1276acSMatthew Dillon#undef USE_OPENSSL_ENGINE
1949*ba1276acSMatthew Dillon
1950*ba1276acSMatthew Dillon/* Define if you want to enable PAM support */
1951*ba1276acSMatthew Dillon#undef USE_PAM
1952*ba1276acSMatthew Dillon
1953*ba1276acSMatthew Dillon/* Use PIPES instead of a socketpair() */
1954*ba1276acSMatthew Dillon#undef USE_PIPES
1955*ba1276acSMatthew Dillon
1956*ba1276acSMatthew Dillon/* Define if you have Solaris privileges */
1957*ba1276acSMatthew Dillon#undef USE_SOLARIS_PRIVS
1958*ba1276acSMatthew Dillon
1959*ba1276acSMatthew Dillon/* Define if you have Solaris process contracts */
1960*ba1276acSMatthew Dillon#undef USE_SOLARIS_PROCESS_CONTRACTS
1961*ba1276acSMatthew Dillon
1962*ba1276acSMatthew Dillon/* Define if you have Solaris projects */
1963*ba1276acSMatthew Dillon#undef USE_SOLARIS_PROJECTS
1964*ba1276acSMatthew Dillon
1965*ba1276acSMatthew Dillon/* compiler variable declarations after code */
1966*ba1276acSMatthew Dillon#undef VARIABLE_DECLARATION_AFTER_CODE
1967*ba1276acSMatthew Dillon
1968*ba1276acSMatthew Dillon/* compiler supports variable length arrays */
1969*ba1276acSMatthew Dillon#undef VARIABLE_LENGTH_ARRAYS
1970*ba1276acSMatthew Dillon
1971*ba1276acSMatthew Dillon/* Define if you shouldn't strip 'tty' from your ttyname in [uw]tmp */
1972*ba1276acSMatthew Dillon#undef WITH_ABBREV_NO_TTY
1973*ba1276acSMatthew Dillon
1974*ba1276acSMatthew Dillon/* Define if you want to enable AIX4's authenticate function */
1975*ba1276acSMatthew Dillon#undef WITH_AIXAUTHENTICATE
1976*ba1276acSMatthew Dillon
1977*ba1276acSMatthew Dillon/* DSA keys explicitly enabled */
1978*ba1276acSMatthew Dillon#undef WITH_DSA
1979*ba1276acSMatthew Dillon
1980*ba1276acSMatthew Dillon/* Define if you have/want arrays (cluster-wide session management, not C
1981*ba1276acSMatthew Dillon   arrays) */
1982*ba1276acSMatthew Dillon#undef WITH_IRIX_ARRAY
1983*ba1276acSMatthew Dillon
1984*ba1276acSMatthew Dillon/* Define if you want IRIX audit trails */
1985*ba1276acSMatthew Dillon#undef WITH_IRIX_AUDIT
1986*ba1276acSMatthew Dillon
1987*ba1276acSMatthew Dillon/* Define if you want IRIX kernel jobs */
1988*ba1276acSMatthew Dillon#undef WITH_IRIX_JOBS
1989*ba1276acSMatthew Dillon
1990*ba1276acSMatthew Dillon/* Define if you want IRIX project management */
1991*ba1276acSMatthew Dillon#undef WITH_IRIX_PROJECT
1992*ba1276acSMatthew Dillon
1993*ba1276acSMatthew Dillon/* use libcrypto for cryptography */
1994*ba1276acSMatthew Dillon#undef WITH_OPENSSL
1995*ba1276acSMatthew Dillon
1996*ba1276acSMatthew Dillon/* Define if you want SELinux support. */
1997*ba1276acSMatthew Dillon#undef WITH_SELINUX
1998*ba1276acSMatthew Dillon
1999*ba1276acSMatthew Dillon/* Enable zlib */
2000*ba1276acSMatthew Dillon#undef WITH_ZLIB
2001*ba1276acSMatthew Dillon
2002*ba1276acSMatthew Dillon/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
2003*ba1276acSMatthew Dillon   significant byte first (like Motorola and SPARC, unlike Intel). */
2004*ba1276acSMatthew Dillon#if defined AC_APPLE_UNIVERSAL_BUILD
2005*ba1276acSMatthew Dillon# if defined __BIG_ENDIAN__
2006*ba1276acSMatthew Dillon#  define WORDS_BIGENDIAN 1
2007*ba1276acSMatthew Dillon# endif
2008*ba1276acSMatthew Dillon#else
2009*ba1276acSMatthew Dillon# ifndef WORDS_BIGENDIAN
2010*ba1276acSMatthew Dillon#  undef WORDS_BIGENDIAN
2011*ba1276acSMatthew Dillon# endif
2012*ba1276acSMatthew Dillon#endif
2013*ba1276acSMatthew Dillon
2014*ba1276acSMatthew Dillon/* Define if xauth is found in your path */
2015*ba1276acSMatthew Dillon#undef XAUTH_PATH
2016*ba1276acSMatthew Dillon
2017*ba1276acSMatthew Dillon/* Number of bits in a file offset, on hosts where this is settable. */
2018*ba1276acSMatthew Dillon#undef _FILE_OFFSET_BITS
2019*ba1276acSMatthew Dillon
2020*ba1276acSMatthew Dillon/* Define for large files, on AIX-style hosts. */
2021*ba1276acSMatthew Dillon#undef _LARGE_FILES
2022*ba1276acSMatthew Dillon
2023*ba1276acSMatthew Dillon/* log for bad login attempts */
2024*ba1276acSMatthew Dillon#undef _PATH_BTMP
2025*ba1276acSMatthew Dillon
2026*ba1276acSMatthew Dillon/* Full path of your "passwd" program */
2027*ba1276acSMatthew Dillon#undef _PATH_PASSWD_PROG
2028*ba1276acSMatthew Dillon
2029*ba1276acSMatthew Dillon/* Specify location of ssh.pid */
2030*ba1276acSMatthew Dillon#undef _PATH_SSH_PIDDIR
2031*ba1276acSMatthew Dillon
2032*ba1276acSMatthew Dillon/* Define if we don't have struct __res_state in resolv.h */
2033*ba1276acSMatthew Dillon#undef __res_state
2034*ba1276acSMatthew Dillon
2035*ba1276acSMatthew Dillon/* Define to rpl_calloc if the replacement function should be used. */
2036*ba1276acSMatthew Dillon#undef calloc
2037*ba1276acSMatthew Dillon
2038*ba1276acSMatthew Dillon/* Define to `__inline__' or `__inline' if that's what the C compiler
2039*ba1276acSMatthew Dillon   calls it, or to nothing if 'inline' is not supported under any name.  */
2040*ba1276acSMatthew Dillon#ifndef __cplusplus
2041*ba1276acSMatthew Dillon#undef inline
2042*ba1276acSMatthew Dillon#endif
2043*ba1276acSMatthew Dillon
2044*ba1276acSMatthew Dillon/* Define to rpl_malloc if the replacement function should be used. */
2045*ba1276acSMatthew Dillon#undef malloc
2046*ba1276acSMatthew Dillon
2047*ba1276acSMatthew Dillon/* Define to rpl_realloc if the replacement function should be used. */
2048*ba1276acSMatthew Dillon#undef realloc
2049*ba1276acSMatthew Dillon
2050*ba1276acSMatthew Dillon/* type to use in place of socklen_t if not defined */
2051*ba1276acSMatthew Dillon#undef socklen_t
2052