[krbdev.mit.edu #2301] krb5-1.3.2 HP UX 11.0 - HAVE_SELECT_H

DEEngert@anl.gov via RT rt-comment at krbdev.mit.edu
Fri Feb 27 15:38:42 EST 2004



HP UX 11.0 does not have a <sys/select.h> 

#ifdef HAVE_SELECT_H was added to compat_recv.c
The configure.in already tests for this header file. 


--- ,compat_recv.c	Tue Mar  4 19:20:50 2003
+++ compat_recv.c	Fri Feb 27 13:20:31 2004
@@ -464,7 +464,9 @@
 #endif
 #endif
 
+#ifdef HAVE_SYS_SELECT_H
 #include <sys/select.h>
+#endif
 #include "port-sockets.h"
 
 int

-- 

 Douglas E. Engert  <DEEngert at anl.gov>
 Argonne National Laboratory
 9700 South Cass Avenue
 Argonne, Illinois  60439 
 (630) 252-5444


More information about the krb5-bugs mailing list