summaryrefslogtreecommitdiffstats
path: root/gnu/lib
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1998-04-28 07:16:24 +0000
committerache <ache@FreeBSD.org>1998-04-28 07:16:24 +0000
commit27865767454e561d1e2dfccedeb9da62d8ff8551 (patch)
tree0d5df35d107f68129522e0325298d6abb41224d0 /gnu/lib
parentf42a694aec2fd0a565fb1860e7837bc1c43bc182 (diff)
downloadFreeBSD-src-27865767454e561d1e2dfccedeb9da62d8ff8551.zip
FreeBSD-src-27865767454e561d1e2dfccedeb9da62d8ff8551.tar.gz
Upgrade to 2.2
Diffstat (limited to 'gnu/lib')
-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 3630ab4..9bee512 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 08f4a0e..a6caa64 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
OpenPOWER on IntegriCloud