summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2004-02-06 16:24:31 +1100
committerDarren Tucker <dtucker@zip.com.au>2004-02-06 16:24:31 +1100
commit23bc8d0bff3ee9976be32a287079f7571b5bd50d (patch)
treebbc24dec24bebcbbfb338579e82917d96b79898d /acconfig.h
parent819d4526ca01cdb1e226df8b00c606c537e3e1f7 (diff)
- markus@cvs.openbsd.org 2004/01/30 09:48:57
[auth-passwd.c auth.h pathnames.h session.c] support for password change; ok dtucker@ (set password-dead=1w in login.conf to use this). In -Portable, this is currently only platforms using bsdauth.
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h
index 27366ed17..62252d760 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,4 +1,4 @@
1/* $Id: acconfig.h,v 1.172 2004/01/23 11:03:10 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.
@@ -65,6 +65,9 @@
65/* from environment and PATH */ 65/* from environment and PATH */
66#undef LOGIN_PROGRAM_FALLBACK 66#undef LOGIN_PROGRAM_FALLBACK
67 67
68/* Full path of your "passwd" program */
69#undef _PATH_PASSWD_PROG
70
68/* Define if your password has a pw_class field */ 71/* Define if your password has a pw_class field */
69#undef HAVE_PW_CLASS_IN_PASSWD 72#undef HAVE_PW_CLASS_IN_PASSWD
70 73