summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2009-12-29 21:32:03 +0000
committerColin Watson <cjwatson@debian.org>2009-12-29 21:32:03 +0000
commit04942aa41fa94ec6f2c3ce1d348f600f31bb7c78 (patch)
treeaf8e928bd79d3f2d0219bb5b2c78b573ec31d94c /config.h.in
parent9ad7b718d42e43f3a285fcbc8f91193931fce324 (diff)
parent16704d57999d987fb8d9ba53379841a79f016d67 (diff)
import openssh-4.2p1-gsskex-20050926-2.patch
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in71
1 files changed, 61 insertions, 10 deletions
diff --git a/config.h.in b/config.h.in
index 70f997323..1b964ee0f 100644
--- a/config.h.in
+++ b/config.h.in
@@ -1,5 +1,5 @@
1/* config.h.in. Generated from configure.ac by autoheader. */ 1/* config.h.in. Generated from configure.ac by autoheader. */
2/* $Id: acconfig.h,v 1.181 2005/02/25 23:07:38 dtucker Exp $ */ 2/* $Id: acconfig.h,v 1.183 2005/07/07 10:33:36 dtucker Exp $ */
3 3
4/* 4/*
5 * Copyright (c) 1999-2003 Damien Miller. All rights reserved. 5 * Copyright (c) 1999-2003 Damien Miller. All rights reserved.
@@ -119,9 +119,6 @@
119/* Define if you are on NeXT */ 119/* Define if you are on NeXT */
120#undef HAVE_NEXT 120#undef HAVE_NEXT
121 121
122/* Define if you are on NEWS-OS */
123#undef HAVE_NEWS4
124
125/* Define if you want to enable PAM support */ 122/* Define if you want to enable PAM support */
126#undef USE_PAM 123#undef USE_PAM
127 124
@@ -205,9 +202,6 @@
205/* Define if you don't want to use lastlog in session.c */ 202/* Define if you don't want to use lastlog in session.c */
206#undef NO_SSH_LASTLOG 203#undef NO_SSH_LASTLOG
207 204
208/* Define if have krb5_init_ets */
209#undef KRB5_INIT_ETS
210
211/* Define if you don't want to use utmp */ 205/* Define if you don't want to use utmp */
212#undef DISABLE_UTMP 206#undef DISABLE_UTMP
213 207
@@ -462,6 +456,18 @@
462 */ 456 */
463#undef AIX_GETNAMEINFO_HACK 457#undef AIX_GETNAMEINFO_HACK
464 458
459/* getgroups(0,NULL) will return -1 */
460#undef BROKEN_GETGROUPS
461
462/* ia_uinfo routines not supported by OS yet */
463#undef BROKEN_LIBIAF
464
465/* Ultrix mmap can't map files */
466#undef BROKEN_MMAP
467
468/* LynxOS has broken setvbuf() implementation */
469#undef BROKEN_SETVBUF
470
465/* Define to 1 if the `getpgrp' function requires zero arguments. */ 471/* Define to 1 if the `getpgrp' function requires zero arguments. */
466#undef GETPGRP_VOID 472#undef GETPGRP_VOID
467 473
@@ -471,6 +477,9 @@
471/* Define to 1 if you have the `arc4random' function. */ 477/* Define to 1 if you have the `arc4random' function. */
472#undef HAVE_ARC4RANDOM 478#undef HAVE_ARC4RANDOM
473 479
480/* OpenBSD's gcc has sentinel */
481#undef HAVE_ATTRIBUTE__SENTINEL__
482
474/* Define to 1 if you have the `b64_ntop' function. */ 483/* Define to 1 if you have the `b64_ntop' function. */
475#undef HAVE_B64_NTOP 484#undef HAVE_B64_NTOP
476 485
@@ -525,6 +534,18 @@
525 don't. */ 534 don't. */
526#undef HAVE_DECL_PASSWDEXPIRED 535#undef HAVE_DECL_PASSWDEXPIRED
527 536
537/* Define to 1 if you have the declaration of `setauthdb', and to 0 if you
538 don't. */
539#undef HAVE_DECL_SETAUTHDB
540
541/* Define to 1 if you have the declaration of `_getlong', and to 0 if you
542 don't. */
543#undef HAVE_DECL__GETLONG
544
545/* Define to 1 if you have the declaration of `_getshort', and to 0 if you
546 don't. */
547#undef HAVE_DECL__GETSHORT
548
528/* Define to 1 if you have the <dirent.h> header file. */ 549/* Define to 1 if you have the <dirent.h> header file. */
529#undef HAVE_DIRENT_H 550#undef HAVE_DIRENT_H
530 551
@@ -543,9 +564,6 @@
543/* Define to 1 if you have the `endutxent' function. */ 564/* Define to 1 if you have the `endutxent' function. */
544#undef HAVE_ENDUTXENT 565#undef HAVE_ENDUTXENT
545 566
546/* Define to 1 if you have the `fchdir' function. */
547#undef HAVE_FCHDIR
548
549/* Define to 1 if you have the `fchmod' function. */ 567/* Define to 1 if you have the `fchmod' function. */
550#undef HAVE_FCHMOD 568#undef HAVE_FCHMOD
551 569
@@ -654,6 +672,9 @@
654/* Define to 1 if you have the <gssapi_krb5.h> header file. */ 672/* Define to 1 if you have the <gssapi_krb5.h> header file. */
655#undef HAVE_GSSAPI_KRB5_H 673#undef HAVE_GSSAPI_KRB5_H
656 674
675/* Define to 1 if you have the <iaf.h> header file. */
676#undef HAVE_IAF_H
677
657/* Define to 1 if you have the <ia.h> header file. */ 678/* Define to 1 if you have the <ia.h> header file. */
658#undef HAVE_IA_H 679#undef HAVE_IA_H
659 680
@@ -690,6 +711,9 @@
690/* Define to 1 if you have the <libgen.h> header file. */ 711/* Define to 1 if you have the <libgen.h> header file. */
691#undef HAVE_LIBGEN_H 712#undef HAVE_LIBGEN_H
692 713
714/* Define to 1 if you have the `iaf' library (-liaf). */
715#undef HAVE_LIBIAF
716
693/* Define to 1 if you have the `nsl' library (-lnsl). */ 717/* Define to 1 if you have the `nsl' library (-lnsl). */
694#undef HAVE_LIBNSL 718#undef HAVE_LIBNSL
695 719
@@ -903,6 +927,9 @@
903/* Define to 1 if you have the `socketpair' function. */ 927/* Define to 1 if you have the `socketpair' function. */
904#undef HAVE_SOCKETPAIR 928#undef HAVE_SOCKETPAIR
905 929
930/* Have PEERCRED socket option */
931#undef HAVE_SO_PEERCRED
932
906/* Define to 1 if you have the <stddef.h> header file. */ 933/* Define to 1 if you have the <stddef.h> header file. */
907#undef HAVE_STDDEF_H 934#undef HAVE_STDDEF_H
908 935
@@ -912,6 +939,9 @@
912/* Define to 1 if you have the <stdlib.h> header file. */ 939/* Define to 1 if you have the <stdlib.h> header file. */
913#undef HAVE_STDLIB_H 940#undef HAVE_STDLIB_H
914 941
942/* Define to 1 if you have the `strdup' function. */
943#undef HAVE_STRDUP
944
915/* Define to 1 if you have the `strerror' function. */ 945/* Define to 1 if you have the `strerror' function. */
916#undef HAVE_STRERROR 946#undef HAVE_STRERROR
917 947
@@ -939,6 +969,12 @@
939/* Define to 1 if you have the `strsep' function. */ 969/* Define to 1 if you have the `strsep' function. */
940#undef HAVE_STRSEP 970#undef HAVE_STRSEP
941 971
972/* Define to 1 if you have the `strtoll' function. */
973#undef HAVE_STRTOLL
974
975/* Define to 1 if you have the `strtonum' function. */
976#undef HAVE_STRTONUM
977
942/* Define to 1 if you have the `strtoul' function. */ 978/* Define to 1 if you have the `strtoul' function. */
943#undef HAVE_STRTOUL 979#undef HAVE_STRTOUL
944 980
@@ -996,6 +1032,9 @@
996/* Define to 1 if you have the <sys/strtio.h> header file. */ 1032/* Define to 1 if you have the <sys/strtio.h> header file. */
997#undef HAVE_SYS_STRTIO_H 1033#undef HAVE_SYS_STRTIO_H
998 1034
1035/* Force use of sys/syslog.h on Ultrix */
1036#undef HAVE_SYS_SYSLOG_H
1037
999/* Define to 1 if you have the <sys/sysmacros.h> header file. */ 1038/* Define to 1 if you have the <sys/sysmacros.h> header file. */
1000#undef HAVE_SYS_SYSMACROS_H 1039#undef HAVE_SYS_SYSMACROS_H
1001 1040
@@ -1095,6 +1134,15 @@
1095/* Define to 1 if you have the `__b64_pton' function. */ 1134/* Define to 1 if you have the `__b64_pton' function. */
1096#undef HAVE___B64_PTON 1135#undef HAVE___B64_PTON
1097 1136
1137/* max value of long long calculated by configure */
1138#undef LLONG_MAX
1139
1140/* min value of long long calculated by configure */
1141#undef LLONG_MIN
1142
1143/* Need setpgrp to acquire controlling tty */
1144#undef NEED_SETPRGP
1145
1098/* Define to the address where bug reports for this package should be sent. */ 1146/* Define to the address where bug reports for this package should be sent. */
1099#undef PACKAGE_BUGREPORT 1147#undef PACKAGE_BUGREPORT
1100 1148
@@ -1134,6 +1182,9 @@
1134/* Define to 1 if you have the ANSI C header files. */ 1182/* Define to 1 if you have the ANSI C header files. */
1135#undef STDC_HEADERS 1183#undef STDC_HEADERS
1136 1184
1185/* Support passwords > 8 chars */
1186#undef UNIXWARE_LONG_PASSWORDS
1187
1137/* Use BSM audit module */ 1188/* Use BSM audit module */
1138#undef USE_BSM_AUDIT 1189#undef USE_BSM_AUDIT
1139 1190