fsusage, mountlist, getloadavg, getgroups: Remove support for Ultrix.
[gnulib.git] / modules / xstrtoll
blobee5fa8efcf142b7ea04d347d5da32727b4625b74
1 Description:
2 Convert string to 'long long' or 'unsigned long long', with error checking.
4 Files:
5 lib/xstrtoll.c
6 lib/xstrtoull.c
8 Depends-on:
9 limits-h
10 strtoll
11 strtoull
12 xstrtol
14 configure.ac:
15 AC_LIBOBJ([xstrtoll])
16 AC_LIBOBJ([xstrtoull])
17 AC_TYPE_LONG_LONG_INT
18 test $ac_cv_type_long_long_int = no \
19   && AC_MSG_ERROR(
20       [you lack long long support; required by gnulib's xstrtoll module])
22 Makefile.am:
24 Include:
25 "xstrtol.h"
27 License:
28 GPL
30 Maintainer:
31 Jim Meyering