]> git.ipfire.org Git - thirdparty/squid.git/blob - compat/os/dragonfly.h
Portability polish: use #if instead of #ifdef or #ifndef
[thirdparty/squid.git] / compat / os / dragonfly.h
1 #ifndef SQUID_OS_DRAGONFLY_H
2 #define SQUID_OS_DRAGONFLY_H
3
4 #if _SQUID_DRAGONFLY_
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
19 #endif /* _SQUID_DRAGONFLY_ */
20 #endif /* SQUID_OS_DRAGONFLY_H */