summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorKevin Steves <stevesk@pobox.com>2001-06-22 21:14:18 +0000
committerKevin Steves <stevesk@pobox.com>2001-06-22 21:14:18 +0000
commit824569537f874d754041f2c1b0898feda0c12f31 (patch)
tree4970f290470e0bf75a37133e35b82a9ff5dc9894 /acconfig.h
parent601e43638e9e7889127634c3ba0949ba9fb917aa (diff)
- (stevesk) handle systems without pw_expire and pw_change.
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h
index e909f4797..8faae40e2 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,4 +1,4 @@
1/* $Id: acconfig.h,v 1.111 2001/05/08 20:33:06 mouring Exp $ */ 1/* $Id: acconfig.h,v 1.112 2001/06/22 21:14:19 stevesk Exp $ */
2 2
3#ifndef _CONFIG_H 3#ifndef _CONFIG_H
4#define _CONFIG_H 4#define _CONFIG_H
@@ -26,6 +26,12 @@
26/* Define if your password has a pw_class field */ 26/* Define if your password has a pw_class field */
27#undef HAVE_PW_CLASS_IN_PASSWD 27#undef HAVE_PW_CLASS_IN_PASSWD
28 28
29/* Define if your password has a pw_expire field */
30#undef HAVE_PW_EXPIRE_IN_PASSWD
31
32/* Define if your password has a pw_change field */
33#undef HAVE_PW_CHANGE_IN_PASSWD
34
29/* Define if your system's struct sockaddr_un has a sun_len member */ 35/* Define if your system's struct sockaddr_un has a sun_len member */
30#undef HAVE_SUN_LEN_IN_SOCKADDR_UN 36#undef HAVE_SUN_LEN_IN_SOCKADDR_UN
31 37