From 0a0abfba80ecb959bb176fcf214c3d9eeebfb1c6 Mon Sep 17 00:00:00 2001 From: "H.Merijn Brand" Date: Sun, 10 Apr 2005 17:08:36 +0000 Subject: Configure now probes for _LIB_VERSION support in math.h/libm LIBM_LIB_VERSION is defined if it does p4raw-id: //depot/perl@24217 --- Porting/config_H | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Porting') 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 . -- cgit v1.2.1