summaryrefslogtreecommitdiff
path: root/gnulib/modules/strtoumax
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/strtoumax')
m---------gnulib0
-rw-r--r--gnulib/modules/strtoumax33
2 files changed, 33 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/strtoumax b/gnulib/modules/strtoumax
new file mode 100644
index 0000000..dc72a0a
--- /dev/null
+++ b/gnulib/modules/strtoumax
@@ -0,0 +1,33 @@
+Description:
+strtoumax() function: convert string to 'uintmax_t'.
+
+Files:
+lib/strtoimax.c
+lib/strtoumax.c
+m4/longlong.m4
+m4/strtoumax.m4
+
+Depends-on:
+inttypes-incomplete
+verify [test $ac_cv_func_strtoumax = no]
+stdint [test $ac_cv_func_strtoumax = no]
+strtoull [test $ac_cv_func_strtoumax = no && test $ac_cv_type_unsigned_long_long_int = yes]
+
+configure.ac:
+gl_FUNC_STRTOUMAX
+if test $ac_cv_func_strtoumax = no; then
+ AC_LIBOBJ([strtoumax])
+ gl_PREREQ_STRTOUMAX
+fi
+gl_INTTYPES_MODULE_INDICATOR([strtoumax])
+
+Makefile.am:
+
+Include:
+<inttypes.h>
+
+License:
+LGPL
+
+Maintainer:
+Paul Eggert