summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorcmbruns <cmbruns@817231a5-ae00-0410-acbc-ebb61195a505>2005-09-13 22:28:22 +0000
committercmbruns <cmbruns@817231a5-ae00-0410-acbc-ebb61195a505>2005-09-13 22:28:22 +0000
commit7d01cc699a583ad79086bcbff698fb9420d1b0e7 (patch)
tree7407d855044d9cb9a08eca5dbd2a8be8dc641f72 /config.h
parentf5d7ed6e9bd521989190076fdf5f07736a8d17a3 (diff)
downloadlibeditline-master.tar.gz
Import editline source from NetBSD repository CVS on September 13, 2005HEADmaster
git-svn-id: https://simtk.org/svn/libeditline/trunk@2 817231a5-ae00-0410-acbc-ebb61195a505
Diffstat (limited to 'config.h')
-rw-r--r--config.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/config.h b/config.h
new file mode 100644
index 0000000..e2fc0ca
--- /dev/null
+++ b/config.h
@@ -0,0 +1,18 @@
+/* config.h. Generated automatically by configure. */
+/* #undef SUNOS */
+
+#define HAVE_SYS_CDEFS_H 1
+#define HAVE_TERMCAP_H 1
+/* #undef HAVE_CURSES_H */
+/* #undef HAVE_NCURSES_H */
+/* #undef HAVE_TERM_H */
+#define HAVE_VIS_H 1
+#define HAVE_ISSETUGID 1
+
+#define HAVE_STRLCAT 1
+#define HAVE_STRLCPY 1
+#define HAVE_FGETLN 1
+#define HAVE_STRVIS 1
+#define HAVE_STRUNVIS 1
+
+#include "sys.h"