Actions
Bug #873
closedWant a bsd-like <paths.h>
Start date:
2011-03-30
Due date:
% Done:
100%
Estimated time:
Difficulty:
Tags:
Gerrit CR:
External Bug:
Description
In working on #850 and a related bug regarding the $PATH used by execvp() posix_spawnp() and similar, it's become desirable to have a common place for defining common paths. Such a place exists on other UNIX-like platforms, with a set of common defines for common things. <paths.h> present on BSD, OSX, and Linux.
I propose to add a <paths.h> containing those common defines which are applicable to us, and any defines of our own which become useful (likely to be the case for $PATH-based stuff, which is much more complicated for us).
Updated by Rich Lowe about 12 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Resolved in r13333 commit:1aaef96dabf6
Actions