summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorAaron Crane <arc@cpan.org>2017-10-14 15:20:33 +0200
committerAaron Crane <arc@cpan.org>2017-10-21 16:53:15 +0100
commit7e0346596d505ad065530a113109ee0a1ff260e9 (patch)
treec4395dc365ed178f77faa7fa0d65730a5e1a7e0a /config_h.SH
parent7eab73e249a1c03e84ac85f2162ddab4c4824ac5 (diff)
downloadperl-7e0346596d505ad065530a113109ee0a1ff260e9.tar.gz
Rely on C89 <math.h>
This requires a corresponding change in the metaconfig units.
Diffstat (limited to 'config_h.SH')
-rwxr-xr-xconfig_h.SH6
1 files changed, 0 insertions, 6 deletions
diff --git a/config_h.SH b/config_h.SH
index a774644c3c..f221202d33 100755
--- a/config_h.SH
+++ b/config_h.SH
@@ -673,12 +673,6 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
*/
#$i_locale I_LOCALE /**/
-/* I_MATH:
- * This symbol, if defined, indicates to the C program that it should
- * include <math.h>.
- */
-#$i_math I_MATH /**/
-
/* I_MEMORY:
* This symbol, if defined, indicates to the C program that it should
* include <memory.h>.