summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorKevin Steves <stevesk@pobox.com>2001-09-20 19:43:41 +0000
committerKevin Steves <stevesk@pobox.com>2001-09-20 19:43:41 +0000
commit50abba560c1a20ae2b88a0e4dbfc0d1f166588ea (patch)
tree767d45af8bd1bd1fe56d61f8a9b4776b50e2e4e7 /acconfig.h
parentc3422eb89094e4e56710b2fccfc7aff6294b1cab (diff)
- (stevesk) sun_len, SUN_LEN() configure stuff no longer required
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/acconfig.h b/acconfig.h
index 2b2be91ab..0c1417885 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,4 +1,4 @@
1/* $Id: acconfig.h,v 1.116 2001/09/18 04:01:12 djm Exp $ */ 1/* $Id: acconfig.h,v 1.117 2001/09/20 19:43:41 stevesk Exp $ */
2 2
3#ifndef _CONFIG_H 3#ifndef _CONFIG_H
4#define _CONFIG_H 4#define _CONFIG_H
@@ -32,9 +32,6 @@
32/* Define if your password has a pw_change field */ 32/* Define if your password has a pw_change field */
33#undef HAVE_PW_CHANGE_IN_PASSWD 33#undef HAVE_PW_CHANGE_IN_PASSWD
34 34
35/* Define if your system's struct sockaddr_un has a sun_len member */
36#undef HAVE_SUN_LEN_IN_SOCKADDR_UN
37
38/* Define if you system's inet_ntoa is busted (e.g. Irix gcc issue) */ 35/* Define if you system's inet_ntoa is busted (e.g. Irix gcc issue) */
39#undef BROKEN_INET_NTOA 36#undef BROKEN_INET_NTOA
40 37