portability: add gnulib modules earlier missing

Found with help if autoscan.  In same go update lib/.gitignore file.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
Sami Kerola 2017-01-06 22:19:29 +00:00
parent aaad35a8c9
commit 11c0b23d77
No known key found for this signature in database
GPG key ID: A9553245FDE9B739
2 changed files with 24 additions and 14 deletions

View file

@ -31,6 +31,7 @@ gnulib_modules="
isnan isnan
langinfo langinfo
netinet_in netinet_in
nl_langinfo
progname progname
quote quote
realloc-gnu realloc-gnu
@ -42,6 +43,8 @@ gnulib_modules="
strdup-posix strdup-posix
strftime strftime
strstr strstr
strtod
time_r
xalloc xalloc
" "

35
lib/.gitignore vendored
View file

@ -6,13 +6,12 @@
/Makefile /Makefile
/Makefile.am /Makefile.am
/Makefile.in /Makefile.in
/_Exit.c
/alloca.h /alloca.h
/alloca.in.h /alloca.in.h
/arg-nonnull.h /arg-nonnull.h
/arpa/ /arpa/inet.h
/arpa_inet.in.h /arpa_inet.in.h
/atexit.c /basename-lgpl.c
/c++defs.h /c++defs.h
/c-ctype.c /c-ctype.c
/c-ctype.h /c-ctype.h
@ -20,7 +19,6 @@
/c-strcasecmp.c /c-strcasecmp.c
/c-strcaseeq.h /c-strcaseeq.h
/c-strncasecmp.c /c-strncasecmp.c
/calloc.c
/charset.alias /charset.alias
/close-stream.c /close-stream.c
/close-stream.h /close-stream.h
@ -29,6 +27,8 @@
/closeout.h /closeout.h
/config.charset /config.charset
/configmake.h /configmake.h
/dirname-lgpl.c
/dirname.h
/dosname.h /dosname.h
/errno.in.h /errno.in.h
/error.c /error.c
@ -42,6 +42,7 @@
/fd-hook.h /fd-hook.h
/fdopen.c /fdopen.c
/fflush.c /fflush.c
/flexmember.h
/float+.h /float+.h
/float.c /float.c
/float.in.h /float.in.h
@ -51,7 +52,6 @@
/fpurge.c /fpurge.c
/freading.c /freading.c
/freading.h /freading.h
/free.c
/fseek.c /fseek.c
/fseeko.c /fseeko.c
/fstat.c /fstat.c
@ -61,6 +61,8 @@
/getopt.in.h /getopt.in.h
/getopt1.c /getopt1.c
/getopt_int.h /getopt_int.h
/getprogname.c
/getprogname.h
/gettext.h /gettext.h
/gettimeofday.c /gettimeofday.c
/hard-locale.c /hard-locale.c
@ -75,8 +77,13 @@
/langinfo.h /langinfo.h
/langinfo.in.h /langinfo.in.h
/libdhcpd_pools.la /libdhcpd_pools.la
/limits.h
/limits.in.h
/localcharset.c /localcharset.c
/localcharset.h /localcharset.h
/locale.h
/locale.in.h
/localeconv.c
/lseek.c /lseek.c
/malloc.c /malloc.c
/malloca.c /malloca.c
@ -89,7 +96,7 @@
/mbsinit.c /mbsinit.c
/memchr.c /memchr.c
/memchr.valgrind /memchr.valgrind
/memcpy.c /minmax.h
/mktime-internal.h /mktime-internal.h
/mktime.c /mktime.c
/msvc-inval.c /msvc-inval.c
@ -97,6 +104,7 @@
/msvc-nothrow.c /msvc-nothrow.c
/msvc-nothrow.h /msvc-nothrow.h
/netinet_in.in.h /netinet_in.in.h
/nl_langinfo.c
/pathmax.h /pathmax.h
/progname.c /progname.c
/progname.h /progname.h
@ -110,14 +118,12 @@
/ref-del.sin /ref-del.sin
/setenv.c /setenv.c
/stat.c /stat.c
/stdalign.h
/stdalign.in.h /stdalign.in.h
/stdarg.in.h
/stdbool.in.h /stdbool.in.h
/stddef.in.h /stddef.in.h
/stdint.h
/stdint.in.h /stdint.in.h
/stdio-impl.h /stdio-impl.h
/stdio.c
/stdio.h /stdio.h
/stdio.in.h /stdio.in.h
/stdlib.h /stdlib.h
@ -133,9 +139,14 @@
/strftime.h /strftime.h
/string.h /string.h
/string.in.h /string.in.h
/stripslash.c
/strstr.c /strstr.c
/strtod.c /strtod.c
/sys/ /sys/socket.h
/sys/stat.h
/sys/time.h
/sys/types.h
/sys/uio.h
/sys_socket.c /sys_socket.c
/sys_socket.in.h /sys_socket.in.h
/sys_stat.in.h /sys_stat.in.h
@ -164,7 +175,3 @@
/xalloc-oversized.h /xalloc-oversized.h
/xalloc.h /xalloc.h
/xmalloc.c /xmalloc.c
/xprintf.c
/xprintf.h
/xstrtod.c
/xstrtod.h