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 | |
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')
-rw-r--r-- | win32/config.bc | 1 | ||||
-rw-r--r-- | win32/config.gc | 1 | ||||
-rw-r--r-- | win32/config.vc | 1 | ||||
-rw-r--r-- | win32/config.vc64 | 1 | ||||
-rw-r--r-- | win32/config_H.bc | 6 | ||||
-rw-r--r-- | win32/config_H.gc | 6 | ||||
-rw-r--r-- | win32/config_H.vc | 6 | ||||
-rw-r--r-- | win32/config_H.vc64 | 6 |
8 files changed, 28 insertions, 0 deletions
diff --git a/win32/config.bc b/win32/config.bc index 55c8562d12..122089fa8c 100644 --- a/win32/config.bc +++ b/win32/config.bc @@ -254,6 +254,7 @@ d_isnanl='undef' d_killpg='undef' d_lchown='undef' d_ldbl_dig='define' +d_libm_lib_version='undef' d_link='define' d_localtime_r='undef' d_locconv='define' diff --git a/win32/config.gc b/win32/config.gc index 03f34d6d01..0fd4f08dd8 100644 --- a/win32/config.gc +++ b/win32/config.gc @@ -254,6 +254,7 @@ d_isnanl='undef' d_killpg='undef' d_lchown='undef' d_ldbl_dig='define' +d_libm_lib_version='undef' d_link='define' d_localtime_r='undef' d_locconv='define' diff --git a/win32/config.vc b/win32/config.vc index d0a3a3cec8..aaf84810d0 100644 --- a/win32/config.vc +++ b/win32/config.vc @@ -254,6 +254,7 @@ d_isnanl='undef' d_killpg='undef' d_lchown='undef' d_ldbl_dig='define' +d_libm_lib_version='undef' d_link='define' d_localtime_r='undef' d_locconv='define' diff --git a/win32/config.vc64 b/win32/config.vc64 index de484fe3ac..d7a9dc25b2 100644 --- a/win32/config.vc64 +++ b/win32/config.vc64 @@ -254,6 +254,7 @@ d_isnanl='undef' d_killpg='undef' d_lchown='undef' d_ldbl_dig='define' +d_libm_lib_version='undef' d_link='define' d_localtime_r='undef' d_locconv='define' diff --git a/win32/config_H.bc b/win32/config_H.bc index 349094592c..e30a3d2f0a 100644 --- a/win32/config_H.bc +++ b/win32/config_H.bc @@ -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>. diff --git a/win32/config_H.gc b/win32/config_H.gc index 1c48b40f67..37a21530fc 100644 --- a/win32/config_H.gc +++ b/win32/config_H.gc @@ -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>. 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>. diff --git a/win32/config_H.vc64 b/win32/config_H.vc64 index 5b5a3eb820..da6417bebc 100644 --- a/win32/config_H.vc64 +++ b/win32/config_H.vc64 @@ -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>. |