diff options
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 23 |
1 files changed, 19 insertions, 4 deletions
diff --git a/acconfig.h b/acconfig.h index 9bfb9b6c9..62252d760 100644 --- a/acconfig.h +++ b/acconfig.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $Id: acconfig.h,v 1.166 2003/09/16 01:52:19 dtucker Exp $ */ | 1 | /* $Id: acconfig.h,v 1.173 2004/02/06 05:24:31 dtucker Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 1999-2003 Damien Miller. All rights reserved. | 4 | * Copyright (c) 1999-2003 Damien Miller. All rights reserved. |
@@ -41,6 +41,12 @@ | |||
41 | /* Define if your setregid() is broken */ | 41 | /* Define if your setregid() is broken */ |
42 | #undef BROKEN_SETREGID | 42 | #undef BROKEN_SETREGID |
43 | 43 | ||
44 | /* Define if your setresuid() is broken */ | ||
45 | #undef BROKEN_SETRESUID | ||
46 | |||
47 | /* Define if your setresgid() is broken */ | ||
48 | #undef BROKEN_SETRESGID | ||
49 | |||
44 | /* Define to a Set Process Title type if your system is */ | 50 | /* Define to a Set Process Title type if your system is */ |
45 | /* supported by bsd-setproctitle.c */ | 51 | /* supported by bsd-setproctitle.c */ |
46 | #undef SPT_TYPE | 52 | #undef SPT_TYPE |
@@ -59,6 +65,9 @@ | |||
59 | /* from environment and PATH */ | 65 | /* from environment and PATH */ |
60 | #undef LOGIN_PROGRAM_FALLBACK | 66 | #undef LOGIN_PROGRAM_FALLBACK |
61 | 67 | ||
68 | /* Full path of your "passwd" program */ | ||
69 | #undef _PATH_PASSWD_PROG | ||
70 | |||
62 | /* Define if your password has a pw_class field */ | 71 | /* Define if your password has a pw_class field */ |
63 | #undef HAVE_PW_CLASS_IN_PASSWD | 72 | #undef HAVE_PW_CLASS_IN_PASSWD |
64 | 73 | ||
@@ -89,6 +98,9 @@ | |||
89 | /* Define if you have the getuserattr function. */ | 98 | /* Define if you have the getuserattr function. */ |
90 | #undef HAVE_GETUSERATTR | 99 | #undef HAVE_GETUSERATTR |
91 | 100 | ||
101 | /* Define if you have the basename function. */ | ||
102 | #undef HAVE_BASENAME | ||
103 | |||
92 | /* Work around problematic Linux PAM modules handling of PAM_TTY */ | 104 | /* Work around problematic Linux PAM modules handling of PAM_TTY */ |
93 | #undef PAM_TTY_KLUDGE | 105 | #undef PAM_TTY_KLUDGE |
94 | 106 | ||
@@ -247,6 +259,9 @@ | |||
247 | /* Define this if you are using the Heimdal version of Kerberos V5 */ | 259 | /* Define this if you are using the Heimdal version of Kerberos V5 */ |
248 | #undef HEIMDAL | 260 | #undef HEIMDAL |
249 | 261 | ||
262 | /* Define this if you want to use libkafs' AFS support */ | ||
263 | #undef USE_AFS | ||
264 | |||
250 | /* Define if you want S/Key support */ | 265 | /* Define if you want S/Key support */ |
251 | #undef SKEY | 266 | #undef SKEY |
252 | 267 | ||
@@ -415,15 +430,15 @@ | |||
415 | #undef LOCKED_PASSWD_PREFIX | 430 | #undef LOCKED_PASSWD_PREFIX |
416 | #undef LOCKED_PASSWD_SUBSTR | 431 | #undef LOCKED_PASSWD_SUBSTR |
417 | 432 | ||
418 | /* Define if DNS support is to be activated */ | ||
419 | #undef DNS | ||
420 | |||
421 | /* Define if getrrsetbyname() exists */ | 433 | /* Define if getrrsetbyname() exists */ |
422 | #undef HAVE_GETRRSETBYNAME | 434 | #undef HAVE_GETRRSETBYNAME |
423 | 435 | ||
424 | /* Define if HEADER.ad exists in arpa/nameser.h */ | 436 | /* Define if HEADER.ad exists in arpa/nameser.h */ |
425 | #undef HAVE_HEADER_AD | 437 | #undef HAVE_HEADER_AD |
426 | 438 | ||
439 | /* Define if your resolver libs need this for getrrsetbyname */ | ||
440 | #undef BIND_8_COMPAT | ||
441 | |||
427 | @BOTTOM@ | 442 | @BOTTOM@ |
428 | 443 | ||
429 | /* ******************* Shouldn't need to edit below this line ************** */ | 444 | /* ******************* Shouldn't need to edit below this line ************** */ |