X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=win32%2Fconfig_H.vc;h=c784da979264aad775af27e4030e45d379cee18b;hb=91027b9e52496b3c80e5e38066c5ec0ef75b36d9;hp=8f4b18305378901bf00f8ff4ce540fe4916abfd4;hpb=23dcd6c8b343c4ac87d3915a222eed14cf6c153a;p=p5sagit%2Fp5-mst-13.2.git diff --git a/win32/config_H.vc b/win32/config_H.vc index 8f4b183..c784da9 100644 --- a/win32/config_H.vc +++ b/win32/config_H.vc @@ -13,7 +13,7 @@ /* * Package name : perl5 * Source directory : - * Configuration time: Tue Mar 14 16:57:15 2000 + * Configuration time: Tue Mar 21 01:26:24 2000 * Configured by : gsar * Target system : */ @@ -171,12 +171,6 @@ */ #define HAS_FGETPOS /**/ -/* FLEXFILENAMES: - * This symbol, if defined, indicates that the system supports filenames - * longer than 14 characters. - */ -#define FLEXFILENAMES /**/ - /* HAS_FLOCK: * This symbol, if defined, indicates that the flock routine is * available to do file locking. @@ -2233,7 +2227,7 @@ * It can be int, ushort, gid_t, etc... * It may be necessary to include to get any * typedef'ed information. This is only required if you have - * getgroups() or setgroups().. + * getgroups() or setgropus().. */ #if defined(HAS_GETGROUPS) || defined(HAS_SETGROUPS) #define Groups_t gid_t /* Type for 2nd arg to [sg]etgroups() */ @@ -2823,7 +2817,7 @@ /* Size_t_size: * This symbol holds the size of a Size_t in bytes. */ -#define Size_t_size 4 /* */ +#define Size_t_size 4 /**/ /* Size_t: * This symbol holds the type used to declare length parameters @@ -2877,7 +2871,7 @@ * 1 for unsigned, -1 for signed. */ #define Uid_t_sign -1 /* UID sign */ - + /* Uid_t_size: * This symbol holds the size of a Uid_t in bytes. */ @@ -3081,4 +3075,10 @@ */ /*#define HAS_LCHOWN /**/ +/* FLEXFILENAMES: + * This symbol, if defined, indicates that the system supports filenames + * longer than 14 characters. + */ +#define FLEXFILENAMES /**/ + #endif