summaryrefslogtreecommitdiff
path: root/editline/config.h.in
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2002-11-27 05:04:07 +0000
committerMark Spencer <markster@digium.com>2002-11-27 05:04:07 +0000
commit55dc769bc3483555408f923e4291891b07a4ca72 (patch)
treec5f035ff1e834f8c487983bdf1f8af4a720eb21b /editline/config.h.in
parent9bc09cd23cde028887e527d23391ca561d7757e8 (diff)
Version 0.3.0 from FTP
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@555 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'editline/config.h.in')
-rwxr-xr-xeditline/config.h.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/editline/config.h.in b/editline/config.h.in
new file mode 100755
index 000000000..a645a7f06
--- /dev/null
+++ b/editline/config.h.in
@@ -0,0 +1,17 @@
+#undef SUNOS
+
+#undef HAVE_SYS_CDEFS_H
+#undef HAVE_TERMCAP_H
+#undef HAVE_CURSES_H
+#undef HAVE_NCURSES_H
+#undef HAVE_TERM_H
+#undef HAVE_VIS_H
+#undef HAVE_ISSETUGID
+
+#undef HAVE_STRLCAT
+#undef HAVE_STRLCPY
+#undef HAVE_FGETLN
+#undef HAVE_STRVIS
+#undef HAVE_STRUNVIS
+
+#include "sys.h"