diff options
author | Kevin Steves <stevesk@pobox.com> | 2002-04-07 18:18:03 +0200 |
---|---|---|
committer | Kevin Steves <stevesk@pobox.com> | 2002-04-07 18:18:03 +0200 |
commit | a44e0351ee8dd45435bf1c887f1aca4933a205b0 (patch) | |
tree | 47832b2019b052e3f13f52f7ae5f72e28cd1daf1 /acconfig.h | |
parent | - (bal) We no longer use atexit()/xatexit()/on_exit() (diff) | |
download | openssh-a44e0351ee8dd45435bf1c887f1aca4933a205b0.tar.xz openssh-a44e0351ee8dd45435bf1c887f1aca4933a205b0.zip |
- (stevesk) HAVE_CONTROL_IN_MSGHDR; not used right now.
Future: we may want to test if fd passing works correctly.
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 00fdfac63..7c5c1605d 100644 --- a/acconfig.h +++ b/acconfig.h @@ -1,4 +1,4 @@ -/* $Id: acconfig.h,v 1.127 2002/04/06 23:52:04 mouring Exp $ */ +/* $Id: acconfig.h,v 1.128 2002/04/07 16:18:04 stevesk Exp $ */ #ifndef _CONFIG_H #define _CONFIG_H @@ -34,6 +34,9 @@ /* Define if your system uses access rights style file descriptor passing */ #undef HAVE_ACCRIGHTS_IN_MSGHDR +/* Define if your system uses ancillary data style file descriptor passing */ +#undef HAVE_CONTROL_IN_MSGHDR + /* Define if you system's inet_ntoa is busted (e.g. Irix gcc issue) */ #undef BROKEN_INET_NTOA |