summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
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 00fdfac63..7c5c1605d 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,4 +1,4 @@
1/* $Id: acconfig.h,v 1.127 2002/04/06 23:52:04 mouring Exp $ */ 1/* $Id: acconfig.h,v 1.128 2002/04/07 16:18:04 stevesk Exp $ */
2 2
3#ifndef _CONFIG_H 3#ifndef _CONFIG_H
4#define _CONFIG_H 4#define _CONFIG_H
@@ -34,6 +34,9 @@
34/* Define if your system uses access rights style file descriptor passing */ 34/* Define if your system uses access rights style file descriptor passing */
35#undef HAVE_ACCRIGHTS_IN_MSGHDR 35#undef HAVE_ACCRIGHTS_IN_MSGHDR
36 36
37/* Define if your system uses ancillary data style file descriptor passing */
38#undef HAVE_CONTROL_IN_MSGHDR
39
37/* Define if you system's inet_ntoa is busted (e.g. Irix gcc issue) */ 40/* Define if you system's inet_ntoa is busted (e.g. Irix gcc issue) */
38#undef BROKEN_INET_NTOA 41#undef BROKEN_INET_NTOA
39 42