SYS_SELECT_H in configure.in and check this symbol to include
sys/select.h in network.c.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6056
dc483132-0cff-0310-8789-
dd5450dbe970
+Tue Jun 13 12:44:20 1995 Sam Hartman <hartmans@tardis.MIT.EDU>
+
+ * network.c: Base inclusion of sys/select.h on whether it exists
+ instead of a specific test for AIX.
+
+ * configure.in: Test for sys/select.h
+
Mon Jun 12 20:01:23 1995 Ezra Peisach <epeisach@kangaroo.mit.edu>
* kdc_util.c (kdc_process_tgs_req): Set the auth_context rcache to
AC_CHECK_LIB(ndbm,main)
AC_CHECK_LIB(dbm,main)
AC_HEADER_CHECK(termios.h,AC_FUNC_CHECK([tcsetattr],AC_DEFINE(POSIX_TERMIOS)))
+AC_CHECK_HEADERS(sys/select.h)
ET_RULES
HAS_ANSI_VOLATILE
V5_AC_OUTPUT_MAKEFILE
#include <netinet/in.h>
#include <sys/socket.h>
#include <sys/time.h>
-#if defined(_AIX) || defined(AIXArchitecture)
+#if HAVE_SYS_SELECT_H
#include <sys/select.h>
#endif
#include <arpa/inet.h>