Add libgnu convenience lib, modules stdio and getaddrinfo.
authorPhilip Kovacs <pkovacs@users.sourceforge.net>
Tue, 1 Jul 2008 01:26:02 +0000 (01:26 +0000)
committerPhilip Kovacs <pkovacs@users.sourceforge.net>
Tue, 1 Jul 2008 01:26:02 +0000 (01:26 +0000)
commit5ce58e014e3bc0e5aa6ac2dfec2af7d75a98c2f2
treef0512db57c31d02e3237287c05b389c4f38071e9
parent8f947b898ccadf219923a00ca4684d51eca8868c
Add libgnu convenience lib, modules stdio and getaddrinfo.
We now make no assumption about availability of functions
such as snprintf and getnameinfo.  If the target machine
doesnt have them, libgnu provides them.

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1203 7f574dfc-610e-0410-a909-a81674777703
69 files changed:
Makefile.am
autogen.sh
configure.ac.in
libgnu/Makefile.am [new file with mode: 0644]
libgnu/alloca_.h [new file with mode: 0644]
libgnu/asnprintf.c [new file with mode: 0644]
libgnu/aux/link-warning.h [new file with mode: 0644]
libgnu/dummy.c [new file with mode: 0644]
libgnu/float+.h [new file with mode: 0644]
libgnu/float_.h [new file with mode: 0644]
libgnu/gai_strerror.c [new file with mode: 0644]
libgnu/getaddrinfo.c [new file with mode: 0644]
libgnu/getaddrinfo.h [new file with mode: 0644]
libgnu/gettext.h [new file with mode: 0644]
libgnu/inet_ntop.c [new file with mode: 0644]
libgnu/inet_ntop.h [new file with mode: 0644]
libgnu/m4/alloca.m4 [new file with mode: 0644]
libgnu/m4/arpa_inet_h.m4 [new file with mode: 0644]
libgnu/m4/eoverflow.m4 [new file with mode: 0644]
libgnu/m4/extensions.m4 [new file with mode: 0644]
libgnu/m4/float_h.m4 [new file with mode: 0644]
libgnu/m4/getaddrinfo.m4 [new file with mode: 0644]
libgnu/m4/gnulib-cache.m4 [new file with mode: 0644]
libgnu/m4/gnulib-common.m4 [new file with mode: 0644]
libgnu/m4/gnulib-comp.m4 [new file with mode: 0644]
libgnu/m4/gnulib-tool.m4 [new file with mode: 0644]
libgnu/m4/include_next.m4 [new file with mode: 0644]
libgnu/m4/inet_ntop.m4 [new file with mode: 0644]
libgnu/m4/intmax_t.m4 [new file with mode: 0644]
libgnu/m4/inttypes_h.m4 [new file with mode: 0644]
libgnu/m4/longlong.m4 [new file with mode: 0644]
libgnu/m4/netinet_in_h.m4 [new file with mode: 0644]
libgnu/m4/onceonly_2_57.m4 [new file with mode: 0644]
libgnu/m4/size_max.m4 [new file with mode: 0644]
libgnu/m4/snprintf.m4 [new file with mode: 0644]
libgnu/m4/socklen.m4 [new file with mode: 0644]
libgnu/m4/sockpfaf.m4 [new file with mode: 0644]
libgnu/m4/stdbool.m4 [new file with mode: 0644]
libgnu/m4/stdint.m4 [new file with mode: 0644]
libgnu/m4/stdint_h.m4 [new file with mode: 0644]
libgnu/m4/stdio_h.m4 [new file with mode: 0644]
libgnu/m4/strdup.m4 [new file with mode: 0644]
libgnu/m4/string_h.m4 [new file with mode: 0644]
libgnu/m4/sys_socket_h.m4 [new file with mode: 0644]
libgnu/m4/ulonglong.m4 [new file with mode: 0644]
libgnu/m4/vasnprintf.m4 [new file with mode: 0644]
libgnu/m4/wchar.m4 [new file with mode: 0644]
libgnu/m4/wchar_t.m4 [new file with mode: 0644]
libgnu/m4/wint_t.m4 [new file with mode: 0644]
libgnu/m4/xsize.m4 [new file with mode: 0644]
libgnu/netinet_in_.h [new file with mode: 0644]
libgnu/printf-args.c [new file with mode: 0644]
libgnu/printf-args.h [new file with mode: 0644]
libgnu/printf-parse.c [new file with mode: 0644]
libgnu/printf-parse.h [new file with mode: 0644]
libgnu/size_max.h [new file with mode: 0644]
libgnu/snprintf.c [new file with mode: 0644]
libgnu/stdbool_.h [new file with mode: 0644]
libgnu/stdint_.h [new file with mode: 0644]
libgnu/stdio_.h [new file with mode: 0644]
libgnu/strdup.c [new file with mode: 0644]
libgnu/string_.h [new file with mode: 0644]
libgnu/sys_socket_.h [new file with mode: 0644]
libgnu/vasnprintf.c [new file with mode: 0644]
libgnu/vasnprintf.h [new file with mode: 0644]
libgnu/wchar_.h [new file with mode: 0644]
libgnu/xsize.h [new file with mode: 0644]
src/Makefile.am
src/libtcp-portmon.c