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