Upgrade to 4.1
Minor bumped because new function added
This commit is contained in:
parent
e14751ab66
commit
f5306c7c0a
@ -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}/..
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user