]> git.ipfire.org Git - thirdparty/squid.git/blob - compat/os/android.h
merge from trunk r13423
[thirdparty/squid.git] / compat / os / android.h
1 #ifndef SQUID_OS_ANDROID_H
2 #define SQUID_OS_ANDROID_H
3
4 #if defined(__ANDROID__)
5 /****************************************************************************
6 *--------------------------------------------------------------------------*
7 * DO *NOT* MAKE ANY CHANGES below here unless you know what you're doing...*
8 *--------------------------------------------------------------------------*
9 ****************************************************************************/
10 #define _SQUID_ANDROID_ 1
11
12 #endif /* _SQUID_ANDROID_ */
13 #endif /* SQUID_OS_ANDROID_H */