diff options
| author | christos <christos@NetBSD.org> | 2002-03-18 16:19:03 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2002-03-18 16:19:03 +0000 |
| commit | aef033dfd3f88d93afc9d8ffda4ab11fdd78eb50 (patch) | |
| tree | 409dd617d32769f78e93bc5cbc12250e0e1cdac6 /lib/libedit | |
| parent | 0e0ac6b723c2e4e089e5ebcb438b4119aa52feab (diff) | |
oops, we need config.h now.
Diffstat (limited to 'lib/libedit')
| -rw-r--r-- | lib/libedit/config.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/lib/libedit/config.h b/lib/libedit/config.h new file mode 100644 index 00000000000..e2fc0cad9b7 --- /dev/null +++ b/lib/libedit/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" |
