summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorzuul <zuul@gerrit.asterisk.org>2016-03-15 10:26:59 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2016-03-15 10:27:00 -0500
commitdcebcaa3da6efb4b09e1522c06baad3f901a7d77 (patch)
treedc43e0c7e3d3a4d3e6522a64e337d2bbbe4b32f5 /include
parent6d309cd2cd3646a3adbbbcc1b6f989a94d88fc9c (diff)
parent677a65fcbb093864d199feef60b41f56fe532ba9 (diff)
Merge "build: Add configure check for proto field of PJSIP TLS transport setting." into 13
Diffstat (limited to 'include')
-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 cb983425a..80780986a 100644
--- a/include/asterisk/autoconfig.h.in
+++ b/include/asterisk/autoconfig.h.in
@@ -596,6 +596,9 @@
/* Define if your system has the PJSIP_REPLACE_MEDIA_STREAM headers. */
#undef HAVE_PJSIP_REPLACE_MEDIA_STREAM
+/* Define if your system has the PJSIP_TLS_TRANSPORT_PROTO headers. */
+#undef HAVE_PJSIP_TLS_TRANSPORT_PROTO
+
/* Define if your system has pj_ssl_cert_load_from_files2 declared. */
#undef HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2