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