commit | 9d22e56178455d666b9774052b7b6f09291e7080 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Mar 29 18:49:09 2019 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Mar 29 21:05:37 2019 +0100 |
tree | 3e4fd6ee518f939ceeb78b7807cbbb18945fc838 | |
parent | e0609f5f49f55b122e7da9bd1d3b1b786366e80c [diff] |
MINOR: tools: add an unsetenv() implementation Older Solaris and AIX versions do not have unsetenv(). This adds a fairly simple implementation which scans the environment, for use with those systems. It will simply require to pass the define in the "DEFINE" macro at build time like this : DEFINE="-Dunsetenv=my_unsetenv"