~ubuntu-branches/ubuntu/lucid/openssh/lucid

1.1.1 by Colin Watson
Import upstream version 3.9p1
1
/* config.h.in.  Generated from configure.ac by autoheader.  */
1.6.1 by Colin Watson
Import upstream version 4.3p2
2
1.13.5 by Colin Watson
Import upstream version 5.3p1
3
/* Define if building universal (internal helper macro) */
4
#undef AC_APPLE_UNIVERSAL_BUILD
5
1.13.1 by Colin Watson
Import upstream version 4.6p1
6
/* Define if you have a getaddrinfo that fails for the all-zeros IPv6 address
7
   */
8
#undef AIX_GETNAMEINFO_HACK
9
1.6.1 by Colin Watson
Import upstream version 4.3p2
10
/* Define if your AIX loginfailed() function takes 4 arguments (AIX >= 5.2) */
11
#undef AIX_LOGINFAILED_4ARG
12
1.13.3 by Colin Watson
Import upstream version 5.1p1
13
/* System only supports IPv4 audit records */
14
#undef AU_IPv4
15
1.6.1 by Colin Watson
Import upstream version 4.3p2
16
/* Define if your resolver libs need this for getrrsetbyname */
17
#undef BIND_8_COMPAT
18
19
/* Define if cmsg_type is not passed correctly */
20
#undef BROKEN_CMSG_TYPE
21
22
/* getaddrinfo is broken (if present) */
23
#undef BROKEN_GETADDRINFO
24
25
/* getgroups(0,NULL) will return -1 */
26
#undef BROKEN_GETGROUPS
27
1.13.3 by Colin Watson
Import upstream version 5.1p1
28
/* FreeBSD glob does not do what we need */
29
#undef BROKEN_GLOB
30
1.6.1 by Colin Watson
Import upstream version 4.3p2
31
/* Define if you system's inet_ntoa is busted (e.g. Irix gcc issue) */
32
#undef BROKEN_INET_NTOA
33
34
/* ia_uinfo routines not supported by OS yet */
35
#undef BROKEN_LIBIAF
36
37
/* Ultrix mmap can't map files */
38
#undef BROKEN_MMAP
39
40
/* Define if your struct dirent expects you to allocate extra space for d_name
41
   */
42
#undef BROKEN_ONE_BYTE_DIRENT_D_NAME
43
1.13.3 by Colin Watson
Import upstream version 5.1p1
44
/* Can't do comparisons on readv */
45
#undef BROKEN_READV_COMPARISON
46
1.6.1 by Colin Watson
Import upstream version 4.3p2
47
/* Define if you have a broken realpath. */
48
#undef BROKEN_REALPATH
49
50
/* Needed for NeXT */
51
#undef BROKEN_SAVED_UIDS
1 by Noah Meyerhans
Import upstream version 3.8.1p1
52
53
/* Define if your setregid() is broken */
54
#undef BROKEN_SETREGID
55
1.6.1 by Colin Watson
Import upstream version 4.3p2
56
/* Define if your setresgid() is broken */
57
#undef BROKEN_SETRESGID
58
1 by Noah Meyerhans
Import upstream version 3.8.1p1
59
/* Define if your setresuid() is broken */
60
#undef BROKEN_SETRESUID
61
1.6.1 by Colin Watson
Import upstream version 4.3p2
62
/* Define if your setreuid() is broken */
63
#undef BROKEN_SETREUID
64
65
/* LynxOS has broken setvbuf() implementation */
66
#undef BROKEN_SETVBUF
1 by Noah Meyerhans
Import upstream version 3.8.1p1
67
1.13.3 by Colin Watson
Import upstream version 5.1p1
68
/* QNX shadow support is broken */
69
#undef BROKEN_SHADOW_EXPIRE
70
1 by Noah Meyerhans
Import upstream version 3.8.1p1
71
/* Define if your snprintf is busted */
72
#undef BROKEN_SNPRINTF
73
1.13.5 by Colin Watson
Import upstream version 5.3p1
74
/* tcgetattr with ICANON may hang */
75
#undef BROKEN_TCGETATTR_ICANON
76
1.6.1 by Colin Watson
Import upstream version 4.3p2
77
/* updwtmpx is broken (if present) */
78
#undef BROKEN_UPDWTMPX
79
80
/* Define if you have BSD auth support */
81
#undef BSD_AUTH
82
83
/* Define if you want to specify the path to your lastlog file */
84
#undef CONF_LASTLOG_FILE
85
86
/* Define if you want to specify the path to your utmpx file */
87
#undef CONF_UTMPX_FILE
88
89
/* Define if you want to specify the path to your utmp file */
90
#undef CONF_UTMP_FILE
91
92
/* Define if you want to specify the path to your wtmpx file */
93
#undef CONF_WTMPX_FILE
94
95
/* Define if you want to specify the path to your wtmp file */
96
#undef CONF_WTMP_FILE
97
98
/* Define if your platform needs to skip post auth file descriptor passing */
99
#undef DISABLE_FD_PASSING
100
101
/* Define if you don't want to use lastlog */
102
#undef DISABLE_LASTLOG
1 by Noah Meyerhans
Import upstream version 3.8.1p1
103
104
/* Define if you don't want to use your system's login() call */
105
#undef DISABLE_LOGIN
106
107
/* Define if you don't want to use pututline() etc. to write [uw]tmp */
108
#undef DISABLE_PUTUTLINE
109
110
/* Define if you don't want to use pututxline() etc. to write [uw]tmpx */
111
#undef DISABLE_PUTUTXLINE
112
1.6.1 by Colin Watson
Import upstream version 4.3p2
113
/* Define if you want to disable shadow passwords */
114
#undef DISABLE_SHADOW
1 by Noah Meyerhans
Import upstream version 3.8.1p1
115
116
/* Define if you don't want to use utmp */
117
#undef DISABLE_UTMP
118
119
/* Define if you don't want to use utmpx */
120
#undef DISABLE_UTMPX
121
122
/* Define if you don't want to use wtmp */
123
#undef DISABLE_WTMP
124
125
/* Define if you don't want to use wtmpx */
126
#undef DISABLE_WTMPX
127
1.6.1 by Colin Watson
Import upstream version 4.3p2
128
/* Builtin PRNG command timeout */
129
#undef ENTROPY_TIMEOUT_MSEC
130
1.13.5 by Colin Watson
Import upstream version 5.3p1
131
/* fsid_t has member val */
1.13.3 by Colin Watson
Import upstream version 5.1p1
132
#undef FSID_HAS_VAL
133
1.13.5 by Colin Watson
Import upstream version 5.3p1
134
/* fsid_t has member __val */
135
#undef FSID_HAS___VAL
136
1.6.1 by Colin Watson
Import upstream version 4.3p2
137
/* Define to 1 if the `getpgrp' function requires zero arguments. */
138
#undef GETPGRP_VOID
139
140
/* Conflicting defs for getspnam */
141
#undef GETSPNAM_CONFLICTING_DEFS
1 by Noah Meyerhans
Import upstream version 3.8.1p1
142
143
/* Define if your system glob() function has the GLOB_ALTDIRFUNC extension */
144
#undef GLOB_HAS_ALTDIRFUNC
145
146
/* Define if your system glob() function has gl_matchc options in glob_t */
147
#undef GLOB_HAS_GL_MATCHC
148
1.6.1 by Colin Watson
Import upstream version 4.3p2
149
/* Define this if you want GSSAPI support in the version 2 protocol */
150
#undef GSSAPI
151
152
/* Define if you want to use shadow password expire field */
153
#undef HAS_SHADOW_EXPIRE
154
155
/* Define if your system uses access rights style file descriptor passing */
156
#undef HAVE_ACCRIGHTS_IN_MSGHDR
157
158
/* Define if you have ut_addr in utmp.h */
159
#undef HAVE_ADDR_IN_UTMP
160
161
/* Define if you have ut_addr in utmpx.h */
162
#undef HAVE_ADDR_IN_UTMPX
163
164
/* Define if you have ut_addr_v6 in utmp.h */
165
#undef HAVE_ADDR_V6_IN_UTMP
166
167
/* Define if you have ut_addr_v6 in utmpx.h */
168
#undef HAVE_ADDR_V6_IN_UTMPX
1.1.2 by Colin Watson
Import upstream version 4.1p1
169
1.1.1 by Colin Watson
Import upstream version 3.9p1
170
/* Define to 1 if you have the `arc4random' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
171
#undef HAVE_ARC4RANDOM
172
1.13.3 by Colin Watson
Import upstream version 5.1p1
173
/* Define to 1 if you have the `arc4random_buf' function. */
174
#undef HAVE_ARC4RANDOM_BUF
175
176
/* Define to 1 if you have the `arc4random_uniform' function. */
177
#undef HAVE_ARC4RANDOM_UNIFORM
178
1.6.1 by Colin Watson
Import upstream version 4.3p2
179
/* Define to 1 if you have the `asprintf' function. */
180
#undef HAVE_ASPRINTF
181
182
/* OpenBSD's gcc has bounded */
183
#undef HAVE_ATTRIBUTE__BOUNDED__
184
1.13.2 by Colin Watson
Import upstream version 4.7p1
185
/* Have attribute nonnull */
186
#undef HAVE_ATTRIBUTE__NONNULL__
187
1.1.3 by Colin Watson
Import upstream version 4.2p1
188
/* OpenBSD's gcc has sentinel */
189
#undef HAVE_ATTRIBUTE__SENTINEL__
190
1.13.3 by Colin Watson
Import upstream version 5.1p1
191
/* Define to 1 if you have the `aug_get_machine' function. */
192
#undef HAVE_AUG_GET_MACHINE
193
1.1.1 by Colin Watson
Import upstream version 3.9p1
194
/* Define to 1 if you have the `b64_ntop' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
195
#undef HAVE_B64_NTOP
196
1.1.1 by Colin Watson
Import upstream version 3.9p1
197
/* Define to 1 if you have the `b64_pton' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
198
#undef HAVE_B64_PTON
199
1.6.1 by Colin Watson
Import upstream version 4.3p2
200
/* Define if you have the basename function. */
201
#undef HAVE_BASENAME
202
1.1.1 by Colin Watson
Import upstream version 3.9p1
203
/* Define to 1 if you have the `bcopy' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
204
#undef HAVE_BCOPY
205
1.1.1 by Colin Watson
Import upstream version 3.9p1
206
/* Define to 1 if you have the `bindresvport_sa' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
207
#undef HAVE_BINDRESVPORT_SA
208
1.1.2 by Colin Watson
Import upstream version 4.1p1
209
/* Define to 1 if you have the <bsm/audit.h> header file. */
210
#undef HAVE_BSM_AUDIT_H
211
1.1.1 by Colin Watson
Import upstream version 3.9p1
212
/* Define to 1 if you have the <bstring.h> header file. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
213
#undef HAVE_BSTRING_H
214
1.1.1 by Colin Watson
Import upstream version 3.9p1
215
/* Define to 1 if you have the `clock' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
216
#undef HAVE_CLOCK
217
1.6.1 by Colin Watson
Import upstream version 4.3p2
218
/* define if you have clock_t data type */
219
#undef HAVE_CLOCK_T
220
1.1.1 by Colin Watson
Import upstream version 3.9p1
221
/* Define to 1 if you have the `closefrom' function. */
222
#undef HAVE_CLOSEFROM
223
1 by Noah Meyerhans
Import upstream version 3.8.1p1
224
/* Define if gai_strerror() returns const char * */
225
#undef HAVE_CONST_GAI_STRERROR_PROTO
226
1.6.1 by Colin Watson
Import upstream version 4.3p2
227
/* Define if your system uses ancillary data style file descriptor passing */
228
#undef HAVE_CONTROL_IN_MSGHDR
229
1.13.1 by Colin Watson
Import upstream version 4.6p1
230
/* Define to 1 if you have the <crypto/sha2.h> header file. */
231
#undef HAVE_CRYPTO_SHA2_H
232
1.1.1 by Colin Watson
Import upstream version 3.9p1
233
/* Define to 1 if you have the <crypt.h> header file. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
234
#undef HAVE_CRYPT_H
235
1.6.1 by Colin Watson
Import upstream version 4.3p2
236
/* Define if you are on Cygwin */
237
#undef HAVE_CYGWIN
238
239
/* Define if your libraries define daemon() */
240
#undef HAVE_DAEMON
241
1.1.2 by Colin Watson
Import upstream version 4.1p1
242
/* Define to 1 if you have the declaration of `authenticate', and to 0 if you
243
   don't. */
244
#undef HAVE_DECL_AUTHENTICATE
245
1.13.1 by Colin Watson
Import upstream version 4.6p1
246
/* Define to 1 if you have the declaration of `GLOB_NOMATCH', and to 0 if you
247
   don't. */
248
#undef HAVE_DECL_GLOB_NOMATCH
249
1.1.1 by Colin Watson
Import upstream version 3.9p1
250
/* Define to 1 if you have the declaration of `h_errno', and to 0 if you
251
   don't. */
252
#undef HAVE_DECL_H_ERRNO
253
1.1.2 by Colin Watson
Import upstream version 4.1p1
254
/* Define to 1 if you have the declaration of `loginfailed', and to 0 if you
255
   don't. */
256
#undef HAVE_DECL_LOGINFAILED
257
258
/* Define to 1 if you have the declaration of `loginrestrictions', and to 0 if
259
   you don't. */
260
#undef HAVE_DECL_LOGINRESTRICTIONS
261
262
/* Define to 1 if you have the declaration of `loginsuccess', and to 0 if you
263
   don't. */
264
#undef HAVE_DECL_LOGINSUCCESS
265
1.13.2 by Colin Watson
Import upstream version 4.7p1
266
/* Define to 1 if you have the declaration of `MAXSYMLINKS', and to 0 if you
267
   don't. */
268
#undef HAVE_DECL_MAXSYMLINKS
269
270
/* Define to 1 if you have the declaration of `offsetof', and to 0 if you
271
   don't. */
272
#undef HAVE_DECL_OFFSETOF
273
1.13.1 by Colin Watson
Import upstream version 4.6p1
274
/* Define to 1 if you have the declaration of `O_NONBLOCK', and to 0 if you
275
   don't. */
276
#undef HAVE_DECL_O_NONBLOCK
277
1.1.2 by Colin Watson
Import upstream version 4.1p1
278
/* Define to 1 if you have the declaration of `passwdexpired', and to 0 if you
279
   don't. */
280
#undef HAVE_DECL_PASSWDEXPIRED
281
282
/* Define to 1 if you have the declaration of `setauthdb', and to 0 if you
283
   don't. */
284
#undef HAVE_DECL_SETAUTHDB
285
1.13.1 by Colin Watson
Import upstream version 4.6p1
286
/* Define to 1 if you have the declaration of `SHUT_RD', and to 0 if you
287
   don't. */
288
#undef HAVE_DECL_SHUT_RD
289
290
/* Define to 1 if you have the declaration of `writev', and to 0 if you don't.
291
   */
292
#undef HAVE_DECL_WRITEV
293
1.1.3 by Colin Watson
Import upstream version 4.2p1
294
/* Define to 1 if you have the declaration of `_getlong', and to 0 if you
295
   don't. */
296
#undef HAVE_DECL__GETLONG
297
298
/* Define to 1 if you have the declaration of `_getshort', and to 0 if you
299
   don't. */
300
#undef HAVE_DECL__GETSHORT
301
1.6.1 by Colin Watson
Import upstream version 4.3p2
302
/* Define if you have /dev/ptmx */
303
#undef HAVE_DEV_PTMX
304
305
/* Define if you have /dev/ptc */
306
#undef HAVE_DEV_PTS_AND_PTC
307
1.1.1 by Colin Watson
Import upstream version 3.9p1
308
/* Define to 1 if you have the <dirent.h> header file. */
309
#undef HAVE_DIRENT_H
310
311
/* Define to 1 if you have the `dirfd' function. */
312
#undef HAVE_DIRFD
313
314
/* Define to 1 if you have the `dirname' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
315
#undef HAVE_DIRNAME
316
1.1.1 by Colin Watson
Import upstream version 3.9p1
317
/* Define to 1 if you have the <endian.h> header file. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
318
#undef HAVE_ENDIAN_H
319
1.1.1 by Colin Watson
Import upstream version 3.9p1
320
/* Define to 1 if you have the `endutent' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
321
#undef HAVE_ENDUTENT
322
1.1.1 by Colin Watson
Import upstream version 3.9p1
323
/* Define to 1 if you have the `endutxent' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
324
#undef HAVE_ENDUTXENT
325
1.6.1 by Colin Watson
Import upstream version 4.3p2
326
/* Define if your system has /etc/default/login */
327
#undef HAVE_ETC_DEFAULT_LOGIN
328
1.13.1 by Colin Watson
Import upstream version 4.6p1
329
/* Define to 1 if you have the `EVP_sha256' function. */
330
#undef HAVE_EVP_SHA256
331
1.6.1 by Colin Watson
Import upstream version 4.3p2
332
/* Define if you have ut_exit in utmp.h */
333
#undef HAVE_EXIT_IN_UTMP
334
1.1.1 by Colin Watson
Import upstream version 3.9p1
335
/* Define to 1 if you have the `fchmod' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
336
#undef HAVE_FCHMOD
337
1.1.1 by Colin Watson
Import upstream version 3.9p1
338
/* Define to 1 if you have the `fchown' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
339
#undef HAVE_FCHOWN
340
1.13.1 by Colin Watson
Import upstream version 4.6p1
341
/* Use F_CLOSEM fcntl for closefrom */
342
#undef HAVE_FCNTL_CLOSEM
343
344
/* Define to 1 if you have the <fcntl.h> header file. */
345
#undef HAVE_FCNTL_H
346
1.1.1 by Colin Watson
Import upstream version 3.9p1
347
/* Define to 1 if you have the <features.h> header file. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
348
#undef HAVE_FEATURES_H
349
1.1.1 by Colin Watson
Import upstream version 3.9p1
350
/* Define to 1 if you have the <floatingpoint.h> header file. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
351
#undef HAVE_FLOATINGPOINT_H
352
1.13.3 by Colin Watson
Import upstream version 5.1p1
353
/* Define to 1 if you have the `fmt_scaled' function. */
354
#undef HAVE_FMT_SCALED
355
1.1.1 by Colin Watson
Import upstream version 3.9p1
356
/* Define to 1 if you have the `freeaddrinfo' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
357
#undef HAVE_FREEADDRINFO
358
1.13.3 by Colin Watson
Import upstream version 5.1p1
359
/* Define to 1 if the system has the type `fsblkcnt_t'. */
360
#undef HAVE_FSBLKCNT_T
361
362
/* Define to 1 if the system has the type `fsfilcnt_t'. */
363
#undef HAVE_FSFILCNT_T
364
365
/* Define to 1 if you have the `fstatvfs' function. */
366
#undef HAVE_FSTATVFS
367
1.1.1 by Colin Watson
Import upstream version 3.9p1
368
/* Define to 1 if you have the `futimes' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
369
#undef HAVE_FUTIMES
370
1.1.1 by Colin Watson
Import upstream version 3.9p1
371
/* Define to 1 if you have the `gai_strerror' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
372
#undef HAVE_GAI_STRERROR
373
1.1.1 by Colin Watson
Import upstream version 3.9p1
374
/* Define to 1 if you have the `getaddrinfo' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
375
#undef HAVE_GETADDRINFO
376
1.1.2 by Colin Watson
Import upstream version 4.1p1
377
/* Define to 1 if you have the `getaudit' function. */
378
#undef HAVE_GETAUDIT
379
380
/* Define to 1 if you have the `getaudit_addr' function. */
381
#undef HAVE_GETAUDIT_ADDR
382
1.1.1 by Colin Watson
Import upstream version 3.9p1
383
/* Define to 1 if you have the `getcwd' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
384
#undef HAVE_GETCWD
385
1.1.1 by Colin Watson
Import upstream version 3.9p1
386
/* Define to 1 if you have the `getgrouplist' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
387
#undef HAVE_GETGROUPLIST
388
1.13.3 by Colin Watson
Import upstream version 5.1p1
389
/* Define to 1 if you have the `getgrset' function. */
390
#undef HAVE_GETGRSET
391
1.13.4 by Colin Watson
Import upstream version 5.2p1
392
/* Define to 1 if you have the `getlastlogxbyname' function. */
393
#undef HAVE_GETLASTLOGXBYNAME
394
1.1.1 by Colin Watson
Import upstream version 3.9p1
395
/* Define to 1 if you have the `getluid' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
396
#undef HAVE_GETLUID
397
1.1.1 by Colin Watson
Import upstream version 3.9p1
398
/* Define to 1 if you have the `getnameinfo' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
399
#undef HAVE_GETNAMEINFO
400
1.1.1 by Colin Watson
Import upstream version 3.9p1
401
/* Define to 1 if you have the `getopt' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
402
#undef HAVE_GETOPT
403
1.1.1 by Colin Watson
Import upstream version 3.9p1
404
/* Define to 1 if you have the <getopt.h> header file. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
405
#undef HAVE_GETOPT_H
406
1.6.1 by Colin Watson
Import upstream version 4.3p2
407
/* Define if your getopt(3) defines and uses optreset */
408
#undef HAVE_GETOPT_OPTRESET
409
410
/* Define if your libraries define getpagesize() */
411
#undef HAVE_GETPAGESIZE
412
1.1.1 by Colin Watson
Import upstream version 3.9p1
413
/* Define to 1 if you have the `getpeereid' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
414
#undef HAVE_GETPEEREID
415
1.13.2 by Colin Watson
Import upstream version 4.7p1
416
/* Define to 1 if you have the `getpeerucred' function. */
417
#undef HAVE_GETPEERUCRED
418
1.1.1 by Colin Watson
Import upstream version 3.9p1
419
/* Define to 1 if you have the `getpwanam' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
420
#undef HAVE_GETPWANAM
421
1.1.1 by Colin Watson
Import upstream version 3.9p1
422
/* Define to 1 if you have the `getrlimit' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
423
#undef HAVE_GETRLIMIT
424
1.6.1 by Colin Watson
Import upstream version 4.3p2
425
/* Define if getrrsetbyname() exists */
426
#undef HAVE_GETRRSETBYNAME
427
1.1.1 by Colin Watson
Import upstream version 3.9p1
428
/* Define to 1 if you have the `getrusage' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
429
#undef HAVE_GETRUSAGE
430
1.13.1 by Colin Watson
Import upstream version 4.6p1
431
/* Define to 1 if you have the `getseuserbyname' function. */
432
#undef HAVE_GETSEUSERBYNAME
433
1.1.1 by Colin Watson
Import upstream version 3.9p1
434
/* Define to 1 if you have the `gettimeofday' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
435
#undef HAVE_GETTIMEOFDAY
436
1.1.1 by Colin Watson
Import upstream version 3.9p1
437
/* Define to 1 if you have the `getttyent' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
438
#undef HAVE_GETTTYENT
439
1.1.1 by Colin Watson
Import upstream version 3.9p1
440
/* Define to 1 if you have the `getutent' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
441
#undef HAVE_GETUTENT
442
1.1.1 by Colin Watson
Import upstream version 3.9p1
443
/* Define to 1 if you have the `getutid' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
444
#undef HAVE_GETUTID
445
1.1.1 by Colin Watson
Import upstream version 3.9p1
446
/* Define to 1 if you have the `getutline' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
447
#undef HAVE_GETUTLINE
448
1.1.1 by Colin Watson
Import upstream version 3.9p1
449
/* Define to 1 if you have the `getutxent' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
450
#undef HAVE_GETUTXENT
451
1.1.1 by Colin Watson
Import upstream version 3.9p1
452
/* Define to 1 if you have the `getutxid' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
453
#undef HAVE_GETUTXID
454
1.1.1 by Colin Watson
Import upstream version 3.9p1
455
/* Define to 1 if you have the `getutxline' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
456
#undef HAVE_GETUTXLINE
457
1.13.1 by Colin Watson
Import upstream version 4.6p1
458
/* Define to 1 if you have the `get_default_context_with_level' function. */
459
#undef HAVE_GET_DEFAULT_CONTEXT_WITH_LEVEL
460
1.1.1 by Colin Watson
Import upstream version 3.9p1
461
/* Define to 1 if you have the `glob' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
462
#undef HAVE_GLOB
463
1.1.1 by Colin Watson
Import upstream version 3.9p1
464
/* Define to 1 if you have the <glob.h> header file. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
465
#undef HAVE_GLOB_H
466
1.1.1 by Colin Watson
Import upstream version 3.9p1
467
/* Define to 1 if you have the <gssapi_generic.h> header file. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
468
#undef HAVE_GSSAPI_GENERIC_H
469
1.1.1 by Colin Watson
Import upstream version 3.9p1
470
/* Define to 1 if you have the <gssapi/gssapi_generic.h> header file. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
471
#undef HAVE_GSSAPI_GSSAPI_GENERIC_H
472
1.1.1 by Colin Watson
Import upstream version 3.9p1
473
/* Define to 1 if you have the <gssapi/gssapi.h> header file. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
474
#undef HAVE_GSSAPI_GSSAPI_H
475
1.1.1 by Colin Watson
Import upstream version 3.9p1
476
/* Define to 1 if you have the <gssapi/gssapi_krb5.h> header file. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
477
#undef HAVE_GSSAPI_GSSAPI_KRB5_H
478
1.1.1 by Colin Watson
Import upstream version 3.9p1
479
/* Define to 1 if you have the <gssapi.h> header file. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
480
#undef HAVE_GSSAPI_H
481
1.1.1 by Colin Watson
Import upstream version 3.9p1
482
/* Define to 1 if you have the <gssapi_krb5.h> header file. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
483
#undef HAVE_GSSAPI_KRB5_H
484
1.6.1 by Colin Watson
Import upstream version 4.3p2
485
/* Define if HEADER.ad exists in arpa/nameser.h */
486
#undef HAVE_HEADER_AD
487
488
/* Define if you have ut_host in utmp.h */
489
#undef HAVE_HOST_IN_UTMP
490
491
/* Define if you have ut_host in utmpx.h */
492
#undef HAVE_HOST_IN_UTMPX
493
1.1.3 by Colin Watson
Import upstream version 4.2p1
494
/* Define to 1 if you have the <iaf.h> header file. */
495
#undef HAVE_IAF_H
496
1.1.1 by Colin Watson
Import upstream version 3.9p1
497
/* Define to 1 if you have the <ia.h> header file. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
498
#undef HAVE_IA_H
499
1.6.1 by Colin Watson
Import upstream version 4.3p2
500
/* Define if you have ut_id in utmp.h */
501
#undef HAVE_ID_IN_UTMP
502
503
/* Define if you have ut_id in utmpx.h */
504
#undef HAVE_ID_IN_UTMPX
505
1.1.1 by Colin Watson
Import upstream version 3.9p1
506
/* Define to 1 if you have the `inet_aton' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
507
#undef HAVE_INET_ATON
508
1.1.1 by Colin Watson
Import upstream version 3.9p1
509
/* Define to 1 if you have the `inet_ntoa' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
510
#undef HAVE_INET_NTOA
511
1.1.1 by Colin Watson
Import upstream version 3.9p1
512
/* Define to 1 if you have the `inet_ntop' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
513
#undef HAVE_INET_NTOP
514
1.1.1 by Colin Watson
Import upstream version 3.9p1
515
/* Define to 1 if you have the `innetgr' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
516
#undef HAVE_INNETGR
517
1.6.1 by Colin Watson
Import upstream version 4.3p2
518
/* define if you have int64_t data type */
519
#undef HAVE_INT64_T
520
1.1.1 by Colin Watson
Import upstream version 3.9p1
521
/* Define to 1 if you have the <inttypes.h> header file. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
522
#undef HAVE_INTTYPES_H
523
1.6.1 by Colin Watson
Import upstream version 4.3p2
524
/* define if you have intxx_t data type */
525
#undef HAVE_INTXX_T
526
1.1.2 by Colin Watson
Import upstream version 4.1p1
527
/* Define to 1 if the system has the type `in_addr_t'. */
528
#undef HAVE_IN_ADDR_T
529
1.13.5 by Colin Watson
Import upstream version 5.3p1
530
/* Define to 1 if the system has the type `in_port_t'. */
531
#undef HAVE_IN_PORT_T
532
1.1.1 by Colin Watson
Import upstream version 3.9p1
533
/* Define to 1 if you have the <lastlog.h> header file. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
534
#undef HAVE_LASTLOG_H
535
1.1.2 by Colin Watson
Import upstream version 4.1p1
536
/* Define to 1 if you have the `bsm' library (-lbsm). */
537
#undef HAVE_LIBBSM
538
1.1.1 by Colin Watson
Import upstream version 3.9p1
539
/* Define to 1 if you have the `crypt' library (-lcrypt). */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
540
#undef HAVE_LIBCRYPT
541
1.1.1 by Colin Watson
Import upstream version 3.9p1
542
/* Define to 1 if you have the `dl' library (-ldl). */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
543
#undef HAVE_LIBDL
544
1.1.1 by Colin Watson
Import upstream version 3.9p1
545
/* Define to 1 if you have the <libgen.h> header file. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
546
#undef HAVE_LIBGEN_H
547
1.13.3 by Colin Watson
Import upstream version 5.1p1
548
/* Define if system has libiaf that supports set_id */
549
#undef HAVE_LIBIAF
550
1.1.1 by Colin Watson
Import upstream version 3.9p1
551
/* Define to 1 if you have the `nsl' library (-lnsl). */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
552
#undef HAVE_LIBNSL
553
1.1.1 by Colin Watson
Import upstream version 3.9p1
554
/* Define to 1 if you have the `pam' library (-lpam). */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
555
#undef HAVE_LIBPAM
556
1.1.1 by Colin Watson
Import upstream version 3.9p1
557
/* Define to 1 if you have the `sectok' library (-lsectok). */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
558
#undef HAVE_LIBSECTOK
559
1.1.1 by Colin Watson
Import upstream version 3.9p1
560
/* Define to 1 if you have the `socket' library (-lsocket). */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
561
#undef HAVE_LIBSOCKET
562
1.1.1 by Colin Watson
Import upstream version 3.9p1
563
/* Define to 1 if you have the <libutil.h> header file. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
564
#undef HAVE_LIBUTIL_H
565
1.1.1 by Colin Watson
Import upstream version 3.9p1
566
/* Define to 1 if you have the `xnet' library (-lxnet). */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
567
#undef HAVE_LIBXNET
568
1.1.1 by Colin Watson
Import upstream version 3.9p1
569
/* Define to 1 if you have the `z' library (-lz). */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
570
#undef HAVE_LIBZ
571
1.1.1 by Colin Watson
Import upstream version 3.9p1
572
/* Define to 1 if you have the <limits.h> header file. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
573
#undef HAVE_LIMITS_H
574
1.6.1 by Colin Watson
Import upstream version 4.3p2
575
/* Define to 1 if you have the <linux/if_tun.h> header file. */
576
#undef HAVE_LINUX_IF_TUN_H
577
578
/* Define if your libraries define login() */
579
#undef HAVE_LOGIN
580
1.1.1 by Colin Watson
Import upstream version 3.9p1
581
/* Define to 1 if you have the <login_cap.h> header file. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
582
#undef HAVE_LOGIN_CAP_H
583
1.1.1 by Colin Watson
Import upstream version 3.9p1
584
/* Define to 1 if you have the `login_getcapbool' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
585
#undef HAVE_LOGIN_GETCAPBOOL
586
1.1.1 by Colin Watson
Import upstream version 3.9p1
587
/* Define to 1 if you have the <login.h> header file. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
588
#undef HAVE_LOGIN_H
589
1.1.1 by Colin Watson
Import upstream version 3.9p1
590
/* Define to 1 if you have the `logout' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
591
#undef HAVE_LOGOUT
592
1.1.1 by Colin Watson
Import upstream version 3.9p1
593
/* Define to 1 if you have the `logwtmp' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
594
#undef HAVE_LOGWTMP
595
1.6.1 by Colin Watson
Import upstream version 4.3p2
596
/* Define to 1 if the system has the type `long double'. */
597
#undef HAVE_LONG_DOUBLE
598
599
/* Define to 1 if the system has the type `long long'. */
600
#undef HAVE_LONG_LONG
601
1.1.1 by Colin Watson
Import upstream version 3.9p1
602
/* Define to 1 if you have the <maillock.h> header file. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
603
#undef HAVE_MAILLOCK_H
604
1.1.1 by Colin Watson
Import upstream version 3.9p1
605
/* Define to 1 if you have the `md5_crypt' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
606
#undef HAVE_MD5_CRYPT
607
1.6.1 by Colin Watson
Import upstream version 4.3p2
608
/* Define if you want to allow MD5 passwords */
609
#undef HAVE_MD5_PASSWORDS
610
1.1.1 by Colin Watson
Import upstream version 3.9p1
611
/* Define to 1 if you have the `memmove' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
612
#undef HAVE_MEMMOVE
613
1.1.1 by Colin Watson
Import upstream version 3.9p1
614
/* Define to 1 if you have the <memory.h> header file. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
615
#undef HAVE_MEMORY_H
616
1.1.1 by Colin Watson
Import upstream version 3.9p1
617
/* Define to 1 if you have the `mkdtemp' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
618
#undef HAVE_MKDTEMP
619
1.1.1 by Colin Watson
Import upstream version 3.9p1
620
/* Define to 1 if you have the `mmap' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
621
#undef HAVE_MMAP
622
1.6.1 by Colin Watson
Import upstream version 4.3p2
623
/* define if you have mode_t data type */
624
#undef HAVE_MODE_T
625
626
/* Some systems put nanosleep outside of libc */
627
#undef HAVE_NANOSLEEP
628
1.1.1 by Colin Watson
Import upstream version 3.9p1
629
/* Define to 1 if you have the <ndir.h> header file. */
630
#undef HAVE_NDIR_H
631
632
/* Define to 1 if you have the <netdb.h> header file. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
633
#undef HAVE_NETDB_H
634
1.1.1 by Colin Watson
Import upstream version 3.9p1
635
/* Define to 1 if you have the <netgroup.h> header file. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
636
#undef HAVE_NETGROUP_H
637
1.13.1 by Colin Watson
Import upstream version 4.6p1
638
/* Define to 1 if you have the <net/if_tun.h> header file. */
639
#undef HAVE_NET_IF_TUN_H
640
1.6.1 by Colin Watson
Import upstream version 4.3p2
641
/* Define if you are on NeXT */
642
#undef HAVE_NEXT
1.13.1 by Colin Watson
Import upstream version 4.6p1
643
1.1.1 by Colin Watson
Import upstream version 3.9p1
644
/* Define to 1 if you have the `ngetaddrinfo' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
645
#undef HAVE_NGETADDRINFO
646
1.1.1 by Colin Watson
Import upstream version 3.9p1
647
/* Define to 1 if you have the `nsleep' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
648
#undef HAVE_NSLEEP
649
1.1.1 by Colin Watson
Import upstream version 3.9p1
650
/* Define to 1 if you have the `ogetaddrinfo' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
651
#undef HAVE_OGETADDRINFO
652
1.6.1 by Colin Watson
Import upstream version 4.3p2
653
/* Define if you have an old version of PAM which takes only one argument to
654
   pam_strerror */
655
#undef HAVE_OLD_PAM
656
1.1.1 by Colin Watson
Import upstream version 3.9p1
657
/* Define to 1 if you have the `openlog_r' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
658
#undef HAVE_OPENLOG_R
659
1.1.1 by Colin Watson
Import upstream version 3.9p1
660
/* Define to 1 if you have the `openpty' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
661
#undef HAVE_OPENPTY
662
1.6.1 by Colin Watson
Import upstream version 4.3p2
663
/* Define if your ssl headers are included with #include <openssl/header.h> */
664
#undef HAVE_OPENSSL
665
666
/* Define if you have Digital Unix Security Integration Architecture */
667
#undef HAVE_OSF_SIA
668
1.1.1 by Colin Watson
Import upstream version 3.9p1
669
/* Define to 1 if you have the `pam_getenvlist' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
670
#undef HAVE_PAM_GETENVLIST
671
1.1.1 by Colin Watson
Import upstream version 3.9p1
672
/* Define to 1 if you have the <pam/pam_appl.h> header file. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
673
#undef HAVE_PAM_PAM_APPL_H
674
1.1.1 by Colin Watson
Import upstream version 3.9p1
675
/* Define to 1 if you have the `pam_putenv' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
676
#undef HAVE_PAM_PUTENV
677
1.1.1 by Colin Watson
Import upstream version 3.9p1
678
/* Define to 1 if you have the <paths.h> header file. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
679
#undef HAVE_PATHS_H
680
1.6.1 by Colin Watson
Import upstream version 4.3p2
681
/* Define if you have ut_pid in utmp.h */
682
#undef HAVE_PID_IN_UTMP
683
684
/* define if you have pid_t data type */
685
#undef HAVE_PID_T
686
1.13.2 by Colin Watson
Import upstream version 4.7p1
687
/* Define to 1 if you have the `poll' function. */
688
#undef HAVE_POLL
689
690
/* Define to 1 if you have the <poll.h> header file. */
691
#undef HAVE_POLL_H
692
1.1.1 by Colin Watson
Import upstream version 3.9p1
693
/* Define to 1 if you have the `prctl' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
694
#undef HAVE_PRCTL
695
1.6.1 by Colin Watson
Import upstream version 4.3p2
696
/* Define if you have /proc/$pid/fd */
697
#undef HAVE_PROC_PID
698
1.1.1 by Colin Watson
Import upstream version 3.9p1
699
/* Define to 1 if you have the `pstat' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
700
#undef HAVE_PSTAT
701
1.1.1 by Colin Watson
Import upstream version 3.9p1
702
/* Define to 1 if you have the <pty.h> header file. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
703
#undef HAVE_PTY_H
704
1.1.1 by Colin Watson
Import upstream version 3.9p1
705
/* Define to 1 if you have the `pututline' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
706
#undef HAVE_PUTUTLINE
707
1.1.1 by Colin Watson
Import upstream version 3.9p1
708
/* Define to 1 if you have the `pututxline' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
709
#undef HAVE_PUTUTXLINE
710
1.6.1 by Colin Watson
Import upstream version 4.3p2
711
/* Define if your password has a pw_change field */
712
#undef HAVE_PW_CHANGE_IN_PASSWD
713
714
/* Define if your password has a pw_class field */
715
#undef HAVE_PW_CLASS_IN_PASSWD
716
717
/* Define if your password has a pw_expire field */
718
#undef HAVE_PW_EXPIRE_IN_PASSWD
719
1.1.1 by Colin Watson
Import upstream version 3.9p1
720
/* Define to 1 if you have the `readpassphrase' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
721
#undef HAVE_READPASSPHRASE
722
1.1.1 by Colin Watson
Import upstream version 3.9p1
723
/* Define to 1 if you have the <readpassphrase.h> header file. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
724
#undef HAVE_READPASSPHRASE_H
725
1.1.1 by Colin Watson
Import upstream version 3.9p1
726
/* Define to 1 if you have the `realpath' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
727
#undef HAVE_REALPATH
728
1.1.1 by Colin Watson
Import upstream version 3.9p1
729
/* Define to 1 if you have the `recvmsg' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
730
#undef HAVE_RECVMSG
731
1.1.1 by Colin Watson
Import upstream version 3.9p1
732
/* Define to 1 if you have the <rpc/types.h> header file. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
733
#undef HAVE_RPC_TYPES_H
734
1.1.1 by Colin Watson
Import upstream version 3.9p1
735
/* Define to 1 if you have the `rresvport_af' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
736
#undef HAVE_RRESVPORT_AF
737
1.6.1 by Colin Watson
Import upstream version 4.3p2
738
/* define if you have sa_family_t data type */
739
#undef HAVE_SA_FAMILY_T
740
1.1.1 by Colin Watson
Import upstream version 3.9p1
741
/* Define to 1 if you have the <sectok.h> header file. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
742
#undef HAVE_SECTOK_H
743
1.6.1 by Colin Watson
Import upstream version 4.3p2
744
/* Define if you have SecureWare-based protected password database */
745
#undef HAVE_SECUREWARE
746
1.1.1 by Colin Watson
Import upstream version 3.9p1
747
/* Define to 1 if you have the <security/pam_appl.h> header file. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
748
#undef HAVE_SECURITY_PAM_APPL_H
749
1.1.1 by Colin Watson
Import upstream version 3.9p1
750
/* Define to 1 if you have the `sendmsg' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
751
#undef HAVE_SENDMSG
752
1.1.1 by Colin Watson
Import upstream version 3.9p1
753
/* Define to 1 if you have the `setauthdb' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
754
#undef HAVE_SETAUTHDB
755
1.1.1 by Colin Watson
Import upstream version 3.9p1
756
/* Define to 1 if you have the `setdtablesize' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
757
#undef HAVE_SETDTABLESIZE
758
1.1.1 by Colin Watson
Import upstream version 3.9p1
759
/* Define to 1 if you have the `setegid' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
760
#undef HAVE_SETEGID
761
1.1.1 by Colin Watson
Import upstream version 3.9p1
762
/* Define to 1 if you have the `setenv' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
763
#undef HAVE_SETENV
764
1.1.1 by Colin Watson
Import upstream version 3.9p1
765
/* Define to 1 if you have the `seteuid' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
766
#undef HAVE_SETEUID
767
1.1.1 by Colin Watson
Import upstream version 3.9p1
768
/* Define to 1 if you have the `setgroups' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
769
#undef HAVE_SETGROUPS
770
1.1.1 by Colin Watson
Import upstream version 3.9p1
771
/* Define to 1 if you have the `setlogin' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
772
#undef HAVE_SETLOGIN
773
1.1.1 by Colin Watson
Import upstream version 3.9p1
774
/* Define to 1 if you have the `setluid' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
775
#undef HAVE_SETLUID
776
1.1.1 by Colin Watson
Import upstream version 3.9p1
777
/* Define to 1 if you have the `setpcred' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
778
#undef HAVE_SETPCRED
779
1.1.1 by Colin Watson
Import upstream version 3.9p1
780
/* Define to 1 if you have the `setproctitle' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
781
#undef HAVE_SETPROCTITLE
782
1.1.1 by Colin Watson
Import upstream version 3.9p1
783
/* Define to 1 if you have the `setregid' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
784
#undef HAVE_SETREGID
785
1.1.1 by Colin Watson
Import upstream version 3.9p1
786
/* Define to 1 if you have the `setresgid' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
787
#undef HAVE_SETRESGID
788
1.1.1 by Colin Watson
Import upstream version 3.9p1
789
/* Define to 1 if you have the `setresuid' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
790
#undef HAVE_SETRESUID
791
1.1.1 by Colin Watson
Import upstream version 3.9p1
792
/* Define to 1 if you have the `setreuid' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
793
#undef HAVE_SETREUID
794
1.1.1 by Colin Watson
Import upstream version 3.9p1
795
/* Define to 1 if you have the `setrlimit' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
796
#undef HAVE_SETRLIMIT
797
1.1.1 by Colin Watson
Import upstream version 3.9p1
798
/* Define to 1 if you have the `setsid' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
799
#undef HAVE_SETSID
800
1.1.1 by Colin Watson
Import upstream version 3.9p1
801
/* Define to 1 if you have the `setutent' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
802
#undef HAVE_SETUTENT
803
1.1.1 by Colin Watson
Import upstream version 3.9p1
804
/* Define to 1 if you have the `setutxent' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
805
#undef HAVE_SETUTXENT
806
1.1.1 by Colin Watson
Import upstream version 3.9p1
807
/* Define to 1 if you have the `setvbuf' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
808
#undef HAVE_SETVBUF
809
1.13.2 by Colin Watson
Import upstream version 4.7p1
810
/* Define to 1 if you have the `set_id' function. */
811
#undef HAVE_SET_ID
812
1.13.1 by Colin Watson
Import upstream version 4.6p1
813
/* Define to 1 if you have the `SHA256_Update' function. */
814
#undef HAVE_SHA256_UPDATE
815
816
/* Define to 1 if you have the <sha2.h> header file. */
817
#undef HAVE_SHA2_H
818
1.1.1 by Colin Watson
Import upstream version 3.9p1
819
/* Define to 1 if you have the <shadow.h> header file. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
820
#undef HAVE_SHADOW_H
821
1.1.1 by Colin Watson
Import upstream version 3.9p1
822
/* Define to 1 if you have the `sigaction' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
823
#undef HAVE_SIGACTION
824
1.1.1 by Colin Watson
Import upstream version 3.9p1
825
/* Define to 1 if you have the `sigvec' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
826
#undef HAVE_SIGVEC
827
1.1.1 by Colin Watson
Import upstream version 3.9p1
828
/* Define to 1 if the system has the type `sig_atomic_t'. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
829
#undef HAVE_SIG_ATOMIC_T
830
1.6.1 by Colin Watson
Import upstream version 4.3p2
831
/* define if you have size_t data type */
832
#undef HAVE_SIZE_T
833
1.1.1 by Colin Watson
Import upstream version 3.9p1
834
/* Define to 1 if you have the `snprintf' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
835
#undef HAVE_SNPRINTF
836
1.1.1 by Colin Watson
Import upstream version 3.9p1
837
/* Define to 1 if you have the `socketpair' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
838
#undef HAVE_SOCKETPAIR
839
1.1.2 by Colin Watson
Import upstream version 4.1p1
840
/* Have PEERCRED socket option */
841
#undef HAVE_SO_PEERCRED
842
1.6.1 by Colin Watson
Import upstream version 4.3p2
843
/* define if you have ssize_t data type */
844
#undef HAVE_SSIZE_T
845
846
/* Fields in struct sockaddr_storage */
847
#undef HAVE_SS_FAMILY_IN_SS
848
1.13.3 by Colin Watson
Import upstream version 5.1p1
849
/* Define to 1 if you have the `statfs' function. */
850
#undef HAVE_STATFS
851
852
/* Define to 1 if you have the `statvfs' function. */
853
#undef HAVE_STATVFS
854
1.1.1 by Colin Watson
Import upstream version 3.9p1
855
/* Define to 1 if you have the <stddef.h> header file. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
856
#undef HAVE_STDDEF_H
857
1.1.1 by Colin Watson
Import upstream version 3.9p1
858
/* Define to 1 if you have the <stdint.h> header file. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
859
#undef HAVE_STDINT_H
860
1.1.1 by Colin Watson
Import upstream version 3.9p1
861
/* Define to 1 if you have the <stdlib.h> header file. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
862
#undef HAVE_STDLIB_H
863
1.1.3 by Colin Watson
Import upstream version 4.2p1
864
/* Define to 1 if you have the `strdup' function. */
865
#undef HAVE_STRDUP
866
1.1.1 by Colin Watson
Import upstream version 3.9p1
867
/* Define to 1 if you have the `strerror' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
868
#undef HAVE_STRERROR
869
1.1.1 by Colin Watson
Import upstream version 3.9p1
870
/* Define to 1 if you have the `strftime' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
871
#undef HAVE_STRFTIME
872
1.6.1 by Colin Watson
Import upstream version 4.3p2
873
/* Silly mkstemp() */
874
#undef HAVE_STRICT_MKSTEMP
875
1.1.1 by Colin Watson
Import upstream version 3.9p1
876
/* Define to 1 if you have the <strings.h> header file. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
877
#undef HAVE_STRINGS_H
878
1.1.1 by Colin Watson
Import upstream version 3.9p1
879
/* Define to 1 if you have the <string.h> header file. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
880
#undef HAVE_STRING_H
881
1.1.1 by Colin Watson
Import upstream version 3.9p1
882
/* Define to 1 if you have the `strlcat' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
883
#undef HAVE_STRLCAT
884
1.1.1 by Colin Watson
Import upstream version 3.9p1
885
/* Define to 1 if you have the `strlcpy' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
886
#undef HAVE_STRLCPY
887
1.1.1 by Colin Watson
Import upstream version 3.9p1
888
/* Define to 1 if you have the `strmode' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
889
#undef HAVE_STRMODE
890
1.1.1 by Colin Watson
Import upstream version 3.9p1
891
/* Define to 1 if you have the `strnvis' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
892
#undef HAVE_STRNVIS
893
1.1.1 by Colin Watson
Import upstream version 3.9p1
894
/* Define to 1 if you have the `strsep' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
895
#undef HAVE_STRSEP
896
1.1.3 by Colin Watson
Import upstream version 4.2p1
897
/* Define to 1 if you have the `strtoll' function. */
898
#undef HAVE_STRTOLL
899
900
/* Define to 1 if you have the `strtonum' function. */
901
#undef HAVE_STRTONUM
902
1.1.1 by Colin Watson
Import upstream version 3.9p1
903
/* Define to 1 if you have the `strtoul' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
904
#undef HAVE_STRTOUL
905
1.6.1 by Colin Watson
Import upstream version 4.3p2
906
/* define if you have struct addrinfo data type */
907
#undef HAVE_STRUCT_ADDRINFO
908
909
/* define if you have struct in6_addr data type */
910
#undef HAVE_STRUCT_IN6_ADDR
911
912
/* define if you have struct sockaddr_in6 data type */
913
#undef HAVE_STRUCT_SOCKADDR_IN6
914
1.13.4 by Colin Watson
Import upstream version 5.2p1
915
/* Define to 1 if `sin6_scope_id' is member of `struct sockaddr_in6'. */
916
#undef HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID
917
1.6.1 by Colin Watson
Import upstream version 4.3p2
918
/* define if you have struct sockaddr_storage data type */
919
#undef HAVE_STRUCT_SOCKADDR_STORAGE
920
1.1.1 by Colin Watson
Import upstream version 3.9p1
921
/* Define to 1 if `st_blksize' is member of `struct stat'. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
922
#undef HAVE_STRUCT_STAT_ST_BLKSIZE
923
1.1.1 by Colin Watson
Import upstream version 3.9p1
924
/* Define to 1 if the system has the type `struct timespec'. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
925
#undef HAVE_STRUCT_TIMESPEC
926
1.6.1 by Colin Watson
Import upstream version 4.3p2
927
/* define if you have struct timeval */
928
#undef HAVE_STRUCT_TIMEVAL
929
1.13.2 by Colin Watson
Import upstream version 4.7p1
930
/* Define to 1 if you have the `swap32' function. */
931
#undef HAVE_SWAP32
932
1.1.1 by Colin Watson
Import upstream version 3.9p1
933
/* Define to 1 if you have the `sysconf' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
934
#undef HAVE_SYSCONF
935
1.6.1 by Colin Watson
Import upstream version 4.3p2
936
/* Define if you have syslen in utmpx.h */
937
#undef HAVE_SYSLEN_IN_UTMPX
938
1.1.1 by Colin Watson
Import upstream version 3.9p1
939
/* Define to 1 if you have the <sys/audit.h> header file. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
940
#undef HAVE_SYS_AUDIT_H
941
1.1.1 by Colin Watson
Import upstream version 3.9p1
942
/* Define to 1 if you have the <sys/bitypes.h> header file. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
943
#undef HAVE_SYS_BITYPES_H
944
1.1.1 by Colin Watson
Import upstream version 3.9p1
945
/* Define to 1 if you have the <sys/bsdtty.h> header file. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
946
#undef HAVE_SYS_BSDTTY_H
947
1.1.1 by Colin Watson
Import upstream version 3.9p1
948
/* Define to 1 if you have the <sys/cdefs.h> header file. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
949
#undef HAVE_SYS_CDEFS_H
950
1.1.1 by Colin Watson
Import upstream version 3.9p1
951
/* Define to 1 if you have the <sys/dir.h> header file. */
952
#undef HAVE_SYS_DIR_H
953
1.6.1 by Colin Watson
Import upstream version 4.3p2
954
/* Define if your system defines sys_errlist[] */
955
#undef HAVE_SYS_ERRLIST
956
1.1.1 by Colin Watson
Import upstream version 3.9p1
957
/* Define to 1 if you have the <sys/mman.h> header file. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
958
#undef HAVE_SYS_MMAN_H
959
1.13.3 by Colin Watson
Import upstream version 5.1p1
960
/* Define to 1 if you have the <sys/mount.h> header file. */
961
#undef HAVE_SYS_MOUNT_H
962
1.1.1 by Colin Watson
Import upstream version 3.9p1
963
/* Define to 1 if you have the <sys/ndir.h> header file. */
964
#undef HAVE_SYS_NDIR_H
965
1.6.1 by Colin Watson
Import upstream version 4.3p2
966
/* Define if your system defines sys_nerr */
967
#undef HAVE_SYS_NERR
968
1.13.3 by Colin Watson
Import upstream version 5.1p1
969
/* Define to 1 if you have the <sys/poll.h> header file. */
970
#undef HAVE_SYS_POLL_H
971
1.1.1 by Colin Watson
Import upstream version 3.9p1
972
/* Define to 1 if you have the <sys/prctl.h> header file. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
973
#undef HAVE_SYS_PRCTL_H
974
1.1.1 by Colin Watson
Import upstream version 3.9p1
975
/* Define to 1 if you have the <sys/pstat.h> header file. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
976
#undef HAVE_SYS_PSTAT_H
977
1.1.1 by Colin Watson
Import upstream version 3.9p1
978
/* Define to 1 if you have the <sys/ptms.h> header file. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
979
#undef HAVE_SYS_PTMS_H
980
1.1.1 by Colin Watson
Import upstream version 3.9p1
981
/* Define to 1 if you have the <sys/select.h> header file. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
982
#undef HAVE_SYS_SELECT_H
983
1.13.3 by Colin Watson
Import upstream version 5.1p1
984
/* Define to 1 if you have the <sys/statvfs.h> header file. */
985
#undef HAVE_SYS_STATVFS_H
986
1.1.1 by Colin Watson
Import upstream version 3.9p1
987
/* Define to 1 if you have the <sys/stat.h> header file. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
988
#undef HAVE_SYS_STAT_H
989
1.1.1 by Colin Watson
Import upstream version 3.9p1
990
/* Define to 1 if you have the <sys/stream.h> header file. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
991
#undef HAVE_SYS_STREAM_H
992
1.1.1 by Colin Watson
Import upstream version 3.9p1
993
/* Define to 1 if you have the <sys/stropts.h> header file. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
994
#undef HAVE_SYS_STROPTS_H
995
1.1.1 by Colin Watson
Import upstream version 3.9p1
996
/* Define to 1 if you have the <sys/strtio.h> header file. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
997
#undef HAVE_SYS_STRTIO_H
998
1.1.3 by Colin Watson
Import upstream version 4.2p1
999
/* Force use of sys/syslog.h on Ultrix */
1000
#undef HAVE_SYS_SYSLOG_H
1001
1.1.1 by Colin Watson
Import upstream version 3.9p1
1002
/* Define to 1 if you have the <sys/sysmacros.h> header file. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
1003
#undef HAVE_SYS_SYSMACROS_H
1004
1.1.1 by Colin Watson
Import upstream version 3.9p1
1005
/* Define to 1 if you have the <sys/timers.h> header file. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
1006
#undef HAVE_SYS_TIMERS_H
1007
1.1.1 by Colin Watson
Import upstream version 3.9p1
1008
/* Define to 1 if you have the <sys/time.h> header file. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
1009
#undef HAVE_SYS_TIME_H
1010
1.1.1 by Colin Watson
Import upstream version 3.9p1
1011
/* Define to 1 if you have the <sys/types.h> header file. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
1012
#undef HAVE_SYS_TYPES_H
1013
1.1.1 by Colin Watson
Import upstream version 3.9p1
1014
/* Define to 1 if you have the <sys/un.h> header file. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
1015
#undef HAVE_SYS_UN_H
1016
1.1.1 by Colin Watson
Import upstream version 3.9p1
1017
/* Define to 1 if you have the `tcgetpgrp' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
1018
#undef HAVE_TCGETPGRP
1019
1.1.1 by Colin Watson
Import upstream version 3.9p1
1020
/* Define to 1 if you have the `tcsendbreak' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
1021
#undef HAVE_TCSENDBREAK
1022
1.1.1 by Colin Watson
Import upstream version 3.9p1
1023
/* Define to 1 if you have the `time' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
1024
#undef HAVE_TIME
1025
1.1.1 by Colin Watson
Import upstream version 3.9p1
1026
/* Define to 1 if you have the <time.h> header file. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
1027
#undef HAVE_TIME_H
1028
1.6.1 by Colin Watson
Import upstream version 4.3p2
1029
/* Define if you have ut_time in utmp.h */
1030
#undef HAVE_TIME_IN_UTMP
1031
1032
/* Define if you have ut_time in utmpx.h */
1033
#undef HAVE_TIME_IN_UTMPX
1034
1.1.1 by Colin Watson
Import upstream version 3.9p1
1035
/* Define to 1 if you have the <tmpdir.h> header file. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
1036
#undef HAVE_TMPDIR_H
1037
1.1.1 by Colin Watson
Import upstream version 3.9p1
1038
/* Define to 1 if you have the `truncate' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
1039
#undef HAVE_TRUNCATE
1040
1.1.1 by Colin Watson
Import upstream version 3.9p1
1041
/* Define to 1 if you have the <ttyent.h> header file. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
1042
#undef HAVE_TTYENT_H
1043
1.6.1 by Colin Watson
Import upstream version 4.3p2
1044
/* Define if you have ut_tv in utmp.h */
1045
#undef HAVE_TV_IN_UTMP
1046
1047
/* Define if you have ut_tv in utmpx.h */
1048
#undef HAVE_TV_IN_UTMPX
1049
1050
/* Define if you have ut_type in utmp.h */
1051
#undef HAVE_TYPE_IN_UTMP
1052
1053
/* Define if you have ut_type in utmpx.h */
1054
#undef HAVE_TYPE_IN_UTMPX
1055
1.13.2 by Colin Watson
Import upstream version 4.7p1
1056
/* Define to 1 if you have the <ucred.h> header file. */
1057
#undef HAVE_UCRED_H
1058
1.6.1 by Colin Watson
Import upstream version 4.3p2
1059
/* define if you have uintxx_t data type */
1060
#undef HAVE_UINTXX_T
1061
1.1.1 by Colin Watson
Import upstream version 3.9p1
1062
/* Define to 1 if you have the <unistd.h> header file. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
1063
#undef HAVE_UNISTD_H
1064
1.1.1 by Colin Watson
Import upstream version 3.9p1
1065
/* Define to 1 if you have the `unsetenv' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
1066
#undef HAVE_UNSETENV
1067
1.6.1 by Colin Watson
Import upstream version 4.3p2
1068
/* Define to 1 if the system has the type `unsigned long long'. */
1069
#undef HAVE_UNSIGNED_LONG_LONG
1070
1.1.1 by Colin Watson
Import upstream version 3.9p1
1071
/* Define to 1 if you have the `updwtmp' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
1072
#undef HAVE_UPDWTMP
1073
1.1.1 by Colin Watson
Import upstream version 3.9p1
1074
/* Define to 1 if you have the `updwtmpx' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
1075
#undef HAVE_UPDWTMPX
1076
1.1.1 by Colin Watson
Import upstream version 3.9p1
1077
/* Define to 1 if you have the <usersec.h> header file. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
1078
#undef HAVE_USERSEC_H
1079
1.1.1 by Colin Watson
Import upstream version 3.9p1
1080
/* Define to 1 if you have the <util.h> header file. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
1081
#undef HAVE_UTIL_H
1082
1.1.1 by Colin Watson
Import upstream version 3.9p1
1083
/* Define to 1 if you have the `utimes' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
1084
#undef HAVE_UTIMES
1085
1.1.1 by Colin Watson
Import upstream version 3.9p1
1086
/* Define to 1 if you have the <utime.h> header file. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
1087
#undef HAVE_UTIME_H
1088
1.1.1 by Colin Watson
Import upstream version 3.9p1
1089
/* Define to 1 if you have the `utmpname' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
1090
#undef HAVE_UTMPNAME
1091
1.1.1 by Colin Watson
Import upstream version 3.9p1
1092
/* Define to 1 if you have the `utmpxname' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
1093
#undef HAVE_UTMPXNAME
1094
1.1.1 by Colin Watson
Import upstream version 3.9p1
1095
/* Define to 1 if you have the <utmpx.h> header file. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
1096
#undef HAVE_UTMPX_H
1097
1.1.1 by Colin Watson
Import upstream version 3.9p1
1098
/* Define to 1 if you have the <utmp.h> header file. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
1099
#undef HAVE_UTMP_H
1100
1.6.1 by Colin Watson
Import upstream version 4.3p2
1101
/* define if you have u_char data type */
1102
#undef HAVE_U_CHAR
1103
1104
/* define if you have u_int data type */
1105
#undef HAVE_U_INT
1106
1107
/* define if you have u_int64_t data type */
1108
#undef HAVE_U_INT64_T
1109
1110
/* define if you have u_intxx_t data type */
1111
#undef HAVE_U_INTXX_T
1112
1113
/* Define to 1 if you have the `vasprintf' function. */
1114
#undef HAVE_VASPRINTF
1115
1116
/* Define if va_copy exists */
1117
#undef HAVE_VA_COPY
1118
1.1.1 by Colin Watson
Import upstream version 3.9p1
1119
/* Define to 1 if you have the `vhangup' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
1120
#undef HAVE_VHANGUP
1121
1.1.1 by Colin Watson
Import upstream version 3.9p1
1122
/* Define to 1 if you have the <vis.h> header file. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
1123
#undef HAVE_VIS_H
1124
1.1.1 by Colin Watson
Import upstream version 3.9p1
1125
/* Define to 1 if you have the `vsnprintf' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
1126
#undef HAVE_VSNPRINTF
1127
1.1.1 by Colin Watson
Import upstream version 3.9p1
1128
/* Define to 1 if you have the `waitpid' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
1129
#undef HAVE_WAITPID
1130
1.1.1 by Colin Watson
Import upstream version 3.9p1
1131
/* Define to 1 if you have the `_getlong' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
1132
#undef HAVE__GETLONG
1133
1.1.1 by Colin Watson
Import upstream version 3.9p1
1134
/* Define to 1 if you have the `_getpty' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
1135
#undef HAVE__GETPTY
1136
1.1.1 by Colin Watson
Import upstream version 3.9p1
1137
/* Define to 1 if you have the `_getshort' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
1138
#undef HAVE__GETSHORT
1139
1.13.2 by Colin Watson
Import upstream version 4.7p1
1140
/* Define if you have struct __res_state _res as an extern */
1141
#undef HAVE__RES_EXTERN
1142
1.1.1 by Colin Watson
Import upstream version 3.9p1
1143
/* Define to 1 if you have the `__b64_ntop' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
1144
#undef HAVE___B64_NTOP
1145
1.1.1 by Colin Watson
Import upstream version 3.9p1
1146
/* Define to 1 if you have the `__b64_pton' function. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
1147
#undef HAVE___B64_PTON
1148
1.6.1 by Colin Watson
Import upstream version 4.3p2
1149
/* Define if compiler implements __FUNCTION__ */
1150
#undef HAVE___FUNCTION__
1151
1152
/* Define if libc defines __progname */
1153
#undef HAVE___PROGNAME
1154
1155
/* Fields in struct sockaddr_storage */
1156
#undef HAVE___SS_FAMILY_IN_SS
1157
1158
/* Define if __va_copy exists */
1159
#undef HAVE___VA_COPY
1160
1161
/* Define if compiler implements __func__ */
1162
#undef HAVE___func__
1163
1164
/* Define this if you are using the Heimdal version of Kerberos V5 */
1165
#undef HEIMDAL
1166
1167
/* Define if you need to use IP address instead of hostname in $DISPLAY */
1168
#undef IPADDR_IN_DISPLAY
1169
1170
/* Detect IPv4 in IPv6 mapped addresses and treat as IPv4 */
1171
#undef IPV4_IN_IPV6
1172
1173
/* Define if your system choked on IP TOS setting */
1174
#undef IP_TOS_IS_BROKEN
1175
1176
/* Define if you want Kerberos 5 support */
1177
#undef KRB5
1178
1.13.4 by Colin Watson
Import upstream version 5.2p1
1179
/* Define if pututxline updates lastlog too */
1180
#undef LASTLOG_WRITE_PUTUTXLINE
1181
1.6.1 by Colin Watson
Import upstream version 4.3p2
1182
/* Define if you want TCP Wrappers support */
1183
#undef LIBWRAP
1184
1185
/* Define to whatever link() returns for "not supported" if it doesn't return
1186
   EOPNOTSUPP. */
1187
#undef LINK_OPNOTSUPP_ERRNO
1188
1.1.3 by Colin Watson
Import upstream version 4.2p1
1189
/* max value of long long calculated by configure */
1190
#undef LLONG_MAX
1191
1192
/* min value of long long calculated by configure */
1193
#undef LLONG_MIN
1194
1.6.1 by Colin Watson
Import upstream version 4.3p2
1195
/* Account locked with pw(1) */
1196
#undef LOCKED_PASSWD_PREFIX
1197
1198
/* String used in /etc/passwd to denote locked account */
1199
#undef LOCKED_PASSWD_STRING
1200
1201
/* String used in /etc/passwd to denote locked account */
1202
#undef LOCKED_PASSWD_SUBSTR
1203
1204
/* Some versions of /bin/login need the TERM supplied on the commandline */
1205
#undef LOGIN_NEEDS_TERM
1206
1207
/* Some systems need a utmpx entry for /bin/login to work */
1208
#undef LOGIN_NEEDS_UTMPX
1209
1210
/* Define if your login program cannot handle end of options ("--") */
1211
#undef LOGIN_NO_ENDOPT
1212
1213
/* If your header files don't define LOGIN_PROGRAM, then use this (detected)
1214
   from environment and PATH */
1215
#undef LOGIN_PROGRAM_FALLBACK
1216
1217
/* Set this to your mail directory if you don't have maillock.h */
1218
#undef MAIL_DIRECTORY
1219
1220
/* Define on *nto-qnx systems */
1221
#undef MISSING_FD_MASK
1222
1223
/* Define on *nto-qnx systems */
1224
#undef MISSING_HOWMANY
1225
1226
/* Define on *nto-qnx systems */
1227
#undef MISSING_NFDBITS
1228
1.1.3 by Colin Watson
Import upstream version 4.2p1
1229
/* Need setpgrp to acquire controlling tty */
1.6.1 by Colin Watson
Import upstream version 4.3p2
1230
#undef NEED_SETPGRP
1231
1232
/* Define if the concept of ports only accessible to superusers isn't known */
1233
#undef NO_IPPORT_RESERVED_CONCEPT
1234
1235
/* Define if you don't want to use lastlog in session.c */
1236
#undef NO_SSH_LASTLOG
1237
1238
/* Define if X11 doesn't support AF_UNIX sockets on that system */
1239
#undef NO_X11_UNIX_SOCKETS
1240
37 by Colin Watson
* Resynchronise with Debian. Remaining changes:
1241
/* Adjust Linux out-of-memory killer */
1242
#undef OOM_ADJUST
1243
1.13.5 by Colin Watson
Import upstream version 5.3p1
1244
/* Define if EVP_DigestUpdate returns void */
1245
#undef OPENSSL_EVP_DIGESTUPDATE_VOID
1246
1.6.1 by Colin Watson
Import upstream version 4.3p2
1247
/* libcrypto is missing AES 192 and 256 bit functions */
1248
#undef OPENSSL_LOBOTOMISED_AES
1249
1250
/* Define if you want OpenSSL's internally seeded PRNG only */
1251
#undef OPENSSL_PRNG_ONLY
1.1.3 by Colin Watson
Import upstream version 4.2p1
1252
1.1.1 by Colin Watson
Import upstream version 3.9p1
1253
/* Define to the address where bug reports for this package should be sent. */
1254
#undef PACKAGE_BUGREPORT
1255
1256
/* Define to the full name of this package. */
1257
#undef PACKAGE_NAME
1258
1259
/* Define to the full name and version of this package. */
1260
#undef PACKAGE_STRING
1261
1262
/* Define to the one symbol short name of this package. */
1263
#undef PACKAGE_TARNAME
1264
1265
/* Define to the version of this package. */
1266
#undef PACKAGE_VERSION
1267
1.6.1 by Colin Watson
Import upstream version 4.3p2
1268
/* Define if you are using Solaris-derived PAM which passes pam_messages to
1269
   the conversation function with an extra level of indirection */
1270
#undef PAM_SUN_CODEBASE
1271
1272
/* Work around problematic Linux PAM modules handling of PAM_TTY */
1273
#undef PAM_TTY_KLUDGE
1274
1.1.2 by Colin Watson
Import upstream version 4.1p1
1275
/* must supply username to passwd */
1276
#undef PASSWD_NEEDS_USERNAME
1277
1.6.1 by Colin Watson
Import upstream version 4.3p2
1278
/* Port number of PRNGD/EGD random number socket */
1279
#undef PRNGD_PORT
1280
1281
/* Location of PRNGD/EGD random number socket */
1282
#undef PRNGD_SOCKET
1283
1.13.1 by Colin Watson
Import upstream version 4.6p1
1284
/* read(1) can return 0 for a non-closed fd */
1285
#undef PTY_ZEROREAD
1286
1.6.1 by Colin Watson
Import upstream version 4.3p2
1287
/* Define if your platform breaks doing a seteuid before a setuid */
1288
#undef SETEUID_BREAKS_SETUID
1289
17 by Colin Watson
* Resynchronise with Debian. Remaining changes:
1290
/* The size of `char', as computed by sizeof. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
1291
#undef SIZEOF_CHAR
1292
17 by Colin Watson
* Resynchronise with Debian. Remaining changes:
1293
/* The size of `int', as computed by sizeof. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
1294
#undef SIZEOF_INT
1295
17 by Colin Watson
* Resynchronise with Debian. Remaining changes:
1296
/* The size of `long int', as computed by sizeof. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
1297
#undef SIZEOF_LONG_INT
1298
17 by Colin Watson
* Resynchronise with Debian. Remaining changes:
1299
/* The size of `long long int', as computed by sizeof. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
1300
#undef SIZEOF_LONG_LONG_INT
1301
17 by Colin Watson
* Resynchronise with Debian. Remaining changes:
1302
/* The size of `short int', as computed by sizeof. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
1303
#undef SIZEOF_SHORT_INT
1304
1.6.1 by Colin Watson
Import upstream version 4.3p2
1305
/* Define if you want S/Key support */
1306
#undef SKEY
1307
1308
/* Define if your skeychallenge() function takes 4 arguments (NetBSD) */
1309
#undef SKEYCHALLENGE_4ARG
1310
1311
/* Define if you want smartcard support */
1312
#undef SMARTCARD
1313
1314
/* Define as const if snprintf() can declare const char *fmt */
1315
#undef SNPRINTF_CONST
1316
1317
/* Define to a Set Process Title type if your system is supported by
1318
   bsd-setproctitle.c */
1319
#undef SPT_TYPE
1320
1321
/* Define if sshd somehow reacquires a controlling TTY after setsid() */
1322
#undef SSHD_ACQUIRES_CTTY
1323
1324
/* Define if pam_chauthtok wants real uid set to the unpriv'ed user */
1325
#undef SSHPAM_CHAUTHTOK_NEEDS_RUID
1326
1.1.2 by Colin Watson
Import upstream version 4.1p1
1327
/* Use audit debugging module */
1328
#undef SSH_AUDIT_EVENTS
1329
1.13.5 by Colin Watson
Import upstream version 5.3p1
1330
/* Windows is sensitive to read buffer size */
1331
#undef SSH_IOBUFSZ
1332
1.6.1 by Colin Watson
Import upstream version 4.3p2
1333
/* non-privileged user for privilege separation */
1334
#undef SSH_PRIVSEP_USER
1335
1336
/* Use tunnel device compatibility to OpenBSD */
1337
#undef SSH_TUN_COMPAT_AF
1338
1339
/* Open tunnel devices the FreeBSD way */
1340
#undef SSH_TUN_FREEBSD
1341
1342
/* Open tunnel devices the Linux tun/tap way */
1343
#undef SSH_TUN_LINUX
1344
1345
/* No layer 2 tunnel support */
1346
#undef SSH_TUN_NO_L2
1347
1348
/* Open tunnel devices the OpenBSD way */
1349
#undef SSH_TUN_OPENBSD
1350
1351
/* Prepend the address family to IP tunnel traffic */
1352
#undef SSH_TUN_PREPEND_AF
1353
1.1.1 by Colin Watson
Import upstream version 3.9p1
1354
/* Define to 1 if you have the ANSI C header files. */
1 by Noah Meyerhans
Import upstream version 3.8.1p1
1355
#undef STDC_HEADERS
1356
1.6.1 by Colin Watson
Import upstream version 4.3p2
1357
/* Define if you want a different $PATH for the superuser */
1358
#undef SUPERUSER_PATH
1359
1.13.1 by Colin Watson
Import upstream version 4.6p1
1360
/* syslog_r function is safe to use in in a signal handler */
1361
#undef SYSLOG_R_SAFE_IN_SIGHAND
1362
1.1.3 by Colin Watson
Import upstream version 4.2p1
1363
/* Support passwords > 8 chars */
1364
#undef UNIXWARE_LONG_PASSWORDS
1365
1.6.1 by Colin Watson
Import upstream version 4.3p2
1366
/* Specify default $PATH */
1367
#undef USER_PATH
1368
1369
/* Define this if you want to use libkafs' AFS support */
1370
#undef USE_AFS
1371
1.1.2 by Colin Watson
Import upstream version 4.1p1
1372
/* Use BSM audit module */
1373
#undef USE_BSM_AUDIT
1374
1375
/* Use btmp to log bad logins */
1376
#undef USE_BTMP
1377
10 by Colin Watson
* Resynchronise with Debian.
1378
/* platform uses an in-memory credentials cache */
1379
#undef USE_CCAPI
1380
1.1.2 by Colin Watson
Import upstream version 4.1p1
1381
/* Use libedit for sftp */
1382
#undef USE_LIBEDIT
1383
1.6.1 by Colin Watson
Import upstream version 4.3p2
1384
/* Define if you want smartcard support using OpenSC */
1385
#undef USE_OPENSC
1386
1.13.1 by Colin Watson
Import upstream version 4.6p1
1387
/* Enable OpenSSL engine support */
1388
#undef USE_OPENSSL_ENGINE
1389
1.6.1 by Colin Watson
Import upstream version 4.3p2
1390
/* Define if you want to enable PAM support */
1391
#undef USE_PAM
1392
1393
/* Use PIPES instead of a socketpair() */
1394
#undef USE_PIPES
1395
1396
/* Define if you want smartcard support using sectok */
1397
#undef USE_SECTOK
1398
10 by Colin Watson
* Resynchronise with Debian.
1399
/* platform has the Security Authorization Session API */
1400
#undef USE_SECURITY_SESSION_API
1401
1.13.1 by Colin Watson
Import upstream version 4.6p1
1402
/* Define if you have Solaris process contracts */
1403
#undef USE_SOLARIS_PROCESS_CONTRACTS
1404
1.6.1 by Colin Watson
Import upstream version 4.3p2
1405
/* Define if you shouldn't strip 'tty' from your ttyname in [uw]tmp */
1406
#undef WITH_ABBREV_NO_TTY
1407
1408
/* Define if you want to enable AIX4's authenticate function */
1409
#undef WITH_AIXAUTHENTICATE
1410
1411
/* Define if you have/want arrays (cluster-wide session managment, not C
1412
   arrays) */
1413
#undef WITH_IRIX_ARRAY
1414
1415
/* Define if you want IRIX audit trails */
1416
#undef WITH_IRIX_AUDIT
1417
1418
/* Define if you want IRIX kernel jobs */
1419
#undef WITH_IRIX_JOBS
1420
1421
/* Define if you want IRIX project management */
1422
#undef WITH_IRIX_PROJECT
1423
4 by Colin Watson
* Add /usr/games to the default $PATH for non-privileged users.
1424
/* Define if you want SELinux support. */
1425
#undef WITH_SELINUX
1426
1.13.5 by Colin Watson
Import upstream version 5.3p1
1427
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1428
   significant byte first (like Motorola and SPARC, unlike Intel). */
1429
#if defined AC_APPLE_UNIVERSAL_BUILD
1430
# if defined __BIG_ENDIAN__
1431
#  define WORDS_BIGENDIAN 1
1432
# endif
1433
#else
1434
# ifndef WORDS_BIGENDIAN
1435
#  undef WORDS_BIGENDIAN
1436
# endif
1437
#endif
1 by Noah Meyerhans
Import upstream version 3.8.1p1
1438
1.6.1 by Colin Watson
Import upstream version 4.3p2
1439
/* Define if xauth is found in your path */
1440
#undef XAUTH_PATH
1441
1 by Noah Meyerhans
Import upstream version 3.8.1p1
1442
/* Number of bits in a file offset, on hosts where this is settable. */
1443
#undef _FILE_OFFSET_BITS
1444
1445
/* Define for large files, on AIX-style hosts. */
1446
#undef _LARGE_FILES
1447
1.1.2 by Colin Watson
Import upstream version 4.1p1
1448
/* log for bad login attempts */
1449
#undef _PATH_BTMP
1450
1.6.1 by Colin Watson
Import upstream version 4.3p2
1451
/* Full path of your "passwd" program */
1452
#undef _PATH_PASSWD_PROG
1453
1454
/* Specify location of ssh.pid */
1455
#undef _PATH_SSH_PIDDIR
1456
1457
/* Define if we don't have struct __res_state in resolv.h */
1458
#undef __res_state
1459
1.1.1 by Colin Watson
Import upstream version 3.9p1
1460
/* Define to `__inline__' or `__inline' if that's what the C compiler
1461
   calls it, or to nothing if 'inline' is not supported under any name.  */
1462
#ifndef __cplusplus
1 by Noah Meyerhans
Import upstream version 3.8.1p1
1463
#undef inline
1.1.1 by Colin Watson
Import upstream version 3.9p1
1464
#endif
1 by Noah Meyerhans
Import upstream version 3.8.1p1
1465
1466
/* type to use in place of socklen_t if not defined */
1467
#undef socklen_t