diff options
author | Andy Dougherty <doughera@lafayette.edu> | 1999-05-27 11:19:21 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-05-28 07:47:06 +0000 |
commit | bd628c730307c17b2204ca361fbabbea581d4082 (patch) | |
tree | 54c9e8b0f35577e6b8ec9233b0f9c00873588a42 /Configure | |
parent | 47092236746cc290091ffba4aa4a59e1e8af58ef (diff) | |
download | perl-bd628c730307c17b2204ca361fbabbea581d4082.tar.gz |
Configure updates for ISC 4.1
To: perlbug@perl.com
Cc: Jarkko Hietaniemi <jhi@iki.fi>
Message-Id: <Pine.GSU.4.05.9905271513500.22115-100000@newton.phys>
p4raw-id: //depot/cfgperl@3490
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Thu May 27 19:42:20 EET DST 1999 [metaconfig 3.0 PL70] +# Generated on Fri May 28 10:41:29 EET DST 1999 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.com) cat >/tmp/c1$$ <<EOF @@ -2103,7 +2103,7 @@ EOM osvers=$tmp elif $test -f /etc/kconfig; then osname=isc - if test "$lns" = "ln -s"; then + if test "$lns" = "$ln -s"; then osvers=4 elif $contains _SYSV3 /usr/include/stdio.h > /dev/null 2>&1 ; then osvers=3 @@ -11631,6 +11631,10 @@ EOM #ifdef I_SYS_SELECT #include <sys/select.h> #endif +#$d_socket HAS_SOCKET +#ifdef HAS_SOCKET +# include <sys/socket.h> /* Might include <sys/bsdtypes.h> */ +#endif #include <stdio.h> $selecttype b; #define S sizeof(*(b)) |