]> granicus.if.org Git - graphviz/commit
Remove unused function checks and defines
authorErwin Janssen <erwinjanssen@outlook.com>
Sun, 18 Dec 2016 12:01:35 +0000 (13:01 +0100)
committerErwin Janssen <erwinjanssen@outlook.com>
Wed, 21 Dec 2016 13:54:25 +0000 (14:54 +0100)
commitbde6533f40e14aa7b180c635dceb43078ecd9796
tree6a51d23a733078d42f8c68d9c53ef8030d22ae87
parentfbc9d6f3c3f22d2094a9fa80cafe9dd878211300
Remove unused function checks and defines

congigure.ac checks for the presence of certain functions and creates
define indicating if it was found. Some of these defines are never
used, so the check (and the static define for Windows) can be safely
removed. This is the case for the following functions:
- __freadable
- _sysconf
- getrusage
- lsqrt
- memset
- nl_langinfo
- pow
- sqrt
- strchr
- strdup
- strstr
- strtoll
- strtoul
- strtoull
- uname

Also removed duplicate `strerror` in `AC_CHECK_FUNCS`.
configure.ac
windows/include/config.h