summaryrefslogtreecommitdiffstats
path: root/WebKit/android/stlport/stl/config/_cygwin.h
blob: 7960d01e8a91f6133a11982cf93676545ca40e66 (plain)
1
2
3
4
5
6
#define _STLP_PLATFORM "Cygwin"

/* Glibc is the platform API */
#if !defined (_STLP_USE_GLIBC)
#  define _STLP_USE_GLIBC
#endif