Guard inclusion of <stdlib.h> with `#if STDC_HEADERS',
authorJim Meyering <jim@meyering.net>
Sat, 22 Jan 2000 13:53:10 +0000 (13:53 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 22 Jan 2000 13:53:10 +0000 (13:53 +0000)
commitd833adac51f26c7c9cf2ee3a4554a4363f23e8f9
treed5ff47c6a70d4e02661f7359d30d2ba29d051353
parent9acb2a8e68644cdb21a9a3b62af6f9badd39a2d1
Guard inclusion of <stdlib.h> with `#if STDC_HEADERS',
not `#if HAVE_STDLIB_H'.  The former wasn't defined.
Use #if rather than #ifdef.

Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
(jm_CHECK_DECLARATIONS): Add strtoul strtoull.
m4/check-decl.m4