diff options
-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>. |