Bump version number to 5.10.0.
[p5sagit/p5-mst-13.2.git] / win32 / config_H.vc
index 23e83b1..1a02400 100644 (file)
  *     to kill process groups.  If unavailable, you probably should use kill
  *     with a negative process number.
  */
-/*#define HAS_KILLPG   /**/
+#define HAS_KILLPG     /**/
 
 /* HAS_LINK:
  *     This symbol, if defined, indicates that the link routine is
  *     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.5\\lib\\MSWin32-x86"            /**/
+#define ARCHLIB "c:\\perl\\5.10.0\\lib\\MSWin32-x86"           /**/
 /*#define ARCHLIB_EXP ""       /**/
 
 /* ARCHNAME:
  *     This symbol, if defined, indicates that we'd like to relocate entries
  *     in @INC at run time based on the location of the perl binary.
  */
-#define BIN "c:\\perl\\5.9.5\\bin\\MSWin32-x86"        /**/
-#define BIN_EXP "c:\\perl\\5.9.5\\bin\\MSWin32-x86"    /**/
+#define BIN "c:\\perl\\5.10.0\\bin\\MSWin32-x86"       /**/
+#define BIN_EXP "c:\\perl\\5.10.0\\bin\\MSWin32-x86"   /**/
 /*#define PERL_RELOCATABLE_INC ""              /**/
 
 /* INTSIZE:
 /* HASATTRIBUTE_FORMAT:
  *     Can we handle GCC attribute for checking printf-style formats
  */
+/* PRINTF_FORMAT_NULL_OK:
+ *     Allows __printf__ format to be null when checking printf-style
+ */
 /* HASATTRIBUTE_MALLOC:
  *     Can we handle GCC attribute for malloc-style functions.
  */
  *     Can we handle GCC attribute for warning on unused results
  */
 /*#define HASATTRIBUTE_FORMAT  /**/
+/*#define PRINTF_FORMAT_NULL_OK        /**/
 /*#define HASATTRIBUTE_MALLOC  /**/
 /*#define HASATTRIBUTE_NONNULL /**/
 /*#define HASATTRIBUTE_NORETURN        /**/
  */
 /*#define HAS_VFORK    /**/
 
+/* HAS_PSEUDOFORK:
+ *     This symbol, if defined, indicates that an emulation of the
+ *     fork routine is available.
+ */
+/*#define HAS_PSEUDOFORK       /**/
+
 /* Signal_t:
  *     This symbol's value is either "void" or "int", corresponding to the
  *     appropriate return type of a signal handler.  Thus, you can declare
  *     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.5\\lib"         /**/
-#define PRIVLIB_EXP (win32_get_privlib("5.9.5"))       /**/
+#define PRIVLIB "c:\\perl\\5.10.0\\lib"                /**/
+#define PRIVLIB_EXP (win32_get_privlib("5.10.0"))      /**/
 
 /* CAN_PROTOTYPE:
  *     If defined, this macro indicates that the C compiler can handle
  *     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.5\\lib\\MSWin32-x86"             /**/
+#define SITEARCH "c:\\perl\\site\\5.10.0\\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.5\\lib"           /**/
-#define SITELIB_EXP (win32_get_sitelib("5.9.5"))       /**/
+#define SITELIB "c:\\perl\\site\\5.10.0\\lib"          /**/
+#define SITELIB_EXP (win32_get_sitelib("5.10.0"))      /**/
 #define SITELIB_STEM ""                /**/
 
 /* Size_t_size: