This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
RC5 due to a regression reported by <mons@veda.park.rambler.ru>
[perl5.git] / plan9 / config.plan9
index 94d0a12..49719ee 100644 (file)
  *     This symbol, if defined, indicates that the localtime_r routine
  *     is available to localtime re-entrantly.
  */
+/* LOCALTIME_R_NEEDS_TZSET:
+ *     Many libc's localtime_r implementations do not call tzset,
+ *     making them differ from localtime(), and making timezone
+ *     changes using $ENV{TZ} without explicitly calling tzset
+ *     impossible. This symbol makes us call tzset before localtime_r
+ */
 /* LOCALTIME_R_PROTO:
  *     This symbol encodes the prototype of localtime_r.
  *     It is zero if d_localtime_r is undef, and one of the
  *     is defined.
  */
 /*#define HAS_LOCALTIME_R         / **/
+/*#define LOCALTIME_R_NEEDS_TZSET         / **/
 #define LOCALTIME_R_PROTO 0       /**/
 
 /* HAS_LONG_DOUBLE:
  *     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 "/sys/lib/perl/5.9.4"          /**/
-#define PRIVLIB_EXP "/sys/lib/perl/5.9.4"              /**/
+#define PRIVLIB "/sys/lib/perl/5.12.0"         /**/
+#define PRIVLIB_EXP "/sys/lib/perl/5.12.0"             /**/
 
 /* PTRSIZE:
  *     This symbol contains the size of a pointer, so that the C preprocessor
  *     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 "/sys/lib/perl/5.9.4/site_perl"                /**/
-#define SITELIB_EXP "/sys/lib/perl/5.9.4/site_perl"            /**/
-#define SITELIB_STEM "/sys/lib/perl/5.9.4/site_perl"           /**/
+#define SITELIB "/sys/lib/perl/5.12.0/site_perl"               /**/
+#define SITELIB_EXP "/sys/lib/perl/5.12.0/site_perl"           /**/
+#define SITELIB_STEM "/sys/lib/perl/5.12.0/site_perl"          /**/
 
 /* Size_t_size:
  *     This symbol holds the size of a Size_t in bytes.
  */
 /*#define HAS_COPYSIGNL                /**/
 
+/* USE_CPLUSPLUS:
+ *     This symbol, if defined, indicates that a C++ compiler was
+ *     used to compiled Perl and will be used to compile extensions.
+ */
+/*#define USE_CPLUSPLUS                /**/
+
 /* HAS_DBMINIT_PROTO:
  *     This symbol, if defined, indicates that the system provides
  *     a prototype for the dbminit() function.  Otherwise, it is up