diff options
author | Aaron Crane <arc@cpan.org> | 2017-10-13 09:25:14 +0200 |
---|---|---|
committer | Aaron Crane <arc@cpan.org> | 2017-10-21 16:52:41 +0100 |
commit | 346712be0b77cf7a59cff19c5b96533d9a780268 (patch) | |
tree | d159a6c9751d1516763442dfc33d0f545426251e /config_h.SH | |
parent | dd512de320cc50ddbfc3ce3ee4996367b911d983 (diff) | |
download | perl-346712be0b77cf7a59cff19c5b96533d9a780268.tar.gz |
Rely on C89 <stddef.h>
Diffstat (limited to 'config_h.SH')
-rwxr-xr-x | config_h.SH | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/config_h.SH b/config_h.SH index 5e259a1e89..6c0520135d 100755 --- a/config_h.SH +++ b/config_h.SH @@ -725,12 +725,6 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un */ #$i_niin I_NETINET_IN /**/ -/* I_STDDEF: - * This symbol, if defined, indicates that <stddef.h> exists and should - * be included. - */ -#$i_stddef 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). |