mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-17 00:06:59 +00:00
build-sys: add gnulib
This will mean better portability, and a good reason to get rid of various portability autotools directives which where part of this project. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
b5e518cd5e
commit
ab699e71ad
18 changed files with 1309 additions and 256 deletions
161
lib/.gitignore
vendored
Normal file
161
lib/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,161 @@
|
|||
/.deps/
|
||||
/.gitignore~
|
||||
/.libs/
|
||||
/Makefile
|
||||
/Makefile.in
|
||||
/Makefile.am
|
||||
/_Exit.c
|
||||
/arg-nonnull.h
|
||||
/atexit.c
|
||||
/c++defs.h
|
||||
/c-ctype.c
|
||||
/c-ctype.h
|
||||
/c-ctype.lo
|
||||
/c-ctype.o
|
||||
/c-strcase.h
|
||||
/c-strcasecmp.c
|
||||
/c-strcasecmp.lo
|
||||
/c-strcasecmp.o
|
||||
/c-strcaseeq.h
|
||||
/c-strncasecmp.c
|
||||
/c-strncasecmp.lo
|
||||
/c-strncasecmp.o
|
||||
/calloc.c
|
||||
/charset.alias
|
||||
/close-stream.c
|
||||
/close-stream.h
|
||||
/close-stream.lo
|
||||
/close-stream.o
|
||||
/close.c
|
||||
/closeout.c
|
||||
/closeout.h
|
||||
/closeout.lo
|
||||
/closeout.o
|
||||
/config.charset
|
||||
/configmake.h
|
||||
/dosname.h
|
||||
/errno.in.h
|
||||
/error.c
|
||||
/error.h
|
||||
/exitfail.c
|
||||
/exitfail.h
|
||||
/exitfail.lo
|
||||
/exitfail.o
|
||||
/fclose.c
|
||||
/fclose.lo
|
||||
/fclose.o
|
||||
/fd-hook.c
|
||||
/fd-hook.h
|
||||
/fd-hook.lo
|
||||
/fd-hook.o
|
||||
/fdopen.c
|
||||
/fflush.c
|
||||
/fflush.lo
|
||||
/fflush.o
|
||||
/fopen.c
|
||||
/fpending.c
|
||||
/fpending.h
|
||||
/fpurge.c
|
||||
/fpurge.lo
|
||||
/fpurge.o
|
||||
/freading.c
|
||||
/freading.h
|
||||
/freading.lo
|
||||
/freading.o
|
||||
/free.c
|
||||
/fseek.c
|
||||
/fseek.lo
|
||||
/fseek.o
|
||||
/fseeko.c
|
||||
/fseeko.lo
|
||||
/fseeko.o
|
||||
/fstat.c
|
||||
/ftell.c
|
||||
/ftello.c
|
||||
/getopt.c
|
||||
/getopt.in.h
|
||||
/getopt1.c
|
||||
/getopt_int.h
|
||||
/gettext.h
|
||||
/intprops.h
|
||||
/libdhcpd_pools.la
|
||||
/localcharset.c
|
||||
/localcharset.h
|
||||
/localcharset.lo
|
||||
/localcharset.o
|
||||
/lseek.c
|
||||
/malloc.c
|
||||
/mbrtowc.c
|
||||
/mbsinit.c
|
||||
/memchr.c
|
||||
/memchr.valgrind
|
||||
/memcpy.c
|
||||
/msvc-inval.c
|
||||
/msvc-inval.h
|
||||
/msvc-nothrow.c
|
||||
/msvc-nothrow.h
|
||||
/pathmax.h
|
||||
/quote.h
|
||||
/quotearg.c
|
||||
/quotearg.h
|
||||
/quotearg.lo
|
||||
/quotearg.o
|
||||
/realloc.c
|
||||
/ref-add.sed
|
||||
/ref-add.sin
|
||||
/ref-del.sed
|
||||
/ref-del.sin
|
||||
/stat.c
|
||||
/stdarg.in.h
|
||||
/stdbool.in.h
|
||||
/stddef.in.h
|
||||
/stdio-impl.h
|
||||
/stdio.h
|
||||
/stdio.in.h
|
||||
/stdlib.h
|
||||
/stdlib.in.h
|
||||
/str-two-way.h
|
||||
/strdup.c
|
||||
/streq.h
|
||||
/strerror-override.c
|
||||
/strerror-override.h
|
||||
/strerror.c
|
||||
/strftime.c
|
||||
/strftime.h
|
||||
/strftime.lo
|
||||
/strftime.o
|
||||
/string.h
|
||||
/string.in.h
|
||||
/strstr.c
|
||||
/strtod.c
|
||||
/sys/
|
||||
/sys_stat.in.h
|
||||
/sys_types.in.h
|
||||
/time.h
|
||||
/time.in.h
|
||||
/time_r.c
|
||||
/unistd.h
|
||||
/unistd.in.h
|
||||
/unused-parameter.h
|
||||
/verify.h
|
||||
/warn-on-use.h
|
||||
/wchar.h
|
||||
/wchar.in.h
|
||||
/wctype.h
|
||||
/wctype.in.h
|
||||
/xalloc-die.c
|
||||
/xalloc-die.lo
|
||||
/xalloc-die.o
|
||||
/xalloc-oversized.h
|
||||
/xalloc.h
|
||||
/xmalloc.c
|
||||
/xmalloc.lo
|
||||
/xmalloc.o
|
||||
/xprintf.c
|
||||
/xprintf.h
|
||||
/xprintf.lo
|
||||
/xprintf.o
|
||||
/xstrtod.c
|
||||
/xstrtod.h
|
||||
/xstrtod.lo
|
||||
/xstrtod.o
|
||||
Loading…
Add table
Add a link
Reference in a new issue