]> git.ipfire.org Git - thirdparty/squid.git/commit - compat/os/freebsd.h
Initial import of libcompat code
authorAmos Jeffries <squid3@treenet.co.nz>
Thu, 15 Jan 2009 10:53:56 +0000 (23:53 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Thu, 15 Jan 2009 10:53:56 +0000 (23:53 +1300)
commitf04e1182fee8cd3c70ae673e629b8e7cd8297e33
treef6c2188b49264902e29dbabfa8f0c53a0df2f048
parentbebf08ff5a2b02fb334ec7b845b0aeafbdd851e8
Initial import of libcompat code
31 files changed:
Makefile.am
configure.in
include/assert.h
include/config.h
lib/Makefile.am
snmplib/Makefile.am
src/compat/GnuRegex.h [moved from include/GNUregex.h with 97% similarity]
src/compat/Makefile.am [new file with mode: 0644]
src/compat/assert.h [new file with mode: 0644]
src/compat/compat.cc [new file with mode: 0644]
src/compat/compat.h [new file with mode: 0644]
src/compat/compat_shared.h [new file with mode: 0644]
src/compat/os/squid_aix.h [new file with mode: 0644]
src/compat/os/squid_freebsd.h [new file with mode: 0644]
src/compat/os/squid_hpux.h [new file with mode: 0644]
src/compat/os/squid_linux.h [new file with mode: 0644]
src/compat/os/squid_mswin.h [new file with mode: 0644]
src/compat/os/squid_next.h [new file with mode: 0644]
src/compat/os/squid_openbsd.h [new file with mode: 0644]
src/compat/os/squid_qnx.h [new file with mode: 0644]
src/compat/os/squid_sgi.h [new file with mode: 0644]
src/compat/os/squid_solaris.h [new file with mode: 0644]
src/compat/os/squid_sunos.h [new file with mode: 0644]
src/compat/os/squid_windows.h [new file with mode: 0644]
src/compat/osdetect.h [new file with mode: 0644]
src/compat/squid_fdsetsize.h [new file with mode: 0644]
src/compat/squid_stdvarargs.h [new file with mode: 0644]
src/compat/squid_valgrind.h [new file with mode: 0644]
src/globals.h
src/htcp.cc
src/squid.h