diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-15 23:11:55 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-15 23:11:55 +0000 |
commit | d4935d7f25ace6b599fe75f422b41624ca6bf4a6 (patch) | |
tree | 96fc0758b13c664cf47c411eb72467dc0a2c50e1 /config_h.SH | |
parent | c13fdd862cdcd2a9001523a3b81e435228302b74 (diff) | |
download | perl-d4935d7f25ace6b599fe75f422b41624ca6bf4a6.tar.gz |
Probe for <sys/utsname.h>.
p4raw-id: //depot/cfgperl@5115
Diffstat (limited to 'config_h.SH')
-rw-r--r-- | config_h.SH | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH index b7c39f06e7..17e4aa2837 100644 --- a/config_h.SH +++ b/config_h.SH @@ -2975,5 +2975,11 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un- #define PERL_XS_APIVERSION "$xs_apiversion" #define PERL_PM_APIVERSION "$pm_apiversion" +/* I_SYS_UTSNAME: + * This symbol, if defined, indicates that <sys/utsname.h> exists and + * should be included. + */ +#$i_sysutsname I_SYS_UTSNAME /**/ + #endif !GROK!THIS! |