Still more portability.
[p5sagit/p5-mst-13.2.git] / Porting / config_H
index 573bfb4..4ff3c48 100644 (file)
@@ -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 
  */
  *     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.
  *     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
  *     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
  *     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.
  *     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:
  *     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.
 /* 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.
  *     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