diff options
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 5 |
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 | ||