diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2002-01-09 14:27:36 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2002-01-09 14:27:36 +0000 |
commit | 8fb3fcfbf81183f2debffe46095567d72edd85ad (patch) | |
tree | 8cba5443b8889efbd01b40c969e95e2e12c5bc50 /win32/config_H.vc | |
parent | 2d0270d7ccf6ad5f00541f3d4c193938b0e5d8a6 (diff) | |
download | perl-8fb3fcfbf81183f2debffe46095567d72edd85ad.tar.gz |
(Re-)implement alarm() for Win32.
p4raw-id: //depot/perlio@14151
Diffstat (limited to 'win32/config_H.vc')
-rw-r--r-- | win32/config_H.vc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/config_H.vc b/win32/config_H.vc index 259044ca5e..e5525c9f79 100644 --- a/win32/config_H.vc +++ b/win32/config_H.vc @@ -13,7 +13,7 @@ /* * Package name : perl5 * Source directory : - * Configuration time: Sat Dec 29 19:19:05 2001 + * Configuration time: Tue Jan 8 21:51:07 2002 * Configured by : nick * Target system : */ @@ -30,7 +30,7 @@ * This symbol, if defined, indicates that the alarm routine is * available. */ -/*#define HAS_ALARM /**/ +#define HAS_ALARM /**/ /* HASATTRIBUTE: * This symbol indicates the C compiler can check for function attributes, |