]> git.ipfire.org Git - thirdparty/squid.git/blob - compat/os/android.h
Maintenance: automate header guards 2/3 (#1655)
[thirdparty/squid.git] / compat / os / android.h
1 /*
2 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
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 #ifndef SQUID_COMPAT_OS_ANDROID_H
9 #define SQUID_COMPAT_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_COMPAT_OS_ANDROID_H */
21