diff options
| author | Tom Lane | 2004-11-06 23:06:29 +0000 |
|---|---|---|
| committer | Tom Lane | 2004-11-06 23:06:29 +0000 |
| commit | 336969e490d71c316a42fabeccda87f798e562dd (patch) | |
| tree | ffc4cdf1836320984dae8bd5566019a2d7627b21 /src/include | |
| parent | bffe45a72c4828070db380c955042b51d22d57f7 (diff) | |
Add code to find_my_exec() to resolve a symbolic link down to the
actual executable location. This allows people to continue to use
setups where, eg, postmaster is symlinked from a convenient place.
Per gripe from Josh Berkus.
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/pg_config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in index 600f4229f0a..279b6b539c8 100644 --- a/src/include/pg_config.h.in +++ b/src/include/pg_config.h.in @@ -345,6 +345,9 @@ /* Define to 1 if you have the <readline/readline.h> header file. */ #undef HAVE_READLINE_READLINE_H +/* Define to 1 if you have the `readlink' function. */ +#undef HAVE_READLINK + /* Define to 1 if you have the `replace_history_entry' function. */ #undef HAVE_REPLACE_HISTORY_ENTRY |
