summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJenkins2 <jenkins2@gerrit.asterisk.org>2018-03-05 11:49:11 -0600
committerGerrit Code Review <gerrit2@gerrit.digium.api>2018-03-05 11:49:11 -0600
commite21f1684778f911afbcd3f8e3461b66501db58e4 (patch)
tree5168e61c750fb7f96a0fb990f02246135bdb9c53 /include
parentd70f53c6724ec0acd5ed96b08fcaf17dbbe58c69 (diff)
parent974952452014013545a2aba1cd1fd8304427b429 (diff)
Merge "BuildSystem: Detect whether uselocale(.) is available."
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 4a9a273b7..06114616d 100644
--- a/include/asterisk/autoconfig.h.in
+++ b/include/asterisk/autoconfig.h.in
@@ -1203,6 +1203,9 @@
/* Define to 1 if you have the uriparser library library. */
#undef HAVE_URIPARSER
+/* Define to 1 if you have the `uselocale' function. */
+#undef HAVE_USELOCALE
+
/* Define to 1 if you have the `utime' function. */
#undef HAVE_UTIME