summaryrefslogtreecommitdiff
path: root/include/asterisk/autoconfig.h.in
diff options
context:
space:
mode:
authorzuul <zuul@gerrit.asterisk.org>2016-07-14 12:05:19 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2016-07-14 12:05:19 -0500
commitbea3e9b6fbe21d6bf7eb3e262c45ff53283098bf (patch)
tree4cd9c24046eac10bdde365b65e90d8de2420fcd3 /include/asterisk/autoconfig.h.in
parent89f0a7d3f40f3b7fbc7db2506d5217d3b3c5f303 (diff)
parenta3f4141f6f9df4b514774e7a29040521293a2b94 (diff)
Merge "BuildSystem: Avoid obsolete warning with pthread.m4 on autoconf."
Diffstat (limited to 'include/asterisk/autoconfig.h.in')
-rw-r--r--include/asterisk/autoconfig.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asterisk/autoconfig.h.in b/include/asterisk/autoconfig.h.in
index 5cd0acd66..51f0f1462 100644
--- a/include/asterisk/autoconfig.h.in
+++ b/include/asterisk/autoconfig.h.in
@@ -704,6 +704,9 @@
*/
#undef HAVE_PTHREAD_MUTEX_RECURSIVE_NP
+/* Have PTHREAD_PRIO_INHERIT. */
+#undef HAVE_PTHREAD_PRIO_INHERIT
+
/* Define if your system has the PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP
headers. */
#undef HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP