mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-19 13:28:42 +02:00
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"