This allows configure to get that parms for select() right when using
gcc-2.95. (g++ was complaining about the missing int).

Bill
-- 
Leave others their otherness
--- configure~  Thu Aug 19 23:55:05 1999
+++ configure   Thu Aug 19 23:55:20 1999
@@ -5777,7 +5777,7 @@
 #ifdef HAVE_SYS_SOCKET_H
 #include <sys/socket.h>
 #endif
-extern select 
($ac_cv_func_select_arg1,$ac_cv_func_select_arg234,$ac_cv_func_select_arg234,$ac_cv_func_select_arg234,$ac_cv_func_select_arg5);
+extern int select 
+($ac_cv_func_select_arg1,$ac_cv_func_select_arg234,$ac_cv_func_select_arg234,$ac_cv_func_select_arg234,$ac_cv_func_select_arg5);
 int main() {
 
 ; return 0; }

Reply via email to