summaryrefslogtreecommitdiff
path: root/Porting/config_H
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-03-06 15:04:41 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-03-06 15:04:41 +0000
commit511116db8934dbe04ba1927d22e80086b1875f06 (patch)
treed03d6e4cb23669e5b8be1e271a5fb938cf5abe8a /Porting/config_H
parentf6adc668b60f0f8268aae580ac1bf83fc3edd847 (diff)
downloadperl-511116db8934dbe04ba1927d22e80086b1875f06.tar.gz
Regen Glossary et al.
p4raw-id: //depot/perl@15068
Diffstat (limited to 'Porting/config_H')
-rw-r--r--Porting/config_H29
1 files changed, 17 insertions, 12 deletions
diff --git a/Porting/config_H b/Porting/config_H
index 573bfb476f..4ff3c4837b 100644
--- a/Porting/config_H
+++ b/Porting/config_H
@@ -17,7 +17,7 @@
/*
* Package name : perl5
* Source directory : .
- * Configuration time: Mon Mar 4 21:48:13 EET 2002
+ * Configuration time: Wed Mar 6 18:01:27 EET 2002
* Configured by : jhi
* Target system : osf1 alpha.hut.fi v4.0 878 alpha
*/
@@ -984,8 +984,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/5.7.2/alpha-dec_osf" /**/
-#define ARCHLIB_EXP "/opt/perl/lib/5.7.2/alpha-dec_osf" /**/
+#define ARCHLIB "/opt/perl/lib/5.7.3/alpha-dec_osf" /**/
+#define ARCHLIB_EXP "/opt/perl/lib/5.7.3/alpha-dec_osf" /**/
/* ARCHNAME:
* This symbol holds a string representing the architecture name.
@@ -2649,9 +2649,14 @@
* This symbol, if defined, indicates to the C program that it should
* include <sys/time.h> with KERNEL defined.
*/
+/* HAS_TM_TM_ZONE:
+ * This symbol, if defined, indicates to the C program that
+ * the struct tm has a tm_zone field.
+ */
/*#define I_TIME / **/
#define I_SYS_TIME /**/
/*#define I_SYS_TIME_KERNEL / **/
+#define HAS_TM_TM_ZONE /**/
/* I_USTAT:
* This symbol, if defined, indicates that <ustat.h> exists and
@@ -2963,8 +2968,8 @@
* This symbol contains the ~name expanded version of PRIVLIB, to be used
* in programs that are not prepared to deal with ~ expansion at run-time.
*/
-#define PRIVLIB "/opt/perl/lib/5.7.2" /**/
-#define PRIVLIB_EXP "/opt/perl/lib/5.7.2" /**/
+#define PRIVLIB "/opt/perl/lib/5.7.3" /**/
+#define PRIVLIB_EXP "/opt/perl/lib/5.7.3" /**/
/* PTRSIZE:
* This symbol contains the size of a pointer, so that the C preprocessor
@@ -3067,8 +3072,8 @@
* This symbol contains the ~name expanded version of SITEARCH, to be used
* in programs that are not prepared to deal with ~ expansion at run-time.
*/
-#define SITEARCH "/opt/perl/lib/site_perl/5.7.2/alpha-dec_osf" /**/
-#define SITEARCH_EXP "/opt/perl/lib/site_perl/5.7.2/alpha-dec_osf" /**/
+#define SITEARCH "/opt/perl/lib/site_perl/5.7.3/alpha-dec_osf" /**/
+#define SITEARCH_EXP "/opt/perl/lib/site_perl/5.7.3/alpha-dec_osf" /**/
/* SITELIB:
* This symbol contains the name of the private library for this package.
@@ -3090,8 +3095,8 @@
* removed. The elements in inc_version_list (inc_version_list.U) can
* be tacked onto this variable to generate a list of directories to search.
*/
-#define SITELIB "/opt/perl/lib/site_perl/5.7.2" /**/
-#define SITELIB_EXP "/opt/perl/lib/site_perl/5.7.2" /**/
+#define SITELIB "/opt/perl/lib/site_perl/5.7.3" /**/
+#define SITELIB_EXP "/opt/perl/lib/site_perl/5.7.3" /**/
#define SITELIB_STEM "/opt/perl/lib/site_perl" /**/
/* Size_t_size:
@@ -3128,7 +3133,7 @@
* script to make sure (one hopes) that it runs with perl and not
* some shell.
*/
-#define STARTPERL "#!/opt/perl/bin/perl5.7.2" /**/
+#define STARTPERL "#!/opt/perl/bin/perl5.7.3" /**/
/* STDCHAR:
* This symbol is defined to be the type of char used in stdio.h.
@@ -3328,7 +3333,7 @@
/* PERL_XS_APIVERSION:
* This variable contains the version of the oldest perl binary
* compatible with the present perl. perl.c:incpush() and
- * lib/lib.pm will automatically search in /opt/perl/lib/site_perl/5.7.2/alpha-dec_osf for older
+ * lib/lib.pm will automatically search in /opt/perl/lib/site_perl/5.7.3/alpha-dec_osf for older
* directories across major versions back to xs_apiversion.
* This is only useful if you have a perl library directory tree
* structured like the default one.
@@ -3347,7 +3352,7 @@
* compatible with the present perl. (That is, pure perl modules
* written for pm_apiversion will still work for the current
* version). perl.c:incpush() and lib/lib.pm will automatically
- * search in /opt/perl/lib/site_perl/5.7.2 for older directories across major versions
+ * search in /opt/perl/lib/site_perl/5.7.3 for older directories across major versions
* back to pm_apiversion. This is only useful if you have a perl
* library directory tree structured like the default one. The
* versioned site_perl library was introduced in 5.005, so that's