X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstrtoull;h=6bb66fea225ea145ff029e7ae48438ba463c30a9;hb=9f5e100923da93c9e470227db4aa4ac1a2e2c019;hp=0347b7ead2af12b1f54702e273e8b61e30b02dac;hpb=17e17901bb654bcd5659550231c16ca8cbdb92bf;p=gnulib.git diff --git a/modules/strtoull b/modules/strtoull index 0347b7ead..6bb66fea2 100644 --- a/modules/strtoull +++ b/modules/strtoull @@ -2,16 +2,21 @@ Description: strtoull() function: convert string to 'unsigned long long'. Files: +lib/strtol.c +lib/strtoul.c lib/strtoull.c m4/longlong.m4 m4/strtoull.m4 Depends-on: -unistd -strtoul +stdlib configure.ac: gl_FUNC_STRTOULL +if test $HAVE_STRTOULL = 0; then + AC_LIBOBJ([strtoull]) + gl_PREREQ_STRTOULL +fi gl_STDLIB_MODULE_INDICATOR([strtoull]) Makefile.am: @@ -24,4 +29,3 @@ LGPL Maintainer: glibc -