]> git.ipfire.org Git - thirdparty/squid.git/blob - compat/os/aix.h
SourceFormat Enforcement
[thirdparty/squid.git] / compat / os / aix.h
1 #ifndef SQUID_OS_AIX_H
2 #define SQUID_OS_AIX_H
3
4 #if _SQUID_AIX_
5
6 /****************************************************************************
7 *--------------------------------------------------------------------------*
8 * DO *NOT* MAKE ANY CHANGES below here unless you know what you're doing...*
9 *--------------------------------------------------------------------------*
10 ****************************************************************************/
11
12 /*
13 * Syslog facility on AIX requires some portability wrappers
14 */
15 #if HAVE_SYSLOG_H
16 #define _XOPEN_EXTENDED_SOURCE
17 #define _XOPEN_SOURCE_EXTENDED 1
18 #endif
19
20 #endif /* _SQUID_AIX_ */
21 #endif /* SQUID_OS_AIX_H */