summaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorKevin Steves <stevesk@pobox.com>2002-03-22 18:23:25 +0100
committerKevin Steves <stevesk@pobox.com>2002-03-22 18:23:25 +0100
commit939c9db9b1e71fed79edc6d77a2d89ca991f4b2e (patch)
tree6eb7d4da41d392404a75f9a18c22010abeb62029 /acconfig.h
parent - markus@cvs.openbsd.org 2002/03/21 23:07:37 (diff)
downloadopenssh-939c9db9b1e71fed79edc6d77a2d89ca991f4b2e.tar.xz
openssh-939c9db9b1e71fed79edc6d77a2d89ca991f4b2e.zip
- (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 @@
-/* $Id: acconfig.h,v 1.122 2002/02/26 16:40:49 tim Exp $ */
+/* $Id: acconfig.h,v 1.123 2002/03/22 17:23:26 stevesk Exp $ */
#ifndef _CONFIG_H
#define _CONFIG_H
@@ -32,6 +32,9 @@
/* Define if your password has a pw_change field */
#undef HAVE_PW_CHANGE_IN_PASSWD
+/* Define if your system uses access rights style file descriptor passing */
+#undef HAVE_ACCRIGHTS_IN_MSGHDR
+
/* Define if you system's inet_ntoa is busted (e.g. Irix gcc issue) */
#undef BROKEN_INET_NTOA