Feature tests for [whether sched_param has a sched_priority member]
and [whether nfds_t is defined].


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@366 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/acconfig.h b/acconfig.h
index 78bd792..aa5ffc3 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,6 +1,9 @@
 #undef KERNEL_2_2
 #undef KERNEL_2_4
 
+#undef HAVE_SCHED_PRIORITY
+#undef HAVE_NFDS_T
+
 #undef GLIBC_2_1
 #undef GLIBC_2_2