diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-21 09:30:50 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-21 09:30:50 +0000 |
commit | 91027b9e52496b3c80e5e38066c5ec0ef75b36d9 (patch) | |
tree | fb2d787fba65fbf7128158e612c6852a14ff6999 /win32/config_H.gc | |
parent | d57b1ce7265517b8de654c83dd85f8a9389ca311 (diff) | |
download | perl-91027b9e52496b3c80e5e38066c5ec0ef75b36d9.tar.gz |
regen win32/config*
p4raw-id: //depot/perl@5854
Diffstat (limited to 'win32/config_H.gc')
-rw-r--r-- | win32/config_H.gc | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/win32/config_H.gc b/win32/config_H.gc index e12856c909..fbc3e1987d 100644 --- a/win32/config_H.gc +++ b/win32/config_H.gc @@ -13,7 +13,7 @@ /* * Package name : perl5 * Source directory : - * Configuration time: Tue Mar 14 16:57:28 2000 + * Configuration time: Tue Mar 21 01:26:44 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 <sys/types.h> 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 @@ -2876,8 +2870,8 @@ * This symbol holds the signedess of a Uid_t. * 1 for unsigned, -1 for signed. */ -#define Uid_t_sign -1 /* UID sign */ - +#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 |