summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2006-03-27 23:35:05 +0000
committerache <ache@FreeBSD.org>2006-03-27 23:35:05 +0000
commit496f6d5a449aeb504d46002ee4ac589255d938af (patch)
treeb30050745f90857f6864c2b485e7a05fcd954039 /gnu
parentef183b9f1611f5c65d679ccd05409150870ee112 (diff)
downloadFreeBSD-src-496f6d5a449aeb504d46002ee4ac589255d938af.zip
FreeBSD-src-496f6d5a449aeb504d46002ee4ac589255d938af.tar.gz
Upgrade to 5.1
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 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 <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
OpenPOWER on IntegriCloud