]> git.ipfire.org Git - thirdparty/squid.git/blame - compat/os/sgi.h
Source Format Enforcement (#532)
[thirdparty/squid.git] / compat / os / sgi.h
CommitLineData
37be9888 1/*
77b1029d 2 * Copyright (C) 1996-2020 The Squid Software Foundation and contributors
37be9888
AJ
3 *
4 * Squid software is distributed under GPLv2+ license and includes
5 * contributions from numerous individuals and organizations.
6 * Please see the COPYING and CONTRIBUTORS files for details.
7 */
8
f04e1182
AJ
9#ifndef SQUID_OS_SGI_H
10#define SQUID_OS_SGI_H
11
12#if _SQUID_SGI_
13
14/****************************************************************************
15 *--------------------------------------------------------------------------*
16 * DO *NOT* MAKE ANY CHANGES below here unless you know what you're doing...*
17 *--------------------------------------------------------------------------*
18 ****************************************************************************/
19
20#if !defined(_SVR4_SOURCE)
f53969cc 21#define _SVR4_SOURCE /* for tempnam(3) */
f04e1182
AJ
22#endif
23
24#if USE_ASYNC_IO
25#define _ABI_SOURCE
26#endif /* USE_ASYNC_IO */
27
f04e1182
AJ
28#endif /* _SQUID_SGI_ */
29#endif /* SQUID_OS_SGI_H */
f53969cc 30