X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstrtoll;h=5501fdac3b4d85e8c277f988bb7de19f58984e22;hb=b38d59184505f6119a5ffbf3b4a068fd7a9b8fe8;hp=480a30a5cd96423615392078a8aa1a00922c6724;hpb=740e9a30efda7c5323b31860c249b2d9f778209c;p=gnulib.git diff --git a/modules/strtoll b/modules/strtoll index 480a30a5c..5501fdac3 100644 --- a/modules/strtoll +++ b/modules/strtoll @@ -1,18 +1,30 @@ Description: +strtoll() function: convert string to 'long long'. Files: +lib/strtol.c lib/strtoll.c m4/longlong.m4 m4/strtoll.m4 Depends-on: -strtol +stdlib configure.ac: gl_FUNC_STRTOLL +if test $HAVE_STRTOLL = 0; then + AC_LIBOBJ([strtoll]) + gl_PREREQ_STRTOLL +fi +gl_STDLIB_MODULE_INDICATOR([strtoll]) Makefile.am: Include: +License: +LGPL + +Maintainer: +glibc