aboutsummaryrefslogtreecommitdiff
path: root/gnu/lib/libreadline
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1998-04-28 07:16:24 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1998-04-28 07:16:24 +0000
commit70fedb52986f1ff1bb695a420e119d5e39f5c880 (patch)
tree014fb2a5af29a2fbb18050134e4553c35f252d54 /gnu/lib/libreadline
parentec3a3b4594bc38e49367d039fb243fe3dc913b25 (diff)
Notes
Diffstat (limited to 'gnu/lib/libreadline')
-rw-r--r--gnu/lib/libreadline/Makefile6
-rw-r--r--gnu/lib/libreadline/config.h7
2 files changed, 10 insertions, 3 deletions
diff --git a/gnu/lib/libreadline/Makefile b/gnu/lib/libreadline/Makefile
index 3630ab42f199..9bee5126e0ba 100644
--- a/gnu/lib/libreadline/Makefile
+++ b/gnu/lib/libreadline/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.28 1997/02/22 15:43:04 peter Exp $
+# $Id: Makefile,v 1.29 1997/06/07 13:18:30 ache Exp $
SRCDIR= ${.CURDIR}/../../../contrib/libreadline
.PATH: ${SRCDIR}
@@ -7,10 +7,10 @@ SUBDIR= doc
LIB= readline
SHLIB_MAJOR= 3
-SHLIB_MINOR= 0
+SHLIB_MINOR= 1
MAN3= readline.3
-RL_LIBRARY_VERSION = 2.1
+RL_LIBRARY_VERSION = 2.2
LOCAL_CFLAGS= -DRL_LIBRARY_VERSION='"$(RL_LIBRARY_VERSION)"'
CFLAGS+= -I${.CURDIR} -I${SRCDIR} -DHAVE_CONFIG_H ${LOCAL_CFLAGS}
diff --git a/gnu/lib/libreadline/config.h b/gnu/lib/libreadline/config.h
index 08f4a0efc74f..a6caa64bb81f 100644
--- a/gnu/lib/libreadline/config.h
+++ b/gnu/lib/libreadline/config.h
@@ -1,6 +1,9 @@
/* config.h. Generated automatically by configure. */
/* config.h.in. Generated automatically from configure.in by autoheader. */
+/* Define if on MINIX. */
+/* #undef _MINIX */
+
/* Define as the return type of signal handlers (int or void). */
#define RETSIGTYPE void
@@ -93,6 +96,10 @@
#define GWINSZ_IN_SYS_IOCTL 1
+#define STRUCT_WINSIZE_IN_SYS_IOCTL 1
+
+/* #undef STRUCT_WINSIZE_IN_TERMIOS */
+
#define TIOCSTAT_IN_SYS_IOCTL 1
#define FIONREAD_IN_SYS_IOCTL 1