X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstrtoul;h=7f3139ca484fcd876c206ffdc747442e878e3d6f;hb=a3950b0d4237539d2e163b28b6a2197f92790ba0;hp=b8cc33e20530cd13dc4ef86843f01ea5d14e93c5;hpb=740e9a30efda7c5323b31860c249b2d9f778209c;p=gnulib.git diff --git a/modules/strtoul b/modules/strtoul index b8cc33e20..7f3139ca4 100644 --- a/modules/strtoul +++ b/modules/strtoul @@ -1,17 +1,32 @@ Description: +strtoul() function: convert string to 'unsigned long'. + +Status: +obsolete + +Notice: +This module is obsolete. Files: +lib/strtol.c lib/strtoul.c m4/strtoul.m4 Depends-on: -strtol configure.ac: gl_FUNC_STRTOUL +if test $ac_cv_func_strtoul = no; then + AC_LIBOBJ([strtoul]) +fi Makefile.am: Include: +License: +LGPL + +Maintainer: +glibc