From 11c0b23d77c52286873797cec836812a74f7081f Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Fri, 6 Jan 2017 22:19:29 +0000 Subject: [PATCH] portability: add gnulib modules earlier missing Found with help if autoscan. In same go update lib/.gitignore file. Signed-off-by: Sami Kerola --- bootstrap.conf | 3 +++ lib/.gitignore | 35 +++++++++++++++++++++-------------- 2 files changed, 24 insertions(+), 14 deletions(-) diff --git a/bootstrap.conf b/bootstrap.conf index a3ae473..9cddfe4 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -31,6 +31,7 @@ gnulib_modules=" isnan langinfo netinet_in + nl_langinfo progname quote realloc-gnu @@ -42,6 +43,8 @@ gnulib_modules=" strdup-posix strftime strstr + strtod + time_r xalloc " diff --git a/lib/.gitignore b/lib/.gitignore index 234d761..01559e4 100644 --- a/lib/.gitignore +++ b/lib/.gitignore @@ -6,13 +6,12 @@ /Makefile /Makefile.am /Makefile.in -/_Exit.c /alloca.h /alloca.in.h /arg-nonnull.h -/arpa/ +/arpa/inet.h /arpa_inet.in.h -/atexit.c +/basename-lgpl.c /c++defs.h /c-ctype.c /c-ctype.h @@ -20,7 +19,6 @@ /c-strcasecmp.c /c-strcaseeq.h /c-strncasecmp.c -/calloc.c /charset.alias /close-stream.c /close-stream.h @@ -29,6 +27,8 @@ /closeout.h /config.charset /configmake.h +/dirname-lgpl.c +/dirname.h /dosname.h /errno.in.h /error.c @@ -42,6 +42,7 @@ /fd-hook.h /fdopen.c /fflush.c +/flexmember.h /float+.h /float.c /float.in.h @@ -51,7 +52,6 @@ /fpurge.c /freading.c /freading.h -/free.c /fseek.c /fseeko.c /fstat.c @@ -61,6 +61,8 @@ /getopt.in.h /getopt1.c /getopt_int.h +/getprogname.c +/getprogname.h /gettext.h /gettimeofday.c /hard-locale.c @@ -75,8 +77,13 @@ /langinfo.h /langinfo.in.h /libdhcpd_pools.la +/limits.h +/limits.in.h /localcharset.c /localcharset.h +/locale.h +/locale.in.h +/localeconv.c /lseek.c /malloc.c /malloca.c @@ -89,7 +96,7 @@ /mbsinit.c /memchr.c /memchr.valgrind -/memcpy.c +/minmax.h /mktime-internal.h /mktime.c /msvc-inval.c @@ -97,6 +104,7 @@ /msvc-nothrow.c /msvc-nothrow.h /netinet_in.in.h +/nl_langinfo.c /pathmax.h /progname.c /progname.h @@ -110,14 +118,12 @@ /ref-del.sin /setenv.c /stat.c -/stdalign.h /stdalign.in.h -/stdarg.in.h /stdbool.in.h /stddef.in.h +/stdint.h /stdint.in.h /stdio-impl.h -/stdio.c /stdio.h /stdio.in.h /stdlib.h @@ -133,9 +139,14 @@ /strftime.h /string.h /string.in.h +/stripslash.c /strstr.c /strtod.c -/sys/ +/sys/socket.h +/sys/stat.h +/sys/time.h +/sys/types.h +/sys/uio.h /sys_socket.c /sys_socket.in.h /sys_stat.in.h @@ -164,7 +175,3 @@ /xalloc-oversized.h /xalloc.h /xmalloc.c -/xprintf.c -/xprintf.h -/xstrtod.c -/xstrtod.h