summaryrefslogtreecommitdiff
path: root/plan9
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 /plan9
parent7eab73e249a1c03e84ac85f2162ddab4c4824ac5 (diff)
downloadperl-7e0346596d505ad065530a113109ee0a1ff260e9.tar.gz
Rely on C89 <math.h>
This requires a corresponding change in the metaconfig units.
Diffstat (limited to 'plan9')
-rw-r--r--plan9/config.plan96
-rw-r--r--plan9/config_h.sample6
-rw-r--r--plan9/config_sh.sample1
3 files changed, 0 insertions, 13 deletions
diff --git a/plan9/config.plan9 b/plan9/config.plan9
index 704a96d56e..b75842f053 100644
--- a/plan9/config.plan9
+++ b/plan9/config.plan9
@@ -664,12 +664,6 @@
*/
#define I_LOCALE /**/
-/* I_MATH:
- * This symbol, if defined, indicates to the C program that it should
- * include <math.h>.
- */
-#define I_MATH /**/
-
/* I_MEMORY:
* This symbol, if defined, indicates to the C program that it should
* include <memory.h>.
diff --git a/plan9/config_h.sample b/plan9/config_h.sample
index 2759f372a7..8dbae1a474 100644
--- a/plan9/config_h.sample
+++ b/plan9/config_h.sample
@@ -628,12 +628,6 @@
*/
#define I_LOCALE /**/
-/* I_MATH:
- * This symbol, if defined, indicates to the C program that it should
- * include <math.h>.
- */
-#define I_MATH /**/
-
/* I_MEMORY:
* This symbol, if defined, indicates to the C program that it should
* include <memory.h>.
diff --git a/plan9/config_sh.sample b/plan9/config_sh.sample
index 2d30cf162d..74c1680738 100644
--- a/plan9/config_sh.sample
+++ b/plan9/config_sh.sample
@@ -744,7 +744,6 @@ i_locale='define'
i_machcthr='undef'
i_malloc='undef'
i_mallocmalloc='undef'
-i_math='define'
i_memory='undef'
i_mntent='undef'
i_ndbm='undef'