summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLuigi Rizzo <rizzo@icir.org>2007-11-17 04:17:53 +0000
committerLuigi Rizzo <rizzo@icir.org>2007-11-17 04:17:53 +0000
commitaeba4fef657de50130b86b08359af84af0e0ee04 (patch)
tree1d1c37c2749e2946824aadf348f5ffb074e175a1 /include
parent882f5a69fa678e6092b66dbf8146b970a29b1c99 (diff)
add detection for timersub() and winsock.h/winsock2.h
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89357 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/autoconfig.h.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/asterisk/autoconfig.h.in b/include/asterisk/autoconfig.h.in
index 5245a9524..b3b500190 100644
--- a/include/asterisk/autoconfig.h.in
+++ b/include/asterisk/autoconfig.h.in
@@ -879,6 +879,9 @@
/* Define to 1 if you have the <termios.h> header file. */
#undef HAVE_TERMIOS_H
+/* Define to 1 if you have the `timersub' function. */
+#undef HAVE_TIMERSUB
+
/* Define this to indicate the ${TINFO_DESCRIP} library */
#undef HAVE_TINFO
@@ -951,6 +954,12 @@
/* Define to 1 if you have the `vprintf' function. */
#undef HAVE_VPRINTF
+/* Define to 1 if you have the <winsock2.h> header file. */
+#undef HAVE_WINSOCK2_H
+
+/* Define to 1 if you have the <winsock.h> header file. */
+#undef HAVE_WINSOCK_H
+
/* Define to 1 if `fork' works. */
#undef HAVE_WORKING_FORK