diff options
author | Steve Hay <SteveHay@planit.com> | 2005-04-11 10:39:59 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2005-04-11 10:39:59 +0000 |
commit | f024374aaec3af368c46dadae280209e8297c32a (patch) | |
tree | ba1f682b03cbe8391940cf52812623d95e831caf /win32/config_H.vc | |
parent | 4afd418c3e6e3e6ca18f1e99b1ab9b8936bb7471 (diff) | |
download | perl-f024374aaec3af368c46dadae280209e8297c32a.tar.gz |
Support d_libm_lib_version for Win32 (see change 24217)
p4raw-id: //depot/perl@24227
Diffstat (limited to 'win32/config_H.vc')
-rw-r--r-- | win32/config_H.vc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/win32/config_H.vc b/win32/config_H.vc index 20e38d482a..c82767b925 100644 --- a/win32/config_H.vc +++ b/win32/config_H.vc @@ -710,6 +710,12 @@ */ #define I_MATH /**/ +/* LIBM_LIB_VERSION: + * This symbol, if defined, indicates that libm exports _LIB_VERSION + * and that math.h defines the enum to manipulate it. + */ +/*#define LIBM_LIB_VERSION /**/ + /* I_MEMORY: * This symbol, if defined, indicates to the C program that it should * include <memory.h>. |