From 496f6d5a449aeb504d46002ee4ac589255d938af Mon Sep 17 00:00:00 2001 From: ache Date: Mon, 27 Mar 2006 23:35:05 +0000 Subject: Upgrade to 5.1 --- gnu/lib/libreadline/Makefile.inc | 2 +- gnu/lib/libreadline/config.h | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/lib/libreadline/Makefile.inc b/gnu/lib/libreadline/Makefile.inc index 2f22452..34a39a3 100644 --- a/gnu/lib/libreadline/Makefile.inc +++ b/gnu/lib/libreadline/Makefile.inc @@ -1,7 +1,7 @@ # $FreeBSD$ SHLIB_MAJOR=6 -RL_LIBRARY_VERSION=5.0 +RL_LIBRARY_VERSION=5.1 SRCDIR= ${.CURDIR}/../../../../contrib/libreadline .PATH: ${SRCDIR} ${.CURDIR}/.. diff --git a/gnu/lib/libreadline/config.h b/gnu/lib/libreadline/config.h index 7edf1d6..a2a6e7f 100644 --- a/gnu/lib/libreadline/config.h +++ b/gnu/lib/libreadline/config.h @@ -28,12 +28,27 @@ /* Define if the `S_IS*' macros in do not work properly. */ /* #undef STAT_MACROS_BROKEN */ +/* Define if you have the fcntl function. */ +#define HAVE_FCNTL 1 + +/* Define if you have the getpwent function. */ +#define HAVE_GETPWENT 1 + +/* Define if you have the getpwnam function. */ +#define HAVE_GETPWNAM 1 + +/* Define if you have the getpwuid function. */ +#define HAVE_GETPWUID 1 + /* Define if you have the isascii function. */ #define HAVE_ISASCII 1 /* Define if you have the isxdigit function. */ #define HAVE_ISXDIGIT 1 +/* Define if you have the kill function. */ +#define HAVE_KILL 1 + /* Define if you have the lstat function. */ #define HAVE_LSTAT 1 @@ -89,6 +104,9 @@ /* Define if you have the header file. */ #define HAVE_DIRENT_H 1 +/* Define if you have the header file. */ +#define HAVE_FCNTL_H 1 + /* Define if you have the header file. */ #define HAVE_LANGINFO_H 1 @@ -104,6 +122,9 @@ /* Define if you have the header file. */ /* #undef HAVE_NDIR_H */ +/* Define if you have the header file. */ +#define HAVE_PWD_H 1 + /* Define if you have the header file. */ #define HAVE_STDARG_H 1 -- cgit v1.1