From: Steve Hay Date: Mon, 11 Apr 2005 10:39:59 +0000 (+0000) Subject: Support d_libm_lib_version for Win32 (see change 24217) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f024374aaec3af368c46dadae280209e8297c32a;p=p5sagit%2Fp5-mst-13.2.git Support d_libm_lib_version for Win32 (see change 24217) p4raw-id: //depot/perl@24227 --- diff --git a/win32/config.bc b/win32/config.bc index 55c8562..122089f 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 03f34d6..0fd4f08 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 d0a3a3c..aaf8481 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 de484fe..d7a9dc2 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 3490945..e30a3d2 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 . diff --git a/win32/config_H.gc b/win32/config_H.gc index 1c48b40..37a2153 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 . diff --git a/win32/config_H.vc b/win32/config_H.vc index 20e38d4..c82767b 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 . diff --git a/win32/config_H.vc64 b/win32/config_H.vc64 index 5b5a3eb..da6417b 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 .