#if defined(USE_THREADS_POSIX) && defined(HAVE_PTHREAD_H) # include static int verify_linking_to_pthread_cxx() { return static_cast(pthread_self()); } #endif