]> granicus.if.org Git - graphviz/commit
Remove define and usage of HAVE_STRING_H
authorErwin Janssen <erwinjanssen@outlook.com>
Sun, 18 Sep 2016 14:56:26 +0000 (16:56 +0200)
committerErwin Janssen <erwinjanssen@outlook.com>
Sun, 18 Sep 2016 15:24:08 +0000 (17:24 +0200)
commite74557e8809971772628f3fefc79ae6d4bdc1e85
treeef5be386c37d5e686f0c9268f3d21935c36f09ec
parent343c4c19183aa533885bccf7b5280b95361f4b42
Remove define and usage of HAVE_STRING_H

The header string.h is always present since we are compiling with standard C.
There is no need for this check, since it will always evaluate to true.
In addition to this, most includes of string.h to not use this check.
config.iffe
configure.ac
lib/common/render.h
plugin/pango/gvrender_pango.c
windows/include/config.h