Received: from pacific-carrier-annex.mit.edu (PACIFIC-CARRIER-ANNEX.MIT.EDU [18.7.21.83]) by krbdev.mit.edu (8.9.3p2) with ESMTP id PAA08644; Fri, 27 Feb 2004 15:38:36 -0500 (EST) Received: from hermes.ctd.anl.gov (hermes.ctd.anl.gov [130.202.113.27]) by pacific-carrier-annex.mit.edu (8.12.4/8.9.2) with ESMTP id i1RKcXke015671 for ; Fri, 27 Feb 2004 15:38:33 -0500 (EST) Received: from hermes.ctd.anl.gov (localhost [127.0.0.1]) by hermes.ctd.anl.gov (8.9.1a/8.9.1) with ESMTP id OAA19588 for ; Fri, 27 Feb 2004 14:38:33 -0600 (CST) Received: from anl.gov (atalanta.ctd.anl.gov [146.137.194.4]) by hermes.ctd.anl.gov (8.9.1a/8.9.1) with ESMTP id OAA19577 for ; Fri, 27 Feb 2004 14:38:32 -0600 (CST) Message-Id: <403FAAE2.1671833F@anl.gov> Date: Fri, 27 Feb 2004 14:38:58 -0600 From: "Douglas E. Engert" X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: krb5-bugs@mit.edu Subject: krb5-1.3.2 HP UX 11.0 - HAVE_SELECT_H Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-RT-Original-Encoding: us-ascii Content-Length: 508 HP UX 11.0 does not have a #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 +#endif #include "port-sockets.h" int -- Douglas E. Engert Argonne National Laboratory 9700 South Cass Avenue Argonne, Illinois 60439 (630) 252-5444