diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2005-04-10 17:08:36 +0000 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2005-04-10 17:08:36 +0000 |
commit | 0a0abfba80ecb959bb176fcf214c3d9eeebfb1c6 (patch) | |
tree | 3bd838a0b1d2b4bcdb82b78ea56d62c54cc22030 /Porting | |
parent | ccafdc969fe8361303a07e7576d1af4e3e389a76 (diff) | |
download | perl-0a0abfba80ecb959bb176fcf214c3d9eeebfb1c6.tar.gz |
Configure now probes for _LIB_VERSION support in math.h/libm
LIBM_LIB_VERSION is defined if it does
p4raw-id: //depot/perl@24217
Diffstat (limited to 'Porting')
-rw-r--r-- | Porting/config_H | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Porting/config_H b/Porting/config_H index ddc4b40c3f..d2cf0a1ef7 100644 --- a/Porting/config_H +++ b/Porting/config_H @@ -704,6 +704,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. + */ +#undef LIBM_LIB_VERSION /**/ + /* I_MEMORY: * This symbol, if defined, indicates to the C program that it should * include <memory.h>. |