summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2006-05-08 16:11:33 +0000
committerKevin P. Fleming <kpfleming@digium.com>2006-05-08 16:11:33 +0000
commit401ed356e488f2b158ab1e7c00593d7ec8235e5b (patch)
treeb199ee24db19207f5ad14ee142570008c9974b13 /include
parentc0762c064dbd4dc86d68d31e86a23256179f8e63 (diff)
commit the proper configure script
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@25651 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include')
-rw-r--r--include/autoconfig.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/autoconfig.h.in b/include/autoconfig.h.in
index 17a73828f..2e71520e2 100644
--- a/include/autoconfig.h.in
+++ b/include/autoconfig.h.in
@@ -360,9 +360,15 @@
/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
#undef HAVE_SYS_WAIT_H
+/* Define to indicate the Termcap library */
+#undef HAVE_TERMCAP
+
/* Define to 1 if you have the <termios.h> header file. */
#undef HAVE_TERMIOS_H
+/* Define to indicate the Term Info library */
+#undef HAVE_TINFO
+
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H