summaryrefslogtreecommitdiffstats
path: root/includes.h
diff options
context:
space:
mode:
authorKevin Steves <stevesk@pobox.com>2002-04-07 20:12:03 +0200
committerKevin Steves <stevesk@pobox.com>2002-04-07 20:12:03 +0200
commitb1184bbf2931f064b5b38c3a0fe9440d02c67610 (patch)
treee7106536f2cd613da5c9698e65579bdb25764573 /includes.h
parent - (stevesk) HAVE_MMAP and HAVE_SYS_MMAN_H and use them in (diff)
downloadopenssh-b1184bbf2931f064b5b38c3a0fe9440d02c67610.tar.xz
openssh-b1184bbf2931f064b5b38c3a0fe9440d02c67610.zip
- (stevesk) remove configure support for poll.h; it was removed
from sshd.c a long time ago.
Diffstat (limited to 'includes.h')
-rw-r--r--includes.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/includes.h b/includes.h
index 633fd960e..df91404e8 100644
--- a/includes.h
+++ b/includes.h
@@ -85,13 +85,6 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
#ifdef USE_PAM
# include <security/pam_appl.h>
#endif
-#ifdef HAVE_POLL_H
-# include <poll.h>
-#else
-# ifdef HAVE_SYS_POLL_H
-# include <sys/poll.h>
-# endif
-#endif
#ifdef HAVE_SYS_SYSMACROS_H
# include <sys/sysmacros.h>
#endif