summaryrefslogtreecommitdiff
path: root/include/asterisk
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2008-01-28 21:07:18 +0000
committerMark Michelson <mmichelson@digium.com>2008-01-28 21:07:18 +0000
commitf007eba6d901f52385ea3c37247bf3ceb2ac7b7b (patch)
tree722e398dfbf20defced4c8dc4ebc1fd1cf42b653 /include/asterisk
parent2f44f53ea48c16a3fbcf32df5a99a630193a2571 (diff)
Re-inserting chan_vpb into trunk.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@100678 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk')
-rw-r--r--include/asterisk/autoconfig.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asterisk/autoconfig.h.in b/include/asterisk/autoconfig.h.in
index 8b2b1281a..10029ec92 100644
--- a/include/asterisk/autoconfig.h.in
+++ b/include/asterisk/autoconfig.h.in
@@ -993,6 +993,9 @@
/* Define to indicate the ${VORBIS_DESCRIP} library version */
#undef HAVE_VORBIS_VERSION
+/* Define if your system has the VoiceTronix API libraries. */
+#undef HAVE_VPB
+
/* Define to 1 if you have the `vprintf' function. */
#undef HAVE_VPRINTF
@@ -1163,6 +1166,9 @@
#ifndef _POSIX_PTHREAD_SEMANTICS
# undef _POSIX_PTHREAD_SEMANTICS
#endif
+#ifndef _TANDEM_SOURCE
+# undef _TANDEM_SOURCE
+#endif
/* Define like PROTOTYPES; this can be used by system headers. */
#undef __PROTOTYPES