X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/d0817dbe582693d4dbd2f1ae8097b9b0f5f8530e..5b1cac40b9ebeb00508d2a1bf123bb180abf1809:/uconfig.h diff --git a/uconfig.h b/uconfig.h index 913ceed..c8eeed0 100644 --- a/uconfig.h +++ b/uconfig.h @@ -280,7 +280,7 @@ * This symbol, if defined, indicates that the memset routine is available * to set blocks of memory. */ -/*#define HAS_MEMSET / **/ +#define HAS_MEMSET /**/ /* HAS_MKDIR: * This symbol, if defined, indicates that the mkdir routine is available @@ -713,7 +713,7 @@ * This symbol, if defined, indicates that exists and should * be included. */ -/*#define I_STDDEF / **/ +#define I_STDDEF /**/ /* I_STDLIB: * This symbol, if defined, indicates that exists and should @@ -956,8 +956,8 @@ * 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 "/usr/local/lib/perl5/5.12/unknown" / **/ -/*#define ARCHLIB_EXP "/usr/local/lib/perl5/5.12/unknown" / **/ +/*#define ARCHLIB "/usr/local/lib/perl5/5.15/unknown" / **/ +/*#define ARCHLIB_EXP "/usr/local/lib/perl5/5.15/unknown" / **/ /* ARCHNAME: * This symbol holds a string representing the architecture name. @@ -2064,8 +2064,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 "/usr/local/lib/perl5/5.12" /**/ -#define PRIVLIB_EXP "/usr/local/lib/perl5/5.12" /**/ +#define PRIVLIB "/usr/local/lib/perl5/5.15" /**/ +#define PRIVLIB_EXP "/usr/local/lib/perl5/5.15" /**/ /* PTRSIZE: * This symbol contains the size of a pointer, so that the C preprocessor @@ -2115,8 +2115,8 @@ * 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 "/usr/local/lib/perl5/5.12/unknown" / **/ -/*#define SITEARCH_EXP "/usr/local/lib/perl5/5.12/unknown" / **/ +/*#define SITEARCH "/usr/local/lib/perl5/5.15/unknown" / **/ +/*#define SITEARCH_EXP "/usr/local/lib/perl5/5.15/unknown" / **/ /* SITELIB: * This symbol contains the name of the private library for this package. @@ -2138,8 +2138,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 "/usr/local/lib/perl5/5.12" /**/ -#define SITELIB_EXP "/usr/local/lib/perl5/5.12" /**/ +#define SITELIB "/usr/local/lib/perl5/5.15" /**/ +#define SITELIB_EXP "/usr/local/lib/perl5/5.15" /**/ #define SITELIB_STEM "/usr/local/lib/perl5" /**/ /* SSize_t: @@ -4174,7 +4174,7 @@ * of copying mechanisms, handy.h defines a platform- * independent macro, Perl_va_copy(src, dst), to do the job. */ -/*#define NEED_VA_COPY / **/ +#define NEED_VA_COPY /**/ /* IVTYPE: * This symbol defines the C type used for Perl's IV. @@ -4262,7 +4262,7 @@ */ #define IVTYPE long /**/ #define UVTYPE unsigned long /**/ -#define I8TYPE char /**/ +#define I8TYPE signed char /**/ #define U8TYPE unsigned char /**/ #define I16TYPE short /**/ #define U16TYPE unsigned short /**/ @@ -4354,6 +4354,16 @@ */ #define SELECT_MIN_BITS 32 /**/ +/* ST_INO_SIZE: + * This variable contains the size of struct stat's st_ino in bytes. + */ +/* ST_INO_SIGN: + * This symbol holds the signedess of struct stat's st_ino. + * 1 for unsigned, -1 for signed. + */ +#define ST_INO_SIGN 1 /* st_ino sign */ +#define ST_INO_SIZE 4 /* st_ino size */ + /* STARTPERL: * This variable contains the string to put in front of a perl * script to make sure (one hopes) that it runs with perl and not @@ -4686,6 +4696,6 @@ #endif /* Generated from: - * 323778627146f2762cd41f4dd1db6659f59006ec9bcaaf6bcc645d0380dda938 config_h.SH - * 0a1e8a170495d354031144ac47835fc8f8fc03739bc761d973cc3a4aa347797e uconfig.sh + * 0f70463fec894befd8b575cde82695d5f1ad41a02f78afd34357a24f7b069d05 config_h.SH + * 9ea5c7e8b0b32c76caab5a89a371b8cdce6efcf690a5a74962b9b856fab49fed uconfig.sh * ex: set ro: */