From 824569537f874d754041f2c1b0898feda0c12f31 Mon Sep 17 00:00:00 2001 From: Kevin Steves Date: Fri, 22 Jun 2001 21:14:18 +0000 Subject: - (stevesk) handle systems without pw_expire and pw_change. --- acconfig.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'acconfig.h') diff --git a/acconfig.h b/acconfig.h index e909f4797..8faae40e2 100644 --- a/acconfig.h +++ b/acconfig.h @@ -1,4 +1,4 @@ -/* $Id: acconfig.h,v 1.111 2001/05/08 20:33:06 mouring Exp $ */ +/* $Id: acconfig.h,v 1.112 2001/06/22 21:14:19 stevesk Exp $ */ #ifndef _CONFIG_H #define _CONFIG_H @@ -26,6 +26,12 @@ /* Define if your password has a pw_class field */ #undef HAVE_PW_CLASS_IN_PASSWD +/* Define if your password has a pw_expire field */ +#undef HAVE_PW_EXPIRE_IN_PASSWD + +/* Define if your password has a pw_change field */ +#undef HAVE_PW_CHANGE_IN_PASSWD + /* Define if your system's struct sockaddr_un has a sun_len member */ #undef HAVE_SUN_LEN_IN_SOCKADDR_UN -- cgit v1.2.3