Feb. 28, 2016
6:22 p.m.
Ian Abbott wrote:
The "HAVE_DECL_ASCTIME_R" name seems to break the current naming convention (if there is one) though!
Thanks for checking it. The idea is that HAVE_DECL_FOO is 1 if 'foo' is declared in a system .h file, whereas HAVE_FOO is 1 if 'foo' exists in the library as a function. The convention is not perfect, as there is an ambiguity if a function's name begins with 'decl_', but it should be good enough in practice.