Test script for DynaLoader
[p5sagit/p5-mst-13.2.git] / win32 / config_H.bc
index 7cf8841..166322c 100644 (file)
  *     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 "c:\\perl\\5.9.3\\lib\\MSWin32-x86"            /**/
+#define ARCHLIB "c:\\perl\\5.9.4\\lib\\MSWin32-x86"            /**/
 /*#define ARCHLIB_EXP ""       /**/
 
 /* ARCHNAME:
  *     This symbol is the filename expanded version of the BIN symbol, for
  *     programs that do not want to deal with that at run-time.
  */
-#define BIN "c:\\perl\\5.9.3\\bin\\MSWin32-x86"        /**/
-#define BIN_EXP "c:\\perl\\5.9.3\\bin\\MSWin32-x86"    /**/
+#define BIN "c:\\perl\\5.9.4\\bin\\MSWin32-x86"        /**/
+#define BIN_EXP "c:\\perl\\5.9.4\\bin\\MSWin32-x86"    /**/
 
 /* INTSIZE:
  *     This symbol contains the value of sizeof(int) so that the C
  */
 /*#define      USE_SITECUSTOMIZE               /**/
 
+/* HAS_SNPRINTF:
+ *     This symbol, if defined, indicates that the snprintf () library
+ *     function is available for use.
+ */
+/* HAS_VSNPRINTF:
+ *     This symbol, if defined, indicates that the vsnprintf () library
+ *     function is available for use.
+ */
+#define HAS_SNPRINTF   /**/
+#define HAS_VSNPRINTF  /**/
+
 /* HAS_SOCKET:
  *     This symbol, if defined, indicates that the BSD socket interface is
  *     supported.
  *     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 "c:\\perl\\5.9.3\\lib"         /**/
-#define PRIVLIB_EXP (win32_get_privlib("5.9.3"))       /**/
+#define PRIVLIB "c:\\perl\\5.9.4\\lib"         /**/
+#define PRIVLIB_EXP (win32_get_privlib("5.9.4"))       /**/
 
 /* 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 "c:\\perl\\site\\5.9.3\\lib\\MSWin32-x86"             /**/
+#define SITEARCH "c:\\perl\\site\\5.9.4\\lib\\MSWin32-x86"             /**/
 /*#define SITEARCH_EXP ""      /**/
 
 /* SITELIB:
  *     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 "c:\\perl\\site\\5.9.3\\lib"           /**/
-#define SITELIB_EXP (win32_get_sitelib("5.9.3"))       /**/
+#define SITELIB "c:\\perl\\site\\5.9.4\\lib"           /**/
+#define SITELIB_EXP (win32_get_sitelib("5.9.4"))       /**/
 #define SITELIB_STEM ""                /**/
 
 /* Size_t_size:
  */
 /*#define HAS_AINTL            / **/
 
+/* HAS_BUILTIN_CHOOSE_EXPR:
+ *     Can we handle GCC builtin for compile-time ternary-like expressions
+ */
+/* HAS_BUILTIN_EXPECT:
+ *     Can we handle GCC builtin for telling that certain values are more
+ *     likely
+ */
+/*#define HAS_BUILTIN_EXPECT    / **/
+/*#define HAS_BUILTIN_CHOOSE_EXPR /**/
+
 /* HAS_CLEARENV:
  *     This symbol, if defined, indicates that the clearenv () routine is
  *     available for use.
  */
 /*#define      I_LANGINFO              /**/
 
+/* PERL_MAD:
+ *     This symbol, if defined, indicates that the Misc Attribution
+ *     Declaration code should be conditionally compiled.
+ */
+/*#define      PERL_MAD                /**/
+
 /* USE_FAST_STDIO:
  *     This symbol, if defined, indicates that Perl should
  *     be built to use 'fast stdio'.