Lines Matching refs:check_library_exists
94 check_library_exists(pthread pthread_create "" HAVE_LIBPTHREAD)
96 check_library_exists(pthread pthread_getspecific "" HAVE_PTHREAD_GETSPECIFIC)
97 check_library_exists(pthread pthread_rwlock_init "" HAVE_PTHREAD_RWLOCK_INIT)
98 check_library_exists(pthread pthread_mutex_lock "" HAVE_PTHREAD_MUTEX_LOCK)
101 check_library_exists(c pthread_create "" PTHREAD_IN_LIBC)
103 check_library_exists(c pthread_getspecific "" HAVE_PTHREAD_GETSPECIFIC)
104 check_library_exists(c pthread_rwlock_init "" HAVE_PTHREAD_RWLOCK_INIT)
105 check_library_exists(c pthread_mutex_lock "" HAVE_PTHREAD_MUTEX_LOCK)
108 check_library_exists(dl dlopen "" HAVE_LIBDL)
109 check_library_exists(rt clock_gettime "" HAVE_LIBRT)
127 check_library_exists(z compress2 "" HAVE_LIBZ)
132 check_library_exists(edit el_init "" HAVE_LIBEDIT)
138 check_library_exists(${library} setupterm "" HAVE_TERMINFO_${library_suffix})
150 check_library_exists(xar xar_open "" HAVE_LIBXAR)