]> git.ipfire.org Git - thirdparty/squid.git/blob - compat/os/os2.h
Merged from trunk
[thirdparty/squid.git] / compat / os / os2.h
1 #ifndef SQUID_CONFIG_H
2 #include "config.h"
3 #endif
4
5 #ifndef SQUID_OS_OS2_H
6 #define SQUID_OS_OS2_H
7
8 #ifdef _SQUID_OS2_
9
10 /****************************************************************************
11 *--------------------------------------------------------------------------*
12 * DO *NOT* MAKE ANY CHANGES below here unless you know what you're doing...*
13 *--------------------------------------------------------------------------*
14 ****************************************************************************/
15
16 /*
17 * FIXME: the os2 port of bash seems to have problems checking
18 * the return codes of programs in if statements. These options
19 * need to be overridden.
20 */
21
22
23 #endif /* _SQUID_OS2_ */
24 #endif /* SQUID_OS_OS2_H */