summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorAndy Dougherty <doughera@lafayette.edu>1998-06-08 10:45:36 -0400
committerGurusamy Sarathy <gsar@cpan.org>1998-06-10 05:52:05 +0000
commitaebf16e7cdbc86ec766bcfc2294cc17a0e67dc15 (patch)
tree987d954b0b07ce46e70cfd66e26d155cf4f9f6d4 /Porting
parent5d582a372c85360bc6ffdf3733896719312079e2 (diff)
downloadperl-aebf16e7cdbc86ec766bcfc2294cc17a0e67dc15.tar.gz
Config_66-01
Message-Id: <Pine.SUN.3.96.980608144437.13972A-100000@newton.phys> p4raw-id: //depot/perl@1087
Diffstat (limited to 'Porting')
-rw-r--r--Porting/Glossary5
-rw-r--r--Porting/config.sh28
-rw-r--r--Porting/config_H12
3 files changed, 23 insertions, 22 deletions
diff --git a/Porting/Glossary b/Porting/Glossary
index 8e7514e10a..fb7154d2ee 100644
--- a/Porting/Glossary
+++ b/Porting/Glossary
@@ -613,11 +613,6 @@ d_mkfifo (d_mkfifo.U):
This variable conditionally defines the HAS_MKFIFO symbol, which
indicates to the C program that the mkfifo() routine is available.
-d_mkstemp (d_mkstemp.U):
- This variable conditionally defines the HAS_MKSTEMP symbol, which
- indicates to the C program that the mkstemp() routine is available
- to create and open a unique tempporary file.
-
d_mktime (d_mktime.U):
This variable conditionally defines the HAS_MKTIME symbol, which
indicates to the C program that the mktime() routine is available.
diff --git a/Porting/config.sh b/Porting/config.sh
index 5a417ae2f0..0ba33d0b6b 100644
--- a/Porting/config.sh
+++ b/Porting/config.sh
@@ -8,7 +8,7 @@
# Package name : perl5
# Source directory : .
-# Configuration time: Thu May 28 12:44:36 EDT 1998
+# Configuration time: Mon Jun 8 12:25:25 EDT 1998
# Configured by : doughera
# Target system : linux fractal 2.0.33 #1 tue feb 3 10:11:46 est 1998 i686 unknown
@@ -31,8 +31,8 @@ alignbytes='4'
ansi2knr=''
aphostname=''
ar='ar'
-archlib='/opt/perl/lib/i686-linux-thread/5.00465'
-archlibexp='/opt/perl/lib/i686-linux-thread/5.00465'
+archlib='/opt/perl/lib/i686-linux-thread/5.00466'
+archlibexp='/opt/perl/lib/i686-linux-thread/5.00466'
archname='i686-linux-thread'
archobjs=''
awk='awk'
@@ -52,7 +52,7 @@ ccdlflags='-rdynamic'
ccflags='-D_REENTRANT -Dbool=char -DHAS_BOOL -I/usr/local/include'
cf_by='doughera'
cf_email='yourname@yourhost.yourplace.com'
-cf_time='Thu May 28 12:44:36 EDT 1998'
+cf_time='Mon Jun 8 12:25:25 EDT 1998'
chgrp=''
chmod=''
chown=''
@@ -167,7 +167,6 @@ d_memmove='define'
d_memset='define'
d_mkdir='define'
d_mkfifo='define'
-d_mkstemp='define'
d_mktime='define'
d_msg='define'
d_msgctl='define'
@@ -376,7 +375,7 @@ i_varhdr='stdarg.h'
i_vfork='undef'
incpath=''
inews=''
-installarchlib='/opt/perl/lib/i686-linux-thread/5.00465'
+installarchlib='/opt/perl/lib/i686-linux-thread/5.00466'
installbin='/opt/perl/bin'
installman1dir='/opt/perl/man/man1'
installman3dir='/opt/perl/man/man3'
@@ -522,7 +521,7 @@ stdio_filbuf=''
stdio_ptr='((fp)->_IO_read_ptr)'
strings='/usr/include/string.h'
submit=''
-subversion='65'
+subversion='66'
sysman='/usr/man/man1'
tail=''
tar=''
@@ -554,6 +553,19 @@ voidflags='15'
xlibpth='/usr/lib/386 /lib/386'
zcat=''
zip='zip'
+# Configure command line arguments.
+config_arg0='Configure'
+config_args='-Dprefix=/opt/perl -Doptimize=-O -Dusethreads -Dcf_by=yourname -Dcf_email=yourname@yourhost.yourplace.com -Dperladmin=yourname@yourhost.yourplace.com -Dmydomain=.yourplace.com -Dmyhostname=yourhost -dE'
+config_argc=9
+config_arg1='-Dprefix=/opt/perl'
+config_arg2='-Doptimize=-O'
+config_arg3='-Dusethreads'
+config_arg4='-Dcf_by=yourname'
+config_arg5='-Dcf_email=yourname@yourhost.yourplace.com'
+config_arg6='-Dperladmin=yourname@yourhost.yourplace.com'
+config_arg7='-Dmydomain=.yourplace.com'
+config_arg8='-Dmyhostname=yourhost'
+config_arg9='-dE'
PATCHLEVEL=4
-SUBVERSION=65
+SUBVERSION=66
CONFIG=true
diff --git a/Porting/config_H b/Porting/config_H
index 0b1de0855f..b83e51707f 100644
--- a/Porting/config_H
+++ b/Porting/config_H
@@ -17,7 +17,7 @@
/*
* Package name : perl5
* Source directory : .
- * Configuration time: Thu May 28 12:44:36 EDT 1998
+ * Configuration time: Mon Jun 8 12:25:25 EDT 1998
* Configured by : doughera
* Target system : linux fractal 2.0.33 #1 tue feb 3 10:11:46 est 1998 i686 unknown
*/
@@ -1467,8 +1467,8 @@
* This symbol contains the ~name expanded version of ARCHLIB, to be used
* in programs that are not prepared to deal with ~ expansion at run-time.
*/
-#define ARCHLIB "/opt/perl/lib/i686-linux-thread/5.00465" /**/
-#define ARCHLIB_EXP "/opt/perl/lib/i686-linux-thread/5.00465" /**/
+#define ARCHLIB "/opt/perl/lib/i686-linux-thread/5.00466" /**/
+#define ARCHLIB_EXP "/opt/perl/lib/i686-linux-thread/5.00466" /**/
/* CAT2:
* This macro catenates 2 tokens together.
@@ -1620,12 +1620,6 @@
#define LONGLONGSIZE 8 /**/
#endif
-/* HAS_MKSTEMP:
- * This symbol, if defined, indicates that the mkstemp routine is
- * available to create and open a unique temporary file.
- */
-#define HAS_MKSTEMP /**/
-
/* HAS_SETGROUPS:
* This symbol, if defined, indicates that the setgroups() routine is
* available to set the list of process groups. If unavailable, multiple