# $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $
#
-# Generated on Tue Mar 13 05:21:04 EET 2001 [metaconfig 3.0 PL70]
+# Generated on Tue Mar 27 07:51:37 EET DST 2001 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by perlbug@perl.org)
cat >c1$$ <<EOF
d_sigaction=''
d_sigprocmask=''
d_sigsetjmp=''
+d_sockatmark=''
d_msg_ctrunc=''
d_msg_dontroute=''
d_msg_oob=''
eval $setvar
$rm -f try.c try
+: see if sockatmark exists
+set sockatmark d_sockatmark
+eval $inlibc
+
: see if socks5_init exists
set socks5_init d_socks5_init
eval $inlibc
set i_sysioctl
eval $setvar
+: see if socket ioctl defs are in sys/sockio.h
+echo " "
+xxx=`./findhdr sys/sockio.h`
+if $test "$xxx"; then
+ if $contains SIOCATMARK $xxx >/dev/null 2>&1; then
+ val="$define"
+ echo "You have socket ioctls defined in <sys/sockio.h>." >&4
+ else
+ val="$undef"
+ echo "No socket ioctls found in <sys/sockio.h>." >&4
+ fi
+else
+ val="$undef"
+ $cat <<EOM
+<sys/sockio.h> not found, assuming socket ioctls are in <sys/ioctl.h>.
+EOM
+fi
+set i_syssockio
+eval $setvar
+
: see if this is a syslog.h system
set syslog.h i_syslog
d_sigaction='$d_sigaction'
d_sigprocmask='$d_sigprocmask'
d_sigsetjmp='$d_sigsetjmp'
+d_sockatmark='$d_sockatmark'
d_socket='$d_socket'
d_socklen_t='$d_socklen_t'
d_sockpair='$d_sockpair'
which indicates that the sigsetjmp() routine is available to
call setjmp() and optionally save the process's signal mask.
+d_sockatmark (d_sockatmark.U):
+ This variable conditionally defines the HAS_SOCKATMARK symbol, which
+ indicates to the C program that the sockatmark() routine is available.
+
d_socket (d_socket.U):
This variable conditionally defines HAS_SOCKET, which indicates
that the BSD socket interface is supported.
# Package name : perl5
# Source directory : .
-# Configuration time: Sat Mar 3 02:46:53 EET 2001
+# Configuration time: Tue Mar 27 07:55:38 EET DST 2001
# Configured by : jhi
# Target system : osf1 alpha.hut.fi v4.0 878 alpha
ccversion='V5.6-082'
cf_by='jhi'
cf_email='yourname@yourhost.yourplace.com'
-cf_time='Sat Mar 3 02:46:53 EET 2001'
+cf_time='Tue Mar 27 07:55:38 EET DST 2001'
charsize='1'
chgrp=''
chmod=''
d_sigaction='define'
d_sigprocmask='define'
d_sigsetjmp='define'
+d_sockatmark='undef'
d_socket='define'
d_socklen_t='undef'
d_sockpair='define'
dlsrc='dl_dlopen.xs'
doublesize='8'
drand01='drand48()'
-dynamic_ext='B ByteLoader DB_File Data/Dumper Devel/DProf Devel/Peek Encode Fcntl File/Glob Filter/Util/Call IO IPC/SysV NDBM_File ODBM_File Opcode POSIX SDBM_File Socket Storable Sys/Hostname Sys/Syslog Thread attrs re'
+dynamic_ext='B ByteLoader DB_File Data/Dumper Devel/DProf Devel/Peek Digest/MD5 Encode Fcntl File/Glob Filter/Util/Call IO IPC/SysV MIME/Base64 NDBM_File ODBM_File Opcode POSIX PerlIO/Scalar SDBM_File Socket Storable Sys/Hostname Sys/Syslog Thread attrs re'
eagain='EAGAIN'
ebcdic='undef'
echo='echo'
eunicefix=':'
exe_ext=''
expr='expr'
-extensions='B ByteLoader DB_File Data/Dumper Devel/DProf Devel/Peek Encode Fcntl File/Glob Filter/Util/Call IO IPC/SysV NDBM_File ODBM_File Opcode POSIX SDBM_File Socket Storable Sys/Hostname Sys/Syslog Thread attrs re Errno'
+extensions='B ByteLoader DB_File Data/Dumper Devel/DProf Devel/Peek Digest/MD5 Encode Fcntl File/Glob Filter/Util/Call IO IPC/SysV MIME/Base64 NDBM_File ODBM_File Opcode POSIX PerlIO/Scalar SDBM_File Socket Storable Sys/Hostname Sys/Syslog Thread attrs re Errno'
fflushNULL='define'
fflushall='undef'
find=''
i_sysresrc='define'
i_syssecrt='define'
i_sysselct='define'
-i_syssockio=''
+i_syssockio='undef'
i_sysstat='define'
i_sysstatfs='undef'
i_sysstatvfs='define'
ivdformat='"ld"'
ivsize='8'
ivtype='long'
-known_extensions='B ByteLoader DB_File Data/Dumper Devel/DProf Devel/Peek Encode Fcntl File/Glob Filter/Util/Call GDBM_File IO IPC/SysV NDBM_File ODBM_File Opcode POSIX SDBM_File Socket Storable Sys/Hostname Sys/Syslog Thread attrs re'
+known_extensions='B ByteLoader DB_File Data/Dumper Devel/DProf Devel/Peek Digest/MD5 Encode Fcntl File/Glob Filter/Util/Call GDBM_File IO IPC/SysV MIME/Base64 NDBM_File ODBM_File Opcode POSIX PerlIO/Scalar SDBM_File Socket Storable Sys/Hostname Sys/Syslog Thread attrs re'
ksh=''
ld='ld'
lddlflags='-shared -expect_unresolved "*" -msym -std -s'
/*
* Package name : perl5
* Source directory : .
- * Configuration time: Sat Mar 3 02:46:53 EET 2001
+ * Configuration time: Tue Mar 27 07:55:38 EET DST 2001
* Configured by : jhi
* Target system : osf1 alpha.hut.fi v4.0 878 alpha
*/
* This symbol, if defined, indicates that <sys/ioctl.h> exists and should
* be included. Otherwise, include <sgtty.h> or <termio.h>.
*/
+/* I_SYS_SOCKIO:
+ * This symbol, if defined, indicates the <sys/sockio.h> should be included
+ * to get socket ioctl options, like SIOCATMARK.
+ */
#define I_SYS_IOCTL /**/
+/*#define I_SYS_SOCKIO / **/
/* I_SYS_NDIR:
* This symbol, if defined, indicates to the C program that it should
*/
#define HAS_SIGPROCMASK /**/
+/* HAS_SOCKATMARK:
+ * This symbol, if defined, indicates that the sockatmark routine is
+ * available to test whether a socket is at the out-of-band mark.
+ */
+/*#define HAS_SOCKATMARK / **/
+
#endif
* This symbol, if defined, indicates that <sys/ioctl.h> exists and should
* be included. Otherwise, include <sgtty.h> or <termio.h>.
*/
+/* I_SYS_SOCKIO:
+ * This symbol, if defined, indicates the <sys/sockio.h> should be included
+ * to get socket ioctl options, like SIOCATMARK.
+ */
#$i_sysioctl I_SYS_IOCTL /**/
+#$i_syssockio I_SYS_SOCKIO /**/
/* I_SYS_NDIR:
* This symbol, if defined, indicates to the C program that it should
*/
#$d_sigprocmask HAS_SIGPROCMASK /**/
+/* HAS_SOCKATMARK:
+ * This symbol, if defined, indicates that the sockatmark routine is
+ * available to test whether a socket is at the out-of-band mark.
+ */
+#$d_sockatmark HAS_SOCKATMARK /**/
+
#endif
!GROK!THIS!
$ WC "d_sigaction='" + d_sigaction + "'"
$ WC "d_sigprocmask='" + d_sigprocmask + "'"
$ WC "d_sigsetjmp='" + d_sigsetjmp + "'"
+$ WC "d_sockatmark='undef'"
$ WC "d_socket='" + d_socket + "'"
$ WC "d_socklen_t='" + d_socklen_t + "'"
$ WC "d_sockpair='undef'"
$ WC "i_sysresrc='undef'"
$ WC "i_syssecrt='" + i_syssecrt + "'"
$ WC "i_sysselct='undef'"
+$ WC "i_syssockio='undef'"
$ WC "i_sysstat='define'"
$ WC "i_sysstatfs='undef'"
$ WC "i_sysstatvfs='undef'"
d_sigaction='undef'
d_sigprocmask='undef'
d_sigsetjmp='undef'
+d_sockatmark='undef'
d_socket='define'
d_sockpair='undef'
d_socks5_init='undef'
* This symbol, if defined, indicates that <sys/ioctl.h> exists and should
* be included. Otherwise, include <sgtty.h> or <termio.h>.
*/
+/* I_SYS_SOCKIO:
+ * This symbol, if defined, indicates the <sys/sockio.h> should be included
+ * to get socket ioctl options, like SIOCATMARK.
+ */
/*#define I_SYS_IOCTL / **/
+/*#define I_SYS_SOCKIO / **/
/* I_SYS_NDIR:
* This symbol, if defined, indicates to the C program that it should
*/
/*#define HAS_SIGPROCMASK / **/
+/* HAS_SOCKATMARK:
+ * This symbol, if defined, indicates that the sockatmark routine is
+ * available to test whether a socket is at the out-of-band mark.
+ */
+/*#define HAS_SOCKATMARK / **/
+
#endif
d_sigaction='undef'
d_sigprocmask='undef'
d_sigsetjmp='undef'
+d_sockatmark='undef'
d_socket='undef'
d_socklen_t='undef'
d_sockpair='undef'
i_sysresrc='undef'
i_syssecrt='undef'
i_sysselct='undef'
-i_syssockio=''
+i_syssockio='undef'
i_sysstat='define'
i_sysstatfs='undef'
i_sysstatvfs='undef'
$d_sigaction='undef'
$d_sigprocmask='undef'
$d_sigsetjmp='undef'
+$d_sockatmark='undef'
$d_socket='define'
$d_sockpair='undef'
$d_socks5_init='undef'
$i_sysresrc='undef'
$i_syssecrt='undef'
$i_sysselct='define'
+$i_syssockio='undef'
$i_sysstat='define'
$i_sysstatfs='undef'
$i_sysstatvfs='undef'
*/
/*#define NEED_VA_COPY / **/
+/* HAS_SOCKATMARK:
+ * This symbol, if defined, indicates that the sockatmark routine is
+ * available to test whether a socket is at the out-of-band mark.
+ */
+/*#define HAS_SOCKATMARK / **/
+
#endif
$d_sigaction='define'
$d_sigprocmask='define'
$d_sigsetjmp='define'
+$d_sockatmark='undef'
$d_socket='define'
$d_sockpair='undef'
$d_socks5_init='undef'
$i_sysresrc='undef'
$i_syssecrt='undef'
$i_sysselct='define'
+$i_syssockio='undef'
$i_sysstat='define'
$i_sysstatfs='undef'
$i_sysstatvfs='undef'
*/
/*#define NEED_VA_COPY / **/
+/* HAS_SOCKATMARK:
+ * This symbol, if defined, indicates that the sockatmark routine is
+ * available to test whether a socket is at the out-of-band mark.
+ */
+/*#define HAS_SOCKATMARK / **/
+
#endif
d_sigaction='undef'
d_sigprocmask='undef'
d_sigsetjmp='undef'
+d_sockatmark='undef'
d_socket='define'
d_socklen_t='undef'
d_sockpair='undef'
i_sysresrc='undef'
i_syssecrt='undef'
i_sysselct='undef'
-i_syssockio=''
+i_syssockio='undef'
i_sysstatfs='undef'
i_sysstatvfs='undef'
i_sysstat='define'
d_sigaction='undef'
d_sigprocmask='undef'
d_sigsetjmp='undef'
+d_sockatmark='undef'
d_socket='define'
d_socklen_t='undef'
d_sockpair='undef'
i_sysresrc='undef'
i_syssecrt='undef'
i_sysselct='undef'
-i_syssockio=''
+i_syssockio='undef'
i_sysstatfs='undef'
i_sysstatvfs='undef'
i_sysstat='define'
d_sigaction='undef'
d_sigprocmask='undef'
d_sigsetjmp='undef'
+d_sockatmark='undef'
d_socket='define'
d_socklen_t='undef'
d_sockpair='undef'
i_sysresrc='undef'
i_syssecrt='undef'
i_sysselct='undef'
-i_syssockio=''
+i_syssockio='undef'
i_sysstatfs='undef'
i_sysstatvfs='undef'
i_sysstat='define'