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