summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlexander Traud <pabstraud@compuserve.com>2018-03-03 13:56:03 +0100
committerAlexander Traud <pabstraud@compuserve.com>2018-03-03 13:56:03 +0100
commit974952452014013545a2aba1cd1fd8304427b429 (patch)
tree5f93511a2bc65916fd65fa5d555e2965152d9784 /include
parente58ae393b1f83981178c7ddedf4cfb40e6ca5f31 (diff)
BuildSystem: Detect whether uselocale(.) is available.
ASTERISK-27712 Reported by: Joerg Sonnenberger, D'Arcy Cain Change-Id: Idf1c9d43617a3e13028b95b313415903d80ef807
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