summaryrefslogtreecommitdiff
path: root/include/asterisk/autoconfig.h.in
diff options
context:
space:
mode:
authorzuul <zuul@gerrit.asterisk.org>2016-06-29 11:16:05 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2016-06-29 11:16:05 -0500
commit6aaba96acafc18cdc9503aee705ac9b2e942e98f (patch)
treee850eaa264c8a0cd3d7ab4fb83f0b2d4c666d053 /include/asterisk/autoconfig.h.in
parent541f0386941d536059dd4ab9b1fecce547bda71c (diff)
parent6e87bf746a268a3364863bec7e2de1e208a5c4b2 (diff)
Merge "BuildSystem: Avoid obsolete warning with AC_TYPE_SIGNAL on autoconf."
Diffstat (limited to 'include/asterisk/autoconfig.h.in')
-rw-r--r--include/asterisk/autoconfig.h.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/asterisk/autoconfig.h.in b/include/asterisk/autoconfig.h.in
index cd228d7d4..5834de77e 100644
--- a/include/asterisk/autoconfig.h.in
+++ b/include/asterisk/autoconfig.h.in
@@ -1257,9 +1257,6 @@
/* Define if your system needs braces around PTHREAD_ONCE_INIT */
#undef PTHREAD_ONCE_INIT_NEEDS_BRACES
-/* Define as the return type of signal handlers (`int' or `void'). */
-#undef RETSIGTYPE
-
/* Define to the type of arg 1 for `select'. */
#undef SELECT_TYPE_ARG1