Issue 10784: adds os.getpriority() and os.setpriority() functions.
diff --git a/pyconfig.h.in b/pyconfig.h.in
index d55c1cd..7236331 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -602,6 +602,9 @@
 /* Define to 1 if you have the `setpgrp' function. */
 #undef HAVE_SETPGRP
 
+/* Define to 1 if you have the `setpriority' function. */
+#undef HAVE_SETPRIORITY
+
 /* Define to 1 if you have the `setregid' function. */
 #undef HAVE_SETREGID