summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorAndy Dougherty <doughera@lafayette.edu>1999-05-27 11:19:21 -0400
committerJarkko Hietaniemi <jhi@iki.fi>1999-05-28 07:47:06 +0000
commitbd628c730307c17b2204ca361fbabbea581d4082 (patch)
tree54c9e8b0f35577e6b8ec9233b0f9c00873588a42 /Configure
parent47092236746cc290091ffba4aa4a59e1e8af58ef (diff)
downloadperl-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-xConfigure8
1 files changed, 6 insertions, 2 deletions
diff --git a/Configure b/Configure
index 2cc2bf4aa2..2cb821a301 100755
--- a/Configure
+++ b/Configure
@@ -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))