diff options
author | Chris Robinson <[email protected]> | 2018-03-24 08:25:58 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-03-24 08:25:58 -0700 |
commit | 3f071a90a4313749b348a7d98284c005e5d87537 (patch) | |
tree | b32ea674925babed8fee91c0ccab5805bacf2482 /config.h.in | |
parent | 413d55aaa547b3f602781ba235a629f3040d3e8d (diff) |
Use proc_pidpath to get the process path on macOS when available
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 5768e345..1ff64fe4 100644 --- a/config.h.in +++ b/config.h.in @@ -23,6 +23,9 @@ /* Define if we have the _aligned_malloc function */ #cmakedefine HAVE__ALIGNED_MALLOC +/* Define if we have the proc_pidpath function */ +#cmakedefine HAVE_PROC_PIDPATH + /* Define if we have the getopt function */ #cmakedefine HAVE_GETOPT |