summaryrefslogtreecommitdiff
path: root/NetWare
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 /NetWare
parentdd512de320cc50ddbfc3ce3ee4996367b911d983 (diff)
downloadperl-346712be0b77cf7a59cff19c5b96533d9a780268.tar.gz
Rely on C89 <stddef.h>
Diffstat (limited to 'NetWare')
-rw-r--r--NetWare/config.wc1
-rw-r--r--NetWare/config_H.wc6
2 files changed, 0 insertions, 7 deletions
diff --git a/NetWare/config.wc b/NetWare/config.wc
index 8a6df03e10..1bbafd4fde 100644
--- a/NetWare/config.wc
+++ b/NetWare/config.wc
@@ -755,7 +755,6 @@ i_sgtty='undef'
i_shadow='undef'
i_socks='undef'
i_stdbool='define'
-i_stddef='define'
i_stdint='undef'
i_stdlib='define'
i_string='define'
diff --git a/NetWare/config_H.wc b/NetWare/config_H.wc
index 1ed624a499..95a42ce320 100644
--- a/NetWare/config_H.wc
+++ b/NetWare/config_H.wc
@@ -724,12 +724,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).