| 354 |
AH_TEMPLATE(HAVE__STRTOI64, [Define to 1 if you have `_strtoi64'.]) |
AH_TEMPLATE(HAVE__STRTOI64, [Define to 1 if you have `_strtoi64'.]) |
| 355 |
AH_TEMPLATE(HAVE_STRTOIMAX, [Define to 1 if you have `strtoimax'.]) |
AH_TEMPLATE(HAVE_STRTOIMAX, [Define to 1 if you have `strtoimax'.]) |
| 356 |
have_strto_fn=0 |
have_strto_fn=0 |
| 357 |
for fn in srtoq strtoll _strtoi64 strtoimax; do |
for fn in strtoq strtoll _strtoi64 strtoimax; do |
| 358 |
AC_MSG_CHECKING([for $fn]) |
AC_MSG_CHECKING([for $fn]) |
| 359 |
if test "$fn" = strtoimax; then |
if test "$fn" = strtoimax; then |
| 360 |
include=stdint.h |
include=stdint.h |