]> git.ipfire.org Git - thirdparty/squid.git/commit
Make auto-tools portability linked objects part of libcompat
authorAmos Jeffries <amosjeffries@squid-cache.org>
Fri, 1 Oct 2010 15:10:14 +0000 (09:10 -0600)
committerAmos Jeffries <amosjeffries@squid-cache.org>
Fri, 1 Oct 2010 15:10:14 +0000 (09:10 -0600)
commita098f9565ce1d3a34d82644669656a75aa0ee2f1
treeb391b05eb7e75b9994a05644f838257c6fb6b990
parent6da430a4640e07dfae7ef7a4451acc2854817014
Make auto-tools portability linked objects part of libcompat

This removes the need for many binaries to include libmisc at all.
15 files changed:
compat/Makefile.am
compat/drand48.c [moved from lib/drand48.c with 100% similarity]
compat/eui64_aton.c [moved from lib/eui64_aton.c with 100% similarity]
compat/getaddrinfo.c [moved from lib/getaddrinfo.c with 100% similarity]
compat/getnameinfo.c [moved from lib/getnameinfo.c with 100% similarity]
compat/inet_ntop.c [moved from lib/inet_ntop.c with 100% similarity]
compat/inet_pton.c [moved from lib/inet_pton.c with 100% similarity]
compat/initgroups.c [moved from lib/initgroups.c with 100% similarity]
compat/psignal.c [moved from lib/psignal.c with 100% similarity]
compat/psignal.h [moved from include/psignal.h with 100% similarity]
compat/strerror.c [moved from lib/strerror.c with 100% similarity]
compat/strsep.c [moved from lib/strsep.c with 100% similarity]
compat/strtoll.c [moved from lib/strtoll.c with 100% similarity]
compat/tempnam.c [moved from lib/tempnam.c with 100% similarity]
lib/Makefile.am