aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2006-03-27 23:35:05 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2006-03-27 23:35:05 +0000
commit4a3b1618bf06cc240f7faa032782b73d1bdbd24f (patch)
treeb30050745f90857f6864c2b485e7a05fcd954039 /gnu
parentd9d46ed2583f75394c885f0d8dbf270db6722737 (diff)
downloadsrc-4a3b1618bf06cc240f7faa032782b73d1bdbd24f.tar.gz
src-4a3b1618bf06cc240f7faa032782b73d1bdbd24f.zip
Upgrade to 5.1
Notes
Notes: svn path=/head/; revision=157190
Diffstat (limited to 'gnu')
-rw-r--r--gnu/lib/libreadline/Makefile.inc2
-rw-r--r--gnu/lib/libreadline/config.h21
2 files changed, 22 insertions, 1 deletions
diff --git a/gnu/lib/libreadline/Makefile.inc b/gnu/lib/libreadline/Makefile.inc
index 2f2245268dad..34a39a3cc714 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 7edf1d6f3960..a2a6e7fa804f 100644
--- a/gnu/lib/libreadline/config.h
+++ b/gnu/lib/libreadline/config.h
@@ -28,12 +28,27 @@
/* Define if the `S_IS*' macros in <sys/stat.h> 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 <dirent.h> header file. */
#define HAVE_DIRENT_H 1
+/* Define if you have the <fcntl.h> header file. */
+#define HAVE_FCNTL_H 1
+
/* Define if you have the <langinfo.h> header file. */
#define HAVE_LANGINFO_H 1
@@ -104,6 +122,9 @@
/* Define if you have the <ndir.h> header file. */
/* #undef HAVE_NDIR_H */
+/* Define if you have the <pwd.h> header file. */
+#define HAVE_PWD_H 1
+
/* Define if you have the <stdarg.h> header file. */
#define HAVE_STDARG_H 1