]> granicus.if.org Git - graphviz/commit
remove getenv detection
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 26 Nov 2021 06:03:00 +0000 (22:03 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 2 Dec 2021 15:47:07 +0000 (07:47 -0800)
commite12c2fd3b5348f2995644c17b9bf268d037adc09
tree8186aca749966fb0ff47da303659394ef5b14410
parentf7f1af89827cb0da5e7110bf3d927c580c78d556
remove getenv detection

The code base extensively uses `getenv` without checking the `HAVE_GETENV` macro
this detection supplies. This is not a problem because `getenv` is provided as
far back as C89, and can be guaranteed to exist on all platforms for which
Graphviz currently compiles, as we require C99.
cmake/config_checks.cmake
config-cmake.h.in
configure.ac
windows/include/config.h