summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorKevin Steves <stevesk@pobox.com>2002-03-22 17:23:25 +0000
committerKevin Steves <stevesk@pobox.com>2002-03-22 17:23:25 +0000
commit939c9db9b1e71fed79edc6d77a2d89ca991f4b2e (patch)
tree6eb7d4da41d392404a75f9a18c22010abeb62029 /acconfig.h
parent681d932634983e610421680af6f9759af0f47d06 (diff)
- (stevesk) HAVE_ACCRIGHTS_IN_MSGHDR configure support
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 40cbeeb7d..b2cf81ca7 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,4 +1,4 @@
1/* $Id: acconfig.h,v 1.122 2002/02/26 16:40:49 tim Exp $ */ 1/* $Id: acconfig.h,v 1.123 2002/03/22 17:23:26 stevesk Exp $ */
2 2
3#ifndef _CONFIG_H 3#ifndef _CONFIG_H
4#define _CONFIG_H 4#define _CONFIG_H
@@ -32,6 +32,9 @@
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 uses access rights style file descriptor passing */
36#undef HAVE_ACCRIGHTS_IN_MSGHDR
37
35/* Define if you system's inet_ntoa is busted (e.g. Irix gcc issue) */ 38/* Define if you system's inet_ntoa is busted (e.g. Irix gcc issue) */
36#undef BROKEN_INET_NTOA 39#undef BROKEN_INET_NTOA
37 40