From 0e4cd241b7267ceb189377be250f4ca150d6fa73 Mon Sep 17 00:00:00 2001 From: Peter Avalos Date: Sat, 17 May 2008 21:51:47 +0000 Subject: [PATCH] Changes for libarchive-2.4.17 import. --- lib/libarchive/config.h | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/lib/libarchive/config.h b/lib/libarchive/config.h index 6ab9a9049f..93a9b2e277 100644 --- a/lib/libarchive/config.h +++ b/lib/libarchive/config.h @@ -1,7 +1,13 @@ -/* $DragonFly: src/lib/libarchive/config.h,v 1.10 2007/09/24 02:43:45 pavalos Exp $ */ +/* $DragonFly: src/lib/libarchive/config.h,v 1.11 2008/05/17 21:51:47 pavalos Exp $ */ /* config.h. Generated from config.h.in by configure. */ /* config.h.in. Generated from configure.ac by autoheader. */ +/* Version number of bsdcpio */ +/* #undef BSDCPIO_VERSION_STRING */ + +/* Version number of bsdtar */ +/* #undef BSDTAR_VERSION_STRING */ + /* Define to 1 if you have the `acl_create_entry' function. */ /* #undef HAVE_ACL_CREATE_ENTRY */ @@ -38,6 +44,9 @@ /* Define to 1 if you have the `chflags' function. */ #define HAVE_CHFLAGS 1 +/* Define to 1 if you have the `chown' function. */ +#define HAVE_CHOWN 1 + /* Define to 1 if you have the declaration of `INT64_MAX', and to 0 if you don't. */ #define HAVE_DECL_INT64_MAX 1 @@ -128,6 +137,9 @@ /* Define to 1 if you have the `futimes' function. */ #define HAVE_FUTIMES 1 +/* Define to 1 if you have the `geteuid' function. */ +#define HAVE_GETEUID 1 + /* Define to 1 if you have the `getopt_long' function. */ #define HAVE_GETOPT_LONG 1 @@ -216,6 +228,9 @@ /* Define to 1 if you have the `mkfifo' function. */ #define HAVE_MKFIFO 1 +/* Define to 1 if you have the `mknod' function. */ +#define HAVE_MKNOD 1 + /* Define to 1 if you have the header file, and it defines `DIR'. */ /* #undef HAVE_NDIR_H */ @@ -237,6 +252,9 @@ /* Define to 1 if you have the `select' function. */ #define HAVE_SELECT 1 +/* Define to 1 if you have the `setenv' function. */ +#define HAVE_SETENV 1 + /* Define to 1 if you have the `setlocale' function. */ #define HAVE_SETLOCALE 1 @@ -321,6 +339,9 @@ /* Define to 1 if you have the header file. */ #define HAVE_SYS_TYPES_H 1 +/* Define to 1 if you have the header file. */ +/* #undef HAVE_SYS_UTIME_H */ + /* Define to 1 if you have that is POSIX.1 compatible. */ #define HAVE_SYS_WAIT_H 1 @@ -330,12 +351,18 @@ /* Define to 1 if you have the header file. */ #define HAVE_TIME_H 1 +/* Define to 1 if you have the `tzset' function. */ +#define HAVE_TZSET 1 + /* Define to 1 if the system has the type `uintmax_t'. */ #define HAVE_UINTMAX_T 1 /* Define to 1 if you have the header file. */ #define HAVE_UNISTD_H 1 +/* Define to 1 if you have the `unsetenv' function. */ +#define HAVE_UNSETENV 1 + /* Define to 1 if the system has the type `unsigned long long'. */ #define HAVE_UNSIGNED_LONG_LONG 1 @@ -372,6 +399,12 @@ /* Define to 1 if you have the header file. */ #define HAVE_ZLIB_H 1 +/* Version number of libarchive as a single integer */ +/* #undef LIBARCHIVE_VERSION */ + +/* Version number of libarchive */ +/* #undef LIBARCHIVE_VERSION_STRING */ + /* Define to 1 if `lstat' dereferences a symlink specified with a trailing slash. */ #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 -- 2.41.0