Skip to content

Commit

Permalink
autoconf windows
Browse files Browse the repository at this point in the history
  • Loading branch information
vmchale committed Nov 8, 2023
1 parent 7c55ad6 commit a9ad06b
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions c/autoconf-windows/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -170,13 +170,16 @@
/* #undef ARCHIVE_XATTR_LINUX */

/* Version number of bsdcat */
#define BSDCAT_VERSION_STRING "3.7.1"
#define BSDCAT_VERSION_STRING "3.7.2"

/* Version number of bsdcpio */
#define BSDCPIO_VERSION_STRING "3.7.1"
#define BSDCPIO_VERSION_STRING "3.7.2"

/* Version number of bsdtar */
#define BSDTAR_VERSION_STRING "3.7.1"
#define BSDTAR_VERSION_STRING "3.7.2"

/* Version number of bsdunzip */
#define BSDUNZIP_VERSION_STRING "3.7.2"

/* Define to 1 if the system has the type `ace_t'. */
/* #undef HAVE_ACE_T */
Expand Down Expand Up @@ -575,9 +578,6 @@
/* Define to 1 if you have the `getline' function. */
#define HAVE_GETLINE 1

/* Platform uses optreset to reset getopt */
/* #undef HAVE_GETOPT_OPTRESET */

/* Define to 1 if you have the `getpid' function. */
#define HAVE_GETPID 1

Expand Down Expand Up @@ -1268,10 +1268,10 @@
/* #undef ICONV_CONST */

/* Version number of libarchive as a single integer */
#define LIBARCHIVE_VERSION_NUMBER "3007001"
#define LIBARCHIVE_VERSION_NUMBER "3007002"

/* Version number of libarchive */
#define LIBARCHIVE_VERSION_STRING "3.7.1"
#define LIBARCHIVE_VERSION_STRING "3.7.2"

/* Define to 1 if `lstat' dereferences a symlink specified with a trailing
slash. */
Expand Down Expand Up @@ -1301,7 +1301,7 @@
#define PACKAGE_NAME "libarchive"

/* Define to the full name and version of this package. */
#define PACKAGE_STRING "libarchive 3.7.1"
#define PACKAGE_STRING "libarchive 3.7.2"

/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "libarchive"
Expand All @@ -1310,7 +1310,7 @@
#define PACKAGE_URL ""

/* Define to the version of this package. */
#define PACKAGE_VERSION "3.7.1"
#define PACKAGE_VERSION "3.7.2"

/* Define to 1 if PCRE_STATIC needs to be defined. */
/* #undef PCRE_STATIC */
Expand Down Expand Up @@ -1421,7 +1421,7 @@


/* Version number of package */
#define VERSION "3.7.1"
#define VERSION "3.7.2"

/* Define to '0x0502' for Windows Server 2003 APIs. */
#define WINVER 0x0502
Expand Down

0 comments on commit a9ad06b

Please sign in to comment.