diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-09 14:48:15 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-09 14:48:15 +0000 |
commit | 10b31d5d5afe505d49aa267a2a0ae485affe294a (patch) | |
tree | c359e39dc6169d92b862c82da19d4fd7d2cedcff /uconfig.h | |
parent | 137e746578197c8de90cb6ffe968af2a1d15bbde (diff) | |
download | perl-10b31d5d5afe505d49aa267a2a0ae485affe294a.tar.gz |
uconfig.h update.
p4raw-id: //depot/perl@13541
Diffstat (limited to 'uconfig.h')
-rw-r--r-- | uconfig.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -3503,6 +3503,11 @@ * 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. + */ /*#define HAS_PROCSELFEXE / **/ #if defined(HAS_PROCSELFEXE) && !defined(PROCSELFEXE_PATH) #define PROCSELFEXE_PATH /**/ |