diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-01-20 22:01:21 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-01-20 22:01:21 +0000 |
commit | e7fb4fcc32f3c99c65223673d1c5ff75c8e9d3b3 (patch) | |
tree | 04ae6aa02262acda2141eb42869506fa9b92da92 /config_h.SH | |
parent | 099685bc64c7dbceb0d631a2523edb7f61aaf02f (diff) | |
download | perl-e7fb4fcc32f3c99c65223673d1c5ff75c8e9d3b3.tar.gz |
I_MNTENT was missing.
p4raw-id: //depot/cfgperl@2651
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 dc17cf6134..b67f029969 100644 --- a/config_h.SH +++ b/config_h.SH @@ -2144,6 +2144,12 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un- #$i_inttypes I_INTTYPES /**/ #$d_int64t HAS_INT64_T /**/ +/* I_MNTENT: + * This symbol, if defined, indicates that <mntent.h> exists and + * should be included. + */ +#$i_mntent I_MNTENT /**/ + /* I_POLL: * This symbol, if defined, indicates that <poll.h> exists and * should be included. |