diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-23 18:47:17 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-23 18:47:17 +0000 |
commit | 922364514242cb49b604e24045028a5765a97533 (patch) | |
tree | d584219488a3666c7ac1c214177b29692ebb09be /config_h.SH | |
parent | d13a65216c1a6a5afb5e1a7f9ad5ee9debce75d7 (diff) | |
download | perl-922364514242cb49b604e24045028a5765a97533.tar.gz |
Better to "quote" the pathname.
p4raw-id: //depot/perl@13216
Diffstat (limited to 'config_h.SH')
-rw-r--r-- | config_h.SH | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH index bc2f6b49e7..8d61ac9d04 100644 --- a/config_h.SH +++ b/config_h.SH @@ -3527,6 +3527,11 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un * This symbol is defined if PROCSELFEXE_PATH is a symlink * to the absolute pathname of the executing program. */ +/* PROCSELFEXE_PATH: + * If HAS_PROCSELFEXE is defined this symbol is the filename + * of the symbolic link pointing to the absolute pathname of + * the executing program. + */ #$d_procselfexe HAS_PROCSELFEXE /**/ #if defined(HAS_PROCSELFEXE) && !defined(PROCSELFEXE_PATH) #define PROCSELFEXE_PATH $procselfexe /**/ |