X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/blobdiff_plain/f36d037f7f24e424b06fa504925944282ba83bd8..99f62aecd35e19b7b92e6ebe88e65903b9891e36:/lib/libarchive/config.h diff --git a/lib/libarchive/config.h b/lib/libarchive/config.h index 3796dafe35..aabe0e0a4c 100644 --- a/lib/libarchive/config.h +++ b/lib/libarchive/config.h @@ -400,6 +400,9 @@ /* Define to 1 if you have the `lzmadec' library (-llzmadec). */ /* #undef HAVE_LIBLZMADEC */ +/* Define to 1 if you have the `regex' library (-lregex). */ +/* #undef HAVE_LIBREGEX */ + /* Define to 1 if you have the `xml2' library (-lxml2). */ /* #undef HAVE_LIBXML2 */ @@ -427,6 +430,9 @@ /* Define to 1 if you have the header file. */ /* #undef HAVE_LINUX_MAGIC_H */ +/* Define to 1 if you have the header file. */ +/* #undef HAVE_LINUX_TYPES_H */ + /* Define to 1 if you have the `listea' function. */ /* #undef HAVE_LISTEA */ @@ -479,9 +485,6 @@ /* Define to 1 if you have the `mbrtowc' function. */ #define HAVE_MBRTOWC 1 -/* Define to 1 if you have the `mbsnrtowcs' function. */ -/* #undef HAVE_MBSNRTOWCS */ - /* Define to 1 if you have the `memmove' function. */ #define HAVE_MEMMOVE 1 @@ -603,6 +606,9 @@ /* Define to 1 if `f_namemax' is a member of `struct statfs'. */ /* #undef HAVE_STRUCT_STATFS_F_NAMEMAX */ +/* Define to 1 if `f_iosize' is a member of `struct statvfs'. */ +/* #undef HAVE_STRUCT_STATVFS_F_IOSIZE */ + /* Define to 1 if `st_birthtime' is a member of `struct stat'. */ /* #undef HAVE_STRUCT_STAT_ST_BIRTHTIME */ @@ -767,9 +773,6 @@ /* Define to 1 if you have the `wcslen' function. */ #define HAVE_WCSLEN 1 -/* Define to 1 if you have the `wcsnrtombs' function. */ -/* #undef HAVE_WCSNRTOMBS */ - /* Define to 1 if you have the `wctomb' function. */ #define HAVE_WCTOMB 1 @@ -844,7 +847,7 @@ #define PACKAGE "libarchive" /* Define to the address where bug reports for this package should be sent. */ -#define PACKAGE_BUGREPORT "kientzle@FreeBSD.org" +#define PACKAGE_BUGREPORT "libarchive-discuss@googlegroups.com" /* Define to the full name of this package. */ #define PACKAGE_NAME "libarchive"