Add support for musl libc

musl does not support pthread_rwlockattr_setkind_np. Don't use it if it is
not available.
diff --git a/src/config.h.in b/src/config.h.in
index 96d33c5..30dd8a3 100644
--- a/src/config.h.in
+++ b/src/config.h.in
@@ -73,4 +73,7 @@
  */
 #define NC_PS_QUEUE_SIZE @MAX_PSPOLL_THREAD_COUNT@
 
+/* Portability feature-check macros. */
+#cmakedefine HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP
+
 #endif /* NC_CONFIG_H_ */