diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 62 |
1 files changed, 55 insertions, 7 deletions
diff --git a/config.h.in b/config.h.in index 41495c4fb..32622dc5f 100644 --- a/config.h.in +++ b/config.h.in | |||
@@ -1,5 +1,5 @@ | |||
1 | /* config.h.in. Generated automatically from configure.ac by autoheader. */ | 1 | /* config.h.in. Generated automatically from configure.ac by autoheader. */ |
2 | /* $Id: acconfig.h,v 1.166 2003/09/16 01:52:19 dtucker Exp $ */ | 2 | /* $Id: acconfig.h,v 1.173 2004/02/06 05:24:31 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. |
@@ -42,6 +42,12 @@ | |||
42 | /* Define if your setregid() is broken */ | 42 | /* Define if your setregid() is broken */ |
43 | #undef BROKEN_SETREGID | 43 | #undef BROKEN_SETREGID |
44 | 44 | ||
45 | /* Define if your setresuid() is broken */ | ||
46 | #undef BROKEN_SETRESUID | ||
47 | |||
48 | /* Define if your setresgid() is broken */ | ||
49 | #undef BROKEN_SETRESGID | ||
50 | |||
45 | /* Define to a Set Process Title type if your system is */ | 51 | /* Define to a Set Process Title type if your system is */ |
46 | /* supported by bsd-setproctitle.c */ | 52 | /* supported by bsd-setproctitle.c */ |
47 | #undef SPT_TYPE | 53 | #undef SPT_TYPE |
@@ -60,6 +66,9 @@ | |||
60 | /* from environment and PATH */ | 66 | /* from environment and PATH */ |
61 | #undef LOGIN_PROGRAM_FALLBACK | 67 | #undef LOGIN_PROGRAM_FALLBACK |
62 | 68 | ||
69 | /* Full path of your "passwd" program */ | ||
70 | #undef _PATH_PASSWD_PROG | ||
71 | |||
63 | /* Define if your password has a pw_class field */ | 72 | /* Define if your password has a pw_class field */ |
64 | #undef HAVE_PW_CLASS_IN_PASSWD | 73 | #undef HAVE_PW_CLASS_IN_PASSWD |
65 | 74 | ||
@@ -90,6 +99,9 @@ | |||
90 | /* Define if you have the getuserattr function. */ | 99 | /* Define if you have the getuserattr function. */ |
91 | #undef HAVE_GETUSERATTR | 100 | #undef HAVE_GETUSERATTR |
92 | 101 | ||
102 | /* Define if you have the basename function. */ | ||
103 | #undef HAVE_BASENAME | ||
104 | |||
93 | /* Work around problematic Linux PAM modules handling of PAM_TTY */ | 105 | /* Work around problematic Linux PAM modules handling of PAM_TTY */ |
94 | #undef PAM_TTY_KLUDGE | 106 | #undef PAM_TTY_KLUDGE |
95 | 107 | ||
@@ -248,6 +260,9 @@ | |||
248 | /* Define this if you are using the Heimdal version of Kerberos V5 */ | 260 | /* Define this if you are using the Heimdal version of Kerberos V5 */ |
249 | #undef HEIMDAL | 261 | #undef HEIMDAL |
250 | 262 | ||
263 | /* Define this if you want to use libkafs' AFS support */ | ||
264 | #undef USE_AFS | ||
265 | |||
251 | /* Define if you want S/Key support */ | 266 | /* Define if you want S/Key support */ |
252 | #undef SKEY | 267 | #undef SKEY |
253 | 268 | ||
@@ -416,15 +431,15 @@ | |||
416 | #undef LOCKED_PASSWD_PREFIX | 431 | #undef LOCKED_PASSWD_PREFIX |
417 | #undef LOCKED_PASSWD_SUBSTR | 432 | #undef LOCKED_PASSWD_SUBSTR |
418 | 433 | ||
419 | /* Define if DNS support is to be activated */ | ||
420 | #undef DNS | ||
421 | |||
422 | /* Define if getrrsetbyname() exists */ | 434 | /* Define if getrrsetbyname() exists */ |
423 | #undef HAVE_GETRRSETBYNAME | 435 | #undef HAVE_GETRRSETBYNAME |
424 | 436 | ||
425 | /* Define if HEADER.ad exists in arpa/nameser.h */ | 437 | /* Define if HEADER.ad exists in arpa/nameser.h */ |
426 | #undef HAVE_HEADER_AD | 438 | #undef HAVE_HEADER_AD |
427 | 439 | ||
440 | /* Define if your resolver libs need this for getrrsetbyname */ | ||
441 | #undef BIND_8_COMPAT | ||
442 | |||
428 | 443 | ||
429 | /* Define if the `getpgrp' function takes no argument. */ | 444 | /* Define if the `getpgrp' function takes no argument. */ |
430 | #undef GETPGRP_VOID | 445 | #undef GETPGRP_VOID |
@@ -438,9 +453,6 @@ | |||
438 | /* Define if you have the `b64_pton' function. */ | 453 | /* Define if you have the `b64_pton' function. */ |
439 | #undef HAVE_B64_PTON | 454 | #undef HAVE_B64_PTON |
440 | 455 | ||
441 | /* Define if you have the `basename' function. */ | ||
442 | #undef HAVE_BASENAME | ||
443 | |||
444 | /* Define if you have the `bcopy' function. */ | 456 | /* Define if you have the `bcopy' function. */ |
445 | #undef HAVE_BCOPY | 457 | #undef HAVE_BCOPY |
446 | 458 | ||
@@ -453,6 +465,9 @@ | |||
453 | /* Define if you have the `clock' function. */ | 465 | /* Define if you have the `clock' function. */ |
454 | #undef HAVE_CLOCK | 466 | #undef HAVE_CLOCK |
455 | 467 | ||
468 | /* Define if gai_strerror() returns const char * */ | ||
469 | #undef HAVE_CONST_GAI_STRERROR_PROTO | ||
470 | |||
456 | /* Define if you have the <crypt.h> header file. */ | 471 | /* Define if you have the <crypt.h> header file. */ |
457 | #undef HAVE_CRYPT_H | 472 | #undef HAVE_CRYPT_H |
458 | 473 | ||
@@ -552,9 +567,24 @@ | |||
552 | /* Define if you have the <glob.h> header file. */ | 567 | /* Define if you have the <glob.h> header file. */ |
553 | #undef HAVE_GLOB_H | 568 | #undef HAVE_GLOB_H |
554 | 569 | ||
570 | /* Define if you have the <gssapi_generic.h> header file. */ | ||
571 | #undef HAVE_GSSAPI_GENERIC_H | ||
572 | |||
573 | /* Define if you have the <gssapi/gssapi_generic.h> header file. */ | ||
574 | #undef HAVE_GSSAPI_GSSAPI_GENERIC_H | ||
575 | |||
576 | /* Define if you have the <gssapi/gssapi.h> header file. */ | ||
577 | #undef HAVE_GSSAPI_GSSAPI_H | ||
578 | |||
579 | /* Define if you have the <gssapi/gssapi_krb5.h> header file. */ | ||
580 | #undef HAVE_GSSAPI_GSSAPI_KRB5_H | ||
581 | |||
555 | /* Define if you have the <gssapi.h> header file. */ | 582 | /* Define if you have the <gssapi.h> header file. */ |
556 | #undef HAVE_GSSAPI_H | 583 | #undef HAVE_GSSAPI_H |
557 | 584 | ||
585 | /* Define if you have the <gssapi_krb5.h> header file. */ | ||
586 | #undef HAVE_GSSAPI_KRB5_H | ||
587 | |||
558 | /* Define if you have the <ia.h> header file. */ | 588 | /* Define if you have the <ia.h> header file. */ |
559 | #undef HAVE_IA_H | 589 | #undef HAVE_IA_H |
560 | 590 | ||
@@ -669,6 +699,9 @@ | |||
669 | /* Define if you have the `pam_getenvlist' function. */ | 699 | /* Define if you have the `pam_getenvlist' function. */ |
670 | #undef HAVE_PAM_GETENVLIST | 700 | #undef HAVE_PAM_GETENVLIST |
671 | 701 | ||
702 | /* Define if you have the <pam/pam_appl.h> header file. */ | ||
703 | #undef HAVE_PAM_PAM_APPL_H | ||
704 | |||
672 | /* Define if you have the `pam_putenv' function. */ | 705 | /* Define if you have the `pam_putenv' function. */ |
673 | #undef HAVE_PAM_PUTENV | 706 | #undef HAVE_PAM_PUTENV |
674 | 707 | ||
@@ -825,6 +858,9 @@ | |||
825 | /* Define if you have the `strsep' function. */ | 858 | /* Define if you have the `strsep' function. */ |
826 | #undef HAVE_STRSEP | 859 | #undef HAVE_STRSEP |
827 | 860 | ||
861 | /* Define if you have the `strtoul' function. */ | ||
862 | #undef HAVE_STRTOUL | ||
863 | |||
828 | /* Define if `st_blksize' is member of `struct stat'. */ | 864 | /* Define if `st_blksize' is member of `struct stat'. */ |
829 | #undef HAVE_STRUCT_STAT_ST_BLKSIZE | 865 | #undef HAVE_STRUCT_STAT_ST_BLKSIZE |
830 | 866 | ||
@@ -852,12 +888,18 @@ | |||
852 | /* Define if you have the <sys/pstat.h> header file. */ | 888 | /* Define if you have the <sys/pstat.h> header file. */ |
853 | #undef HAVE_SYS_PSTAT_H | 889 | #undef HAVE_SYS_PSTAT_H |
854 | 890 | ||
891 | /* Define if you have the <sys/ptms.h> header file. */ | ||
892 | #undef HAVE_SYS_PTMS_H | ||
893 | |||
855 | /* Define if you have the <sys/select.h> header file. */ | 894 | /* Define if you have the <sys/select.h> header file. */ |
856 | #undef HAVE_SYS_SELECT_H | 895 | #undef HAVE_SYS_SELECT_H |
857 | 896 | ||
858 | /* Define if you have the <sys/stat.h> header file. */ | 897 | /* Define if you have the <sys/stat.h> header file. */ |
859 | #undef HAVE_SYS_STAT_H | 898 | #undef HAVE_SYS_STAT_H |
860 | 899 | ||
900 | /* Define if you have the <sys/stream.h> header file. */ | ||
901 | #undef HAVE_SYS_STREAM_H | ||
902 | |||
861 | /* Define if you have the <sys/stropts.h> header file. */ | 903 | /* Define if you have the <sys/stropts.h> header file. */ |
862 | #undef HAVE_SYS_STROPTS_H | 904 | #undef HAVE_SYS_STROPTS_H |
863 | 905 | ||
@@ -906,6 +948,9 @@ | |||
906 | /* Define if you have the `updwtmp' function. */ | 948 | /* Define if you have the `updwtmp' function. */ |
907 | #undef HAVE_UPDWTMP | 949 | #undef HAVE_UPDWTMP |
908 | 950 | ||
951 | /* Define if you have the `updwtmpx' function. */ | ||
952 | #undef HAVE_UPDWTMPX | ||
953 | |||
909 | /* Define if you have the <usersec.h> header file. */ | 954 | /* Define if you have the <usersec.h> header file. */ |
910 | #undef HAVE_USERSEC_H | 955 | #undef HAVE_USERSEC_H |
911 | 956 | ||
@@ -933,6 +978,9 @@ | |||
933 | /* Define if you have the `vhangup' function. */ | 978 | /* Define if you have the `vhangup' function. */ |
934 | #undef HAVE_VHANGUP | 979 | #undef HAVE_VHANGUP |
935 | 980 | ||
981 | /* Define if you have the <vis.h> header file. */ | ||
982 | #undef HAVE_VIS_H | ||
983 | |||
936 | /* Define if you have the `vsnprintf' function. */ | 984 | /* Define if you have the `vsnprintf' function. */ |
937 | #undef HAVE_VSNPRINTF | 985 | #undef HAVE_VSNPRINTF |
938 | 986 | ||