diff options
| author | Xin LI <delphij@FreeBSD.org> | 2022-01-18 00:29:36 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2022-01-18 00:34:41 +0000 |
| commit | cc68614da8232d8baaca0ae0d0dd8f890f06623e (patch) | |
| tree | e7fc5bc23153f127c16e9cbd0c4fc0b01de8c8ff /lib | |
| parent | 50722514280a6d044fe93fdbcccd0ee521f08f1d (diff) | |
| parent | f83ac37f1e664a1af0d775ac6b2095f1cf049abd (diff) | |
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libexpat/expat_config.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/lib/libexpat/expat_config.h b/lib/libexpat/expat_config.h index d4cb92cafdb5..e2ffcb15c7ef 100644 --- a/lib/libexpat/expat_config.h +++ b/lib/libexpat/expat_config.h @@ -1,5 +1,3 @@ -/* $FreeBSD$ */ - /* expat_config.h. Generated from expat_config.h.in by configure. */ /* expat_config.h.in. Generated from configure.ac by autoheader. */ @@ -39,15 +37,15 @@ /* Define to 1 if you have the `bsd' library (-lbsd). */ /* #undef HAVE_LIBBSD */ -/* Define to 1 if you have the <memory.h> header file. */ -#define HAVE_MEMORY_H 1 - /* Define to 1 if you have a working `mmap' system call. */ #define HAVE_MMAP 1 /* Define to 1 if you have the <stdint.h> header file. */ #define HAVE_STDINT_H 1 +/* Define to 1 if you have the <stdio.h> header file. */ +#define HAVE_STDIO_H 1 + /* Define to 1 if you have the <stdlib.h> header file. */ #define HAVE_STDLIB_H 1 @@ -85,7 +83,7 @@ #define PACKAGE_NAME "expat" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "expat 2.2.9" +#define PACKAGE_STRING "expat 2.4.3" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "expat" @@ -94,13 +92,15 @@ #define PACKAGE_URL "" /* Define to the version of this package. */ -#define PACKAGE_VERSION "2.2.9" +#define PACKAGE_VERSION "2.4.3" -/* Define to 1 if you have the ANSI C header files. */ +/* Define to 1 if all of the C90 standard headers exist (not just the ones + required in a freestanding environment). This macro is provided for + backward compatibility; new code need not use it. */ #define STDC_HEADERS 1 /* Version number of package */ -#define VERSION "2.2.9" +#define VERSION "2.4.3" /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ |
