Module Name: xsrc Committed By: mrg Date: Sun Feb 23 09:18:51 UTC 2020
Modified Files: xsrc/external/mit/libXfont2/include: config.h Log Message: update for libXfont2 2.0.4. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 xsrc/external/mit/libXfont2/include/config.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: xsrc/external/mit/libXfont2/include/config.h diff -u xsrc/external/mit/libXfont2/include/config.h:1.1 xsrc/external/mit/libXfont2/include/config.h:1.2 --- xsrc/external/mit/libXfont2/include/config.h:1.1 Sun Mar 11 09:29:01 2018 +++ xsrc/external/mit/libXfont2/include/config.h Sun Feb 23 09:18:51 2020 @@ -28,6 +28,9 @@ /* Define to 1 if you have the `readlink' function. */ #define HAVE_READLINK 1 +/* Define to 1 if you have the `reallocarray' function. */ +/* #undef HAVE_REALLOCARRAY */ + /* Define to 1 if the system has the type `socklen_t'. */ #define HAVE_SOCKLEN_T 1 @@ -43,6 +46,12 @@ /* Define to 1 if you have the <string.h> header file. */ #define HAVE_STRING_H 1 +/* Define to 1 if you have the `strlcat' function. */ +#define HAVE_STRLCAT 1 + +/* Define to 1 if you have the `strlcpy' function. */ +#define HAVE_STRLCPY 1 + /* Define to 1 if you have the <sys/poll.h> header file. */ #define HAVE_SYS_POLL_H 1 @@ -75,7 +84,7 @@ #define PACKAGE_NAME "libXfont2" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "libXfont2 2.0.3" +#define PACKAGE_STRING "libXfont2 2.0.4" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "libXfont2" @@ -84,7 +93,7 @@ #define PACKAGE_URL "" /* Define to the version of this package. */ -#define PACKAGE_VERSION "2.0.3" +#define PACKAGE_VERSION "2.0.4" /* Major version of this package */ #define PACKAGE_VERSION_MAJOR 2 @@ -93,7 +102,7 @@ #define PACKAGE_VERSION_MINOR 0 /* Patch version of this package */ -#define PACKAGE_VERSION_PATCHLEVEL 3 +#define PACKAGE_VERSION_PATCHLEVEL 4 /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 @@ -127,7 +136,7 @@ /* Version number of package */ -#define VERSION "2.0.3" +#define VERSION "2.0.4" /* Support bdf format bitmap font files */ #define XFONT_BDFFORMAT 1