]> git.ipfire.org Git - thirdparty/squid.git/blame - compat/os/android.h
Bug 4599 pt6: Restrict safe renegotiation disable to OpenSSL 1.0 and older
[thirdparty/squid.git] / compat / os / android.h
CommitLineData
37be9888 1/*
ef57eb7b 2 * Copyright (C) 1996-2016 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 */
6b7b32cd
AJ
8#ifndef SQUID_OS_ANDROID_H
9#define SQUID_OS_ANDROID_H
10
11#if defined(__ANDROID__)
12/****************************************************************************
13 *--------------------------------------------------------------------------*
14 * DO *NOT* MAKE ANY CHANGES below here unless you know what you're doing...*
15 *--------------------------------------------------------------------------*
16 ****************************************************************************/
17#define _SQUID_ANDROID_ 1
18
19#endif /* _SQUID_ANDROID_ */
20#endif /* SQUID_OS_ANDROID_H */
f53969cc 21