]> git.ipfire.org Git - thirdparty/squid.git/blame - compat/os/android.h
SourceFormat Enforcement
[thirdparty/squid.git] / compat / os / android.h
CommitLineData
37be9888 1/*
4ac4a490 2 * Copyright (C) 1996-2017 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