summaryrefslogtreecommitdiff
path: root/win32/config_H.bc
diff options
context:
space:
mode:
authorSteve Hay <SteveHay@planit.com>2005-04-11 10:39:59 +0000
committerSteve Hay <SteveHay@planit.com>2005-04-11 10:39:59 +0000
commitf024374aaec3af368c46dadae280209e8297c32a (patch)
treeba1f682b03cbe8391940cf52812623d95e831caf /win32/config_H.bc
parent4afd418c3e6e3e6ca18f1e99b1ab9b8936bb7471 (diff)
downloadperl-f024374aaec3af368c46dadae280209e8297c32a.tar.gz
Support d_libm_lib_version for Win32 (see change 24217)
p4raw-id: //depot/perl@24227
Diffstat (limited to 'win32/config_H.bc')
-rw-r--r--win32/config_H.bc6
1 files changed, 6 insertions, 0 deletions
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>.