mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-16 15:57:00 +00:00
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:
parent
aaad35a8c9
commit
11c0b23d77
2 changed files with 24 additions and 14 deletions
35
lib/.gitignore
vendored
35
lib/.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue