]> git.ipfire.org Git - thirdparty/squid.git/blame - compat/os/openbsd.h
Merged from trunk
[thirdparty/squid.git] / compat / os / openbsd.h
CommitLineData
f04e1182 1#ifndef SQUID_CONFIG_H
cc937513 2#include "config.h"
f04e1182
AJ
3#endif
4
5#ifndef SQUID_OS_OPENBSD_H
6#define SQUID_OS_OPENBSD_H
7
8#ifdef _SQUID_OPENBSD_
9
10/****************************************************************************
11 *--------------------------------------------------------------------------*
12 * DO *NOT* MAKE ANY CHANGES below here unless you know what you're doing...*
13 *--------------------------------------------------------------------------*
14 ****************************************************************************/
15
16/*
17 * Don't allow inclusion of malloc.h
18 */
19#ifdef HAVE_MALLOC_H
20#undef HAVE_MALLOC_H
21#endif
22
23
24#endif /* _SQUID_OPENBSD_ */
25#endif /* SQUID_OS_OPENBSD_H */