]> git.ipfire.org Git - thirdparty/squid.git/blame - compat/os/netbsd.h
Compat: Shuffle squid.h portability definitions into libcompat
[thirdparty/squid.git] / compat / os / netbsd.h
CommitLineData
dc47f531
AJ
1#ifndef SQUID_CONFIG_H
2#include "config.h"
3#endif
4
5#ifndef SQUID_OS_NETBSD_H
6#define SQUID_OS_NETBSD_H
7
8#ifdef _SQUID_NETBSD_
9
10/****************************************************************************
11 *--------------------------------------------------------------------------*
12 * DO *NOT* MAKE ANY CHANGES below here unless you know what you're doing...*
13 *--------------------------------------------------------------------------*
14 ****************************************************************************/
15
16/* Exclude CPPUnit tests from the allocator restrictions. */
17/* BSD implementation uses these still */
18#if defined(SQUID_UNIT_TEST)
19#define SQUID_NO_ALLOC_PROTECT 1
20#endif
21
22#endif /* _SQUID_NETBSD_ */
23#endif /* SQUID_OS_NETBSD_H */