This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
consting for .c files in tests
[perl5.git] / win32 / config_H.bc
index daee5ca..7520a55 100644 (file)
  */
 #define        I_ARPA_INET             /**/
 
+/* I_ASSERT:
+ *     This symbol, if defined, indicates to the C program that it could
+ *     include <assert.h> to get the assert() macro.
+ */
+#define        I_ASSERT                /**/
+
 /* I_DBM:
  *     This symbol, if defined, indicates that <dbm.h> exists and should
  *     be included.
  *     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.11.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.11.0\\bin\\MSWin32-x86"       /**/
+#define BIN_EXP "c:\\perl\\5.11.0\\bin\\MSWin32-x86"   /**/
 /*#define PERL_RELOCATABLE_INC ""              /**/
 
 /* INTSIZE:
  *     This symbol contains the number of bits a variable of type NVTYPE
  *     can preserve of a variable of type UVTYPE.
  */
+/* NV_OVERFLOWS_INTEGERS_AT
+ *     This symbol gives the largest integer value that NVs can hold. This
+ *     value + 1.0 cannot be stored accurately. It is expressed as constant
+ *     floating point expression to reduce the chance of decimale/binary
+ *     conversion issues. If it can not be determined, the value 0 is given.
+ */
 /* NV_ZERO_IS_ALLBITS_ZERO
  *     This symbol, if defined, indicates that a variable of type NVTYPE
  *     stores 0.0 in memory as all bits zero.
 #define        NVSIZE          8               /**/
 #define        NV_PRESERVES_UV
 #define        NV_PRESERVES_UV_BITS    32
+#define        NV_OVERFLOWS_INTEGERS_AT        256.0*256.0*256.0*256.0*256.0*256.0*2.0*2.0*2.0*2.0*2.0
 #define NV_ZERO_IS_ALLBITS_ZERO
 #if 4 == 8
 #   ifdef BYTEORDER
  *     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.11.0\\lib"                /**/
+#define PRIVLIB_EXP (win32_get_privlib("5.11.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.11.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.11.0\\lib"          /**/
+#define SITELIB_EXP (win32_get_sitelib("5.11.0"))      /**/
 #define SITELIB_STEM ""                /**/
 
 /* Size_t_size:
 /*#define      OLD_PTHREADS_API                /**/
 /*#define      USE_REENTRANT_API       /**/
 
+/* USE_DTRACE
+ *     This symbol, if defined, indicates that Perl should
+ *     be built with support for DTrace.
+ */
+/*#define USE_DTRACE                   / **/
+
 /* PERL_VENDORARCH:
  *     If defined, this symbol contains the name of a private library.
  *     The library is private in the sense that it needn't be in anyone's