summaryrefslogtreecommitdiff
path: root/Porting/config_H
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/config_H
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/config_H')
-rw-r--r--Porting/config_H12
1 files changed, 3 insertions, 9 deletions
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