summaryrefslogtreecommitdiff
path: root/plan9
diff options
context:
space:
mode:
authorAaron Crane <arc@cpan.org>2017-10-13 09:25:14 +0200
committerAaron Crane <arc@cpan.org>2017-10-21 16:52:41 +0100
commit346712be0b77cf7a59cff19c5b96533d9a780268 (patch)
treed159a6c9751d1516763442dfc33d0f545426251e /plan9
parentdd512de320cc50ddbfc3ce3ee4996367b911d983 (diff)
downloadperl-346712be0b77cf7a59cff19c5b96533d9a780268.tar.gz
Rely on C89 <stddef.h>
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 0daf313683..c9863b603e 100644
--- a/plan9/config.plan9
+++ b/plan9/config.plan9
@@ -722,12 +722,6 @@
*/
#define I_NETINET_IN /* config-skip */
-/* I_STDDEF:
- * This symbol, if defined, indicates that <stddef.h> exists and should
- * be included.
- */
-#define I_STDDEF /**/
-
/* I_STRING:
* This symbol, if defined, indicates to the C program that it should
* include <string.h> (USG systems) instead of <strings.h> (BSD systems).
diff --git a/plan9/config_h.sample b/plan9/config_h.sample
index dcf3bdcc92..ec8bafec47 100644
--- a/plan9/config_h.sample
+++ b/plan9/config_h.sample
@@ -686,12 +686,6 @@
*/
#define I_NETINET_IN /**/
-/* I_STDDEF:
- * This symbol, if defined, indicates that <stddef.h> exists and should
- * be included.
- */
-#define I_STDDEF /**/
-
/* I_STRING:
* This symbol, if defined, indicates to the C program that it should
* include <string.h> (USG systems) instead of <strings.h> (BSD systems).
diff --git a/plan9/config_sh.sample b/plan9/config_sh.sample
index 8f1447757a..bfe766628b 100644
--- a/plan9/config_sh.sample
+++ b/plan9/config_sh.sample
@@ -767,7 +767,6 @@ i_sgtty='undef'
i_shadow='undef'
i_socks='undef'
i_stdbool='undef'
-i_stddef='define'
i_stdint='undef'
i_stdlib='define'
i_string='define'