Author: metze Date: 2006-09-27 11:39:43 +0000 (Wed, 27 Sep 2006) New Revision: 18950
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18950 Log: 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 Modified: branches/SAMBA_3_0/source/configure.in branches/SAMBA_3_0/source/include/includes.h Changeset: Modified: branches/SAMBA_3_0/source/configure.in =================================================================== --- branches/SAMBA_3_0/source/configure.in 2006-09-27 11:37:02 UTC (rev 18949) +++ branches/SAMBA_3_0/source/configure.in 2006-09-27 11:39:43 UTC (rev 18950) @@ -950,7 +950,6 @@ 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) Modified: branches/SAMBA_3_0/source/include/includes.h =================================================================== --- branches/SAMBA_3_0/source/include/includes.h 2006-09-27 11:37:02 UTC (rev 18949) +++ branches/SAMBA_3_0/source/include/includes.h 2006-09-27 11:39:43 UTC (rev 18950) @@ -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.
