diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-09 02:56:43 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-09 02:56:43 +0000 |
commit | 49dabb45831980a6e3e2fc5ed17c356e5e8369cd (patch) | |
tree | 3377df7a434e961ec1ac9ffdd3fc71c7056bf3d1 /config_h.SH | |
parent | 82aaaa3caa890d0e61b57c01691b98ef9ecfb1fe (diff) | |
download | perl-49dabb45831980a6e3e2fc5ed17c356e5e8369cd.tar.gz |
(fake) use of getcwd.
p4raw-id: //depot/cfgperl@5047
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 3fb93ae1cc..633c062b80 100644 --- a/config_h.SH +++ b/config_h.SH @@ -1396,6 +1396,12 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un- */ #define Gconvert(x,n,t,b) $d_Gconvert +/* HAS_GETCWD: + * This symbol, if defined, indicates that the getcwd routine is + * available to get the current working directory. + */ +#$d_getcwd HAS_GETCWD /**/ + /* HAS_GETGRENT: * This symbol, if defined, indicates that the getgrent routine is * available for sequential access of the group database. |