]> git.ipfire.org Git - thirdparty/squid.git/blame - compat/os/dragonfly.h
Boilerplate: make script quieter when re-scanning files
[thirdparty/squid.git] / compat / os / dragonfly.h
CommitLineData
5cf3b000
AJ
1#ifndef SQUID_OS_DRAGONFLY_H
2#define SQUID_OS_DRAGONFLY_H
3
1191b93b 4#if _SQUID_DRAGONFLY_
5cf3b000
AJ
5
6/****************************************************************************
7 *--------------------------------------------------------------------------*
8 * DO *NOT* MAKE ANY CHANGES below here unless you know what you're doing...*
9 *--------------------------------------------------------------------------*
10 ****************************************************************************/
11
12/*
13 * Don't allow inclusion of malloc.h
14 */
15#if defined(HAVE_MALLOC_H)
16#undef HAVE_MALLOC_H
17#endif
18
5cf3b000
AJ
19#endif /* _SQUID_DRAGONFLY_ */
20#endif /* SQUID_OS_DRAGONFLY_H */