summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-09-27 11:39:43 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:14:49 -0500
commit93dc24eed93eb8960d012c0a6e377cf3d8ebfd35 (patch)
tree1309abbe4645b354aa0e34e057114e8a042b7b2a
parent1888bb4fd98138b2ac2ba01b9e2eae1736c76a33 (diff)
downloadsamba-93dc24eed93eb8960d012c0a6e377cf3d8ebfd35.tar.gz
samba-93dc24eed93eb8960d012c0a6e377cf3d8ebfd35.tar.bz2
samba-93dc24eed93eb8960d012c0a6e377cf3d8ebfd35.zip
r18950: I can't see where stropts.h and poll.h are needed
(I just removed the only reference to poll() in my last commit) they were added in this commit, without make usage of them. http://cvs.samba.org/cgi-bin/cvsweb/samba/source/configure.in.diff?r1=1.21&r2=1.22&f=h http://cvs.samba.org/cgi-bin/cvsweb/samba/source/include/includes.h.diff?r1=1.105&r2=1.106&f=h metze (This used to be commit b852cf46c213b2e059a66cbe0d058ed063c37957)
-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.