Home | History | Annotate | Download | only in jni
      1 #include <iostream>
      2 
      3 int main()
      4 {
      5 #if !defined(_GLIBCXX_HAS_GTHREADS)
      6 #error _GLIBCXX_HAS_GTHREADS is not defined
      7 #endif
      8 }
      9