X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=win32%2Fconfig_H.gc;h=c61c04c03d338b0a95e451b7f784ace4cffcbbf7;hb=5ac1e9b286b068746476878a8a6206b06828a175;hp=33e10cc427276faf5d0e36984fc77a500c226fa6;hpb=f025e94b3bdd286f2ee3dc88718b923af2a6e55d;p=p5sagit%2Fp5-mst-13.2.git diff --git a/win32/config_H.gc b/win32/config_H.gc index 33e10cc..c61c04c 100644 --- a/win32/config_H.gc +++ b/win32/config_H.gc @@ -79,6 +79,12 @@ #define const #endif +/* HAS_CTERMID: + * This symbol, if defined, indicates that the ctermid routine is + * available to generate filename for terminal. + */ +/*#define HAS_CTERMID /**/ + /* HAS_CUSERID: * This symbol, if defined, indicates that the cuserid routine is * available to get character login names. @@ -215,7 +221,7 @@ * 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 @@ -629,6 +635,12 @@ */ #define I_ARPA_INET /**/ +/* I_ASSERT: + * This symbol, if defined, indicates to the C program that it could + * include to get the assert() macro. + */ +#define I_ASSERT /**/ + /* I_DBM: * This symbol, if defined, indicates that exists and should * be included. @@ -944,7 +956,7 @@ * 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: @@ -979,8 +991,8 @@ * 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: @@ -1141,6 +1153,9 @@ /* 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. */ @@ -1160,6 +1175,7 @@ * 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 /**/ @@ -3280,6 +3296,12 @@ */ /*#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 @@ -4033,8 +4055,8 @@ * 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 @@ -4168,7 +4190,7 @@ * 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: @@ -4191,8 +4213,8 @@ * 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: @@ -4380,6 +4402,12 @@ /*#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