]> git.ipfire.org Git - thirdparty/squid.git/blob - compat/os/aix.h
Converted many #ifdefs to #ifs
[thirdparty/squid.git] / compat / os / aix.h
1 #ifndef SQUID_CONFIG_H
2 #include "config.h"
3 #endif
4
5 #ifndef SQUID_OS_AIX_H
6 #define SQUID_OS_AIX_H
7
8 #ifdef _SQUID_AIX_
9
10 /****************************************************************************
11 *--------------------------------------------------------------------------*
12 * DO *NOT* MAKE ANY CHANGES below here unless you know what you're doing...*
13 *--------------------------------------------------------------------------*
14 ****************************************************************************/
15
16
17 /*
18 * Syslog facility on AIX requires some portability wrappers
19 */
20 #if HAVE_SYSLOG_H
21 #define _XOPEN_EXTENDED_SOURCE
22 #define _XOPEN_SOURCE_EXTENDED 1
23 #endif
24
25
26 #endif /* _SQUID_AIX_ */
27 #endif /* SQUID_OS_AIX_H */