aboutsummaryrefslogtreecommitdiffstats
path: root/editline/config.h.in
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2002-11-27 05:04:07 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2002-11-27 05:04:07 +0000
commit2d459a804c0512bbceafe63a934770c2aa3f5edd (patch)
treec5f035ff1e834f8c487983bdf1f8af4a720eb21b /editline/config.h.in
parent21a4b6cd1d79476721f4ed5d37eae394eddcb1cb (diff)
Version 0.3.0 from FTP
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@555 f38db490-d61c-443f-a65b-d21fe96a405b
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"