Add a configure check for pthread_rwlock_init.
[oota-llvm.git] / include / llvm / Config / config.h.in
index eee2f946148bd6f1b2f91f4393da905e59061ba4..bf3a620cfd641be7097f55617a84d693ea13163b 100644 (file)
 /* Have pthread_mutex_lock */
 #undef HAVE_PTHREAD_MUTEX_LOCK
 
+/* Have pthread_rwlock_init */
+#undef HAVE_PTHREAD_RWLOCK_INIT
+
 /* Define to 1 if srand48/lrand48/drand48 exist in <stdlib.h> */
 #undef HAVE_RAND48