diff options
author | Colin Watson <cjwatson@debian.org> | 2005-09-14 12:45:47 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2005-09-14 12:45:47 +0000 |
commit | 9b71add4cecf753c45f5fbd6ff0913bc95b3e95d (patch) | |
tree | d4ea8fdb30c7949c6433f5277c39548ea579d4dc /config.h.in | |
parent | ed07bcbea56007ab5b218ddf3aa6a7d4e21966e0 (diff) | |
parent | 16704d57999d987fb8d9ba53379841a79f016d67 (diff) |
Merge 4.2p1 to the trunk.
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 64 |
1 files changed, 54 insertions, 10 deletions
diff --git a/config.h.in b/config.h.in index 99a5d5730..551d7e5d9 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 | ||
@@ -529,6 +538,14 @@ | |||
529 | don't. */ | 538 | don't. */ |
530 | #undef HAVE_DECL_SETAUTHDB | 539 | #undef HAVE_DECL_SETAUTHDB |
531 | 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 | |||
532 | /* Define to 1 if you have the <dirent.h> header file. */ | 549 | /* Define to 1 if you have the <dirent.h> header file. */ |
533 | #undef HAVE_DIRENT_H | 550 | #undef HAVE_DIRENT_H |
534 | 551 | ||
@@ -547,9 +564,6 @@ | |||
547 | /* Define to 1 if you have the `endutxent' function. */ | 564 | /* Define to 1 if you have the `endutxent' function. */ |
548 | #undef HAVE_ENDUTXENT | 565 | #undef HAVE_ENDUTXENT |
549 | 566 | ||
550 | /* Define to 1 if you have the `fchdir' function. */ | ||
551 | #undef HAVE_FCHDIR | ||
552 | |||
553 | /* Define to 1 if you have the `fchmod' function. */ | 567 | /* Define to 1 if you have the `fchmod' function. */ |
554 | #undef HAVE_FCHMOD | 568 | #undef HAVE_FCHMOD |
555 | 569 | ||
@@ -658,6 +672,9 @@ | |||
658 | /* 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. */ |
659 | #undef HAVE_GSSAPI_KRB5_H | 673 | #undef HAVE_GSSAPI_KRB5_H |
660 | 674 | ||
675 | /* Define to 1 if you have the <iaf.h> header file. */ | ||
676 | #undef HAVE_IAF_H | ||
677 | |||
661 | /* Define to 1 if you have the <ia.h> header file. */ | 678 | /* Define to 1 if you have the <ia.h> header file. */ |
662 | #undef HAVE_IA_H | 679 | #undef HAVE_IA_H |
663 | 680 | ||
@@ -694,6 +711,9 @@ | |||
694 | /* Define to 1 if you have the <libgen.h> header file. */ | 711 | /* Define to 1 if you have the <libgen.h> header file. */ |
695 | #undef HAVE_LIBGEN_H | 712 | #undef HAVE_LIBGEN_H |
696 | 713 | ||
714 | /* Define to 1 if you have the `iaf' library (-liaf). */ | ||
715 | #undef HAVE_LIBIAF | ||
716 | |||
697 | /* Define to 1 if you have the `nsl' library (-lnsl). */ | 717 | /* Define to 1 if you have the `nsl' library (-lnsl). */ |
698 | #undef HAVE_LIBNSL | 718 | #undef HAVE_LIBNSL |
699 | 719 | ||
@@ -922,6 +942,9 @@ | |||
922 | /* Define to 1 if you have the <stdlib.h> header file. */ | 942 | /* Define to 1 if you have the <stdlib.h> header file. */ |
923 | #undef HAVE_STDLIB_H | 943 | #undef HAVE_STDLIB_H |
924 | 944 | ||
945 | /* Define to 1 if you have the `strdup' function. */ | ||
946 | #undef HAVE_STRDUP | ||
947 | |||
925 | /* Define to 1 if you have the `strerror' function. */ | 948 | /* Define to 1 if you have the `strerror' function. */ |
926 | #undef HAVE_STRERROR | 949 | #undef HAVE_STRERROR |
927 | 950 | ||
@@ -949,6 +972,12 @@ | |||
949 | /* Define to 1 if you have the `strsep' function. */ | 972 | /* Define to 1 if you have the `strsep' function. */ |
950 | #undef HAVE_STRSEP | 973 | #undef HAVE_STRSEP |
951 | 974 | ||
975 | /* Define to 1 if you have the `strtoll' function. */ | ||
976 | #undef HAVE_STRTOLL | ||
977 | |||
978 | /* Define to 1 if you have the `strtonum' function. */ | ||
979 | #undef HAVE_STRTONUM | ||
980 | |||
952 | /* Define to 1 if you have the `strtoul' function. */ | 981 | /* Define to 1 if you have the `strtoul' function. */ |
953 | #undef HAVE_STRTOUL | 982 | #undef HAVE_STRTOUL |
954 | 983 | ||
@@ -1006,6 +1035,9 @@ | |||
1006 | /* Define to 1 if you have the <sys/strtio.h> header file. */ | 1035 | /* Define to 1 if you have the <sys/strtio.h> header file. */ |
1007 | #undef HAVE_SYS_STRTIO_H | 1036 | #undef HAVE_SYS_STRTIO_H |
1008 | 1037 | ||
1038 | /* Force use of sys/syslog.h on Ultrix */ | ||
1039 | #undef HAVE_SYS_SYSLOG_H | ||
1040 | |||
1009 | /* Define to 1 if you have the <sys/sysmacros.h> header file. */ | 1041 | /* Define to 1 if you have the <sys/sysmacros.h> header file. */ |
1010 | #undef HAVE_SYS_SYSMACROS_H | 1042 | #undef HAVE_SYS_SYSMACROS_H |
1011 | 1043 | ||
@@ -1105,6 +1137,15 @@ | |||
1105 | /* Define to 1 if you have the `__b64_pton' function. */ | 1137 | /* Define to 1 if you have the `__b64_pton' function. */ |
1106 | #undef HAVE___B64_PTON | 1138 | #undef HAVE___B64_PTON |
1107 | 1139 | ||
1140 | /* max value of long long calculated by configure */ | ||
1141 | #undef LLONG_MAX | ||
1142 | |||
1143 | /* min value of long long calculated by configure */ | ||
1144 | #undef LLONG_MIN | ||
1145 | |||
1146 | /* Need setpgrp to acquire controlling tty */ | ||
1147 | #undef NEED_SETPRGP | ||
1148 | |||
1108 | /* Define to the address where bug reports for this package should be sent. */ | 1149 | /* Define to the address where bug reports for this package should be sent. */ |
1109 | #undef PACKAGE_BUGREPORT | 1150 | #undef PACKAGE_BUGREPORT |
1110 | 1151 | ||
@@ -1144,6 +1185,9 @@ | |||
1144 | /* Define to 1 if you have the ANSI C header files. */ | 1185 | /* Define to 1 if you have the ANSI C header files. */ |
1145 | #undef STDC_HEADERS | 1186 | #undef STDC_HEADERS |
1146 | 1187 | ||
1188 | /* Support passwords > 8 chars */ | ||
1189 | #undef UNIXWARE_LONG_PASSWORDS | ||
1190 | |||
1147 | /* Use BSM audit module */ | 1191 | /* Use BSM audit module */ |
1148 | #undef USE_BSM_AUDIT | 1192 | #undef USE_BSM_AUDIT |
1149 | 1193 | ||