summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/configure.in1
-rw-r--r--source3/include/includes.h8
2 files changed, 0 insertions, 9 deletions
diff --git a/source3/configure.in b/source3/configure.in
index db1822948f..c5ad0aa93a 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -950,7 +950,6 @@ case "$host_os" in
esac
AC_CHECK_HEADERS(shadow.h)
AC_CHECK_HEADERS(nss.h nss_common.h nsswitch.h ns_api.h sys/security.h security/pam_appl.h)
-AC_CHECK_HEADERS(stropts.h poll.h)
AC_CHECK_HEADERS(syscall.h sys/syscall.h)
AC_CHECK_HEADERS(sys/acl.h sys/attributes.h attr/xattr.h sys/xattr.h sys/extattr.h sys/uio.h)
diff --git a/source3/include/includes.h b/source3/include/includes.h
index fd6ff2f5b2..7a474c450f 100644
--- a/source3/include/includes.h
+++ b/source3/include/includes.h
@@ -118,14 +118,6 @@
#include "system/time.h"
#include "system/wait.h"
-#ifdef HAVE_STROPTS_H
-#include <stropts.h>
-#endif
-
-#ifdef HAVE_POLL_H
-#include <poll.h>
-#endif
-
#if defined(HAVE_RPC_RPC_H)
/*
* Check for AUTH_ERROR define conflict with rpc/rpc.h in prot.h.