]> git.ipfire.org Git - thirdparty/coreutils.git/commit
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)
commit0f9105c7be57719ea62dda4d0574b47db1581ec4
tree48c24da8baea0261dfe2bcdac52da198d16a06c9
parentc4a0e466167ab12861aa3fd0ed2491ed09bf6185
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