diff options
Diffstat (limited to 'win32/config_H.vc')
-rw-r--r-- | win32/config_H.vc | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/win32/config_H.vc b/win32/config_H.vc index 387d59d115..e01dcb2c87 100644 --- a/win32/config_H.vc +++ b/win32/config_H.vc @@ -13,7 +13,7 @@ /* * Package name : perl5 * Source directory : - * Configuration time: Wed May 9 16:32:59 2001 + * Configuration time: Thu May 31 13:35:26 2001 * Configured by : nick * Target system : */ @@ -1038,7 +1038,13 @@ * by Configure. You shouldn't rely on it too much; the specific * feature tests from Configure are generally more reliable. */ +/* OSVERS: + * This symbol contains the version of the operating system, as determined + * by Configure. You shouldn't rely on it too much; the specific + * feature tests from Configure are generally more reliable. + */ #define OSNAME "MSWin32" /**/ +#define OSVERS "4.0" /**/ /* MEM_ALIGNBYTES: * This symbol contains the number of bytes required to align a |