diff options
author | ache <ache@FreeBSD.org> | 2000-03-19 22:26:49 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2000-03-19 22:26:49 +0000 |
commit | adf91cfcff822550dc6ff6323039d2f7b66e7a48 (patch) | |
tree | 6e11f7f34a49af4f3e440193f111060946c59f6b /gnu | |
parent | c0502b59de9b1867c80d1f7c141eb7e01e803c49 (diff) | |
download | FreeBSD-src-adf91cfcff822550dc6ff6323039d2f7b66e7a48.zip FreeBSD-src-adf91cfcff822550dc6ff6323039d2f7b66e7a48.tar.gz |
Upgrade to 4.1
Minor bumped because new function added
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/lib/libreadline/Makefile.inc | 4 | ||||
-rw-r--r-- | gnu/lib/libreadline/config.h | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gnu/lib/libreadline/Makefile.inc b/gnu/lib/libreadline/Makefile.inc index 3ecbca1..b6affa9 100644 --- a/gnu/lib/libreadline/Makefile.inc +++ b/gnu/lib/libreadline/Makefile.inc @@ -1,8 +1,8 @@ # $FreeBSD$ SHLIB_MAJOR= 4 -SHLIB_MINOR= 0 -RL_LIBRARY_VERSION= 4.0 +SHLIB_MINOR= 1 +RL_LIBRARY_VERSION= 4.1 SRCDIR= ${.CURDIR}/../../../../contrib/libreadline .PATH: ${SRCDIR} ${.CURDIR}/.. diff --git a/gnu/lib/libreadline/config.h b/gnu/lib/libreadline/config.h index a6caa64..a470805 100644 --- a/gnu/lib/libreadline/config.h +++ b/gnu/lib/libreadline/config.h @@ -1,3 +1,4 @@ +/* $FreeBSD$ */ /* config.h. Generated automatically by configure. */ /* config.h.in. Generated automatically from configure.in by autoheader. */ @@ -15,6 +16,9 @@ /* Define if you have the lstat function. */ #define HAVE_LSTAT 1 +/* Define if you have the memmove function. */ +#define HAVE_MEMMOVE 1 + /* Define if you have the putenv function. */ #define HAVE_PUTENV 1 |