Tue Nov 2 19:14:54 2010 UTC ()
Enable direct XZ support


(joerg)
diff -r1.2 -r1.3 src/external/bsd/libarchive/bin/Makefile.inc
diff -r1.4 -r1.5 src/external/bsd/libarchive/include/config_netbsd.h
diff -r1.2 -r1.3 src/external/bsd/libarchive/lib/libarchive/Makefile

cvs diff -r1.2 -r1.3 src/external/bsd/libarchive/bin/Makefile.inc (switch to unified diff)

--- src/external/bsd/libarchive/bin/Makefile.inc 2010/02/20 02:55:53 1.2
+++ src/external/bsd/libarchive/bin/Makefile.inc 2010/11/02 19:14:53 1.3
@@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
1# $NetBSD: Makefile.inc,v 1.2 2010/02/20 02:55:53 joerg Exp $ 1# $NetBSD: Makefile.inc,v 1.3 2010/11/02 19:14:53 joerg Exp $
2 2
3.include "../Makefile.inc" 3.include "../Makefile.inc"
4 4
5BINDIR= /bin 5BINDIR= /bin
6 6
7.if (${MKDYNAMICROOT} == "no") 7.if (${MKDYNAMICROOT} == "no")
8LDSTATIC?= -static 8LDSTATIC?= -static
9.endif 9.endif
10 10
11DPADD= ${LIBARCHIVE_FE} ${LIBARCHIVE} ${LIBBZ2} ${LIBZ} 11DPADD= ${LIBARCHIVE_FE} ${LIBARCHIVE} ${LIBBZ2} ${LIBLZMA} ${LIBZ}
12LDADD= -L${LIBARCHIVE_FE_DIR} -larchive_fe -larchive -lbz2 -lz 12LDADD= -L${LIBARCHIVE_FE_DIR} -larchive_fe -larchive -lbz2 -llzma -lz
13CPPFLAGS+= -I${LIBARCHIVEDIR}/libarchive_fe 13CPPFLAGS+= -I${LIBARCHIVEDIR}/libarchive_fe

cvs diff -r1.4 -r1.5 src/external/bsd/libarchive/include/config_netbsd.h (switch to unified diff)

--- src/external/bsd/libarchive/include/config_netbsd.h 2010/07/14 22:14:17 1.4
+++ src/external/bsd/libarchive/include/config_netbsd.h 2010/11/02 19:14:54 1.5
@@ -1,773 +1,773 @@ @@ -1,773 +1,773 @@
1/* config.h. Generated from config.h.in by configure. */ 1/* config.h. Generated from config.h.in by configure. */
2/* config.h.in. Generated from configure.ac by autoheader. */ 2/* config.h.in. Generated from configure.ac by autoheader. */
3 3
4/* MD5 via ARCHIVE_HASH_MD5_LIBC supported. */ 4/* MD5 via ARCHIVE_HASH_MD5_LIBC supported. */
5#define ARCHIVE_HASH_MD5_LIBC 1 5#define ARCHIVE_HASH_MD5_LIBC 1
6 6
7/* MD5 via ARCHIVE_HASH_MD5_LIBSYSTEM supported. */ 7/* MD5 via ARCHIVE_HASH_MD5_LIBSYSTEM supported. */
8/* #undef ARCHIVE_HASH_MD5_LIBSYSTEM */ 8/* #undef ARCHIVE_HASH_MD5_LIBSYSTEM */
9 9
10/* MD5 via ARCHIVE_HASH_MD5_OPENSSL supported. */ 10/* MD5 via ARCHIVE_HASH_MD5_OPENSSL supported. */
11/* #undef ARCHIVE_HASH_MD5_OPENSSL */ 11/* #undef ARCHIVE_HASH_MD5_OPENSSL */
12 12
13/* RMD160 via ARCHIVE_HASH_RMD160_LIBC supported. */ 13/* RMD160 via ARCHIVE_HASH_RMD160_LIBC supported. */
14#define ARCHIVE_HASH_RMD160_LIBC 1 14#define ARCHIVE_HASH_RMD160_LIBC 1
15 15
16/* RMD160 via ARCHIVE_HASH_RMD160_OPENSSL supported. */ 16/* RMD160 via ARCHIVE_HASH_RMD160_OPENSSL supported. */
17/* #undef ARCHIVE_HASH_RMD160_OPENSSL */ 17/* #undef ARCHIVE_HASH_RMD160_OPENSSL */
18 18
19/* SHA1 via ARCHIVE_HASH_SHA1_LIBC supported. */ 19/* SHA1 via ARCHIVE_HASH_SHA1_LIBC supported. */
20#define ARCHIVE_HASH_SHA1_LIBC 1 20#define ARCHIVE_HASH_SHA1_LIBC 1
21 21
22/* SHA1 via ARCHIVE_HASH_SHA1_LIBSYSTEM supported. */ 22/* SHA1 via ARCHIVE_HASH_SHA1_LIBSYSTEM supported. */
23/* #undef ARCHIVE_HASH_SHA1_LIBSYSTEM */ 23/* #undef ARCHIVE_HASH_SHA1_LIBSYSTEM */
24 24
25/* SHA1 via ARCHIVE_HASH_SHA1_OPENSSL supported. */ 25/* SHA1 via ARCHIVE_HASH_SHA1_OPENSSL supported. */
26/* #undef ARCHIVE_HASH_SHA1_OPENSSL */ 26/* #undef ARCHIVE_HASH_SHA1_OPENSSL */
27 27
28/* SHA256 via ARCHIVE_HASH_SHA256_LIBC supported. */ 28/* SHA256 via ARCHIVE_HASH_SHA256_LIBC supported. */
29#define ARCHIVE_HASH_SHA256_LIBC 1 29#define ARCHIVE_HASH_SHA256_LIBC 1
30 30
31/* SHA256 via ARCHIVE_HASH_SHA256_LIBC2 supported. */ 31/* SHA256 via ARCHIVE_HASH_SHA256_LIBC2 supported. */
32/* #undef ARCHIVE_HASH_SHA256_LIBC2 */ 32/* #undef ARCHIVE_HASH_SHA256_LIBC2 */
33 33
34/* SHA256 via ARCHIVE_HASH_SHA256_LIBC3 supported. */ 34/* SHA256 via ARCHIVE_HASH_SHA256_LIBC3 supported. */
35/* #undef ARCHIVE_HASH_SHA256_LIBC3 */ 35/* #undef ARCHIVE_HASH_SHA256_LIBC3 */
36 36
37/* SHA256 via ARCHIVE_HASH_SHA256_LIBSYSTEM supported. */ 37/* SHA256 via ARCHIVE_HASH_SHA256_LIBSYSTEM supported. */
38/* #undef ARCHIVE_HASH_SHA256_LIBSYSTEM */ 38/* #undef ARCHIVE_HASH_SHA256_LIBSYSTEM */
39 39
40/* SHA256 via ARCHIVE_HASH_SHA256_OPENSSL supported. */ 40/* SHA256 via ARCHIVE_HASH_SHA256_OPENSSL supported. */
41/* #undef ARCHIVE_HASH_SHA256_OPENSSL */ 41/* #undef ARCHIVE_HASH_SHA256_OPENSSL */
42 42
43/* SHA384 via ARCHIVE_HASH_SHA384_LIBC supported. */ 43/* SHA384 via ARCHIVE_HASH_SHA384_LIBC supported. */
44#define ARCHIVE_HASH_SHA384_LIBC 1 44#define ARCHIVE_HASH_SHA384_LIBC 1
45 45
46/* SHA384 via ARCHIVE_HASH_SHA384_LIBC2 supported. */ 46/* SHA384 via ARCHIVE_HASH_SHA384_LIBC2 supported. */
47/* #undef ARCHIVE_HASH_SHA384_LIBC2 */ 47/* #undef ARCHIVE_HASH_SHA384_LIBC2 */
48 48
49/* SHA384 via ARCHIVE_HASH_SHA384_LIBC3 supported. */ 49/* SHA384 via ARCHIVE_HASH_SHA384_LIBC3 supported. */
50/* #undef ARCHIVE_HASH_SHA384_LIBC3 */ 50/* #undef ARCHIVE_HASH_SHA384_LIBC3 */
51 51
52/* SHA384 via ARCHIVE_HASH_SHA384_LIBSYSTEM supported. */ 52/* SHA384 via ARCHIVE_HASH_SHA384_LIBSYSTEM supported. */
53/* #undef ARCHIVE_HASH_SHA384_LIBSYSTEM */ 53/* #undef ARCHIVE_HASH_SHA384_LIBSYSTEM */
54 54
55/* SHA384 via ARCHIVE_HASH_SHA384_OPENSSL supported. */ 55/* SHA384 via ARCHIVE_HASH_SHA384_OPENSSL supported. */
56/* #undef ARCHIVE_HASH_SHA384_OPENSSL */ 56/* #undef ARCHIVE_HASH_SHA384_OPENSSL */
57 57
58/* SHA512 via ARCHIVE_HASH_SHA512_LIBC supported. */ 58/* SHA512 via ARCHIVE_HASH_SHA512_LIBC supported. */
59#define ARCHIVE_HASH_SHA512_LIBC 1 59#define ARCHIVE_HASH_SHA512_LIBC 1
60 60
61/* SHA512 via ARCHIVE_HASH_SHA512_LIBC2 supported. */ 61/* SHA512 via ARCHIVE_HASH_SHA512_LIBC2 supported. */
62/* #undef ARCHIVE_HASH_SHA512_LIBC2 */ 62/* #undef ARCHIVE_HASH_SHA512_LIBC2 */
63 63
64/* SHA512 via ARCHIVE_HASH_SHA512_LIBC3 supported. */ 64/* SHA512 via ARCHIVE_HASH_SHA512_LIBC3 supported. */
65/* #undef ARCHIVE_HASH_SHA512_LIBC3 */ 65/* #undef ARCHIVE_HASH_SHA512_LIBC3 */
66 66
67/* SHA512 via ARCHIVE_HASH_SHA512_LIBSYSTEM supported. */ 67/* SHA512 via ARCHIVE_HASH_SHA512_LIBSYSTEM supported. */
68/* #undef ARCHIVE_HASH_SHA512_LIBSYSTEM */ 68/* #undef ARCHIVE_HASH_SHA512_LIBSYSTEM */
69 69
70/* SHA512 via ARCHIVE_HASH_SHA512_OPENSSL supported. */ 70/* SHA512 via ARCHIVE_HASH_SHA512_OPENSSL supported. */
71/* #undef ARCHIVE_HASH_SHA512_OPENSSL */ 71/* #undef ARCHIVE_HASH_SHA512_OPENSSL */
72 72
73/* Version number of bsdcpio */ 73/* Version number of bsdcpio */
74#define BSDCPIO_VERSION_STRING "2.8.4" 74#define BSDCPIO_VERSION_STRING "2.8.4"
75 75
76/* Version number of bsdtar */ 76/* Version number of bsdtar */
77#define BSDTAR_VERSION_STRING "2.8.4" 77#define BSDTAR_VERSION_STRING "2.8.4"
78 78
79/* Define to 1 if you have the `acl_create_entry' function. */ 79/* Define to 1 if you have the `acl_create_entry' function. */
80/* #undef HAVE_ACL_CREATE_ENTRY */ 80/* #undef HAVE_ACL_CREATE_ENTRY */
81 81
82/* Define to 1 if you have the `acl_get_link' function. */ 82/* Define to 1 if you have the `acl_get_link' function. */
83/* #undef HAVE_ACL_GET_LINK */ 83/* #undef HAVE_ACL_GET_LINK */
84 84
85/* Define to 1 if you have the `acl_get_link_np' function. */ 85/* Define to 1 if you have the `acl_get_link_np' function. */
86/* #undef HAVE_ACL_GET_LINK_NP */ 86/* #undef HAVE_ACL_GET_LINK_NP */
87 87
88/* Define to 1 if you have the `acl_get_perm' function. */ 88/* Define to 1 if you have the `acl_get_perm' function. */
89/* #undef HAVE_ACL_GET_PERM */ 89/* #undef HAVE_ACL_GET_PERM */
90 90
91/* Define to 1 if you have the `acl_get_perm_np' function. */ 91/* Define to 1 if you have the `acl_get_perm_np' function. */
92/* #undef HAVE_ACL_GET_PERM_NP */ 92/* #undef HAVE_ACL_GET_PERM_NP */
93 93
94/* Define to 1 if you have the `acl_init' function. */ 94/* Define to 1 if you have the `acl_init' function. */
95/* #undef HAVE_ACL_INIT */ 95/* #undef HAVE_ACL_INIT */
96 96
97/* Define to 1 if you have the <acl/libacl.h> header file. */ 97/* Define to 1 if you have the <acl/libacl.h> header file. */
98/* #undef HAVE_ACL_LIBACL_H */ 98/* #undef HAVE_ACL_LIBACL_H */
99 99
100/* Define to 1 if the system has the type `acl_permset_t'. */ 100/* Define to 1 if the system has the type `acl_permset_t'. */
101/* #undef HAVE_ACL_PERMSET_T */ 101/* #undef HAVE_ACL_PERMSET_T */
102 102
103/* Define to 1 if you have the `acl_set_fd' function. */ 103/* Define to 1 if you have the `acl_set_fd' function. */
104/* #undef HAVE_ACL_SET_FD */ 104/* #undef HAVE_ACL_SET_FD */
105 105
106/* Define to 1 if you have the `acl_set_fd_np' function. */ 106/* Define to 1 if you have the `acl_set_fd_np' function. */
107/* #undef HAVE_ACL_SET_FD_NP */ 107/* #undef HAVE_ACL_SET_FD_NP */
108 108
109/* Define to 1 if you have the `acl_set_file' function. */ 109/* Define to 1 if you have the `acl_set_file' function. */
110/* #undef HAVE_ACL_SET_FILE */ 110/* #undef HAVE_ACL_SET_FILE */
111 111
112/* True for systems with POSIX ACL support */ 112/* True for systems with POSIX ACL support */
113/* #undef HAVE_ACL_USER */ 113/* #undef HAVE_ACL_USER */
114 114
115/* Define to 1 if you have the <attr/xattr.h> header file. */ 115/* Define to 1 if you have the <attr/xattr.h> header file. */
116/* #undef HAVE_ATTR_XATTR_H */ 116/* #undef HAVE_ATTR_XATTR_H */
117 117
118/* Define to 1 if you have the <bzlib.h> header file. */ 118/* Define to 1 if you have the <bzlib.h> header file. */
119#define HAVE_BZLIB_H 1 119#define HAVE_BZLIB_H 1
120 120
121/* Define to 1 if you have the `chflags' function. */ 121/* Define to 1 if you have the `chflags' function. */
122#define HAVE_CHFLAGS 1 122#define HAVE_CHFLAGS 1
123 123
124/* Define to 1 if you have the `chown' function. */ 124/* Define to 1 if you have the `chown' function. */
125#define HAVE_CHOWN 1 125#define HAVE_CHOWN 1
126 126
127/* Define to 1 if you have the `chroot' function. */ 127/* Define to 1 if you have the `chroot' function. */
128#define HAVE_CHROOT 1 128#define HAVE_CHROOT 1
129 129
130/* Define to 1 if you have the <ctype.h> header file. */ 130/* Define to 1 if you have the <ctype.h> header file. */
131#define HAVE_CTYPE_H 1 131#define HAVE_CTYPE_H 1
132 132
133/* Define to 1 if you have the `cygwin_conv_path' function. */ 133/* Define to 1 if you have the `cygwin_conv_path' function. */
134/* #undef HAVE_CYGWIN_CONV_PATH */ 134/* #undef HAVE_CYGWIN_CONV_PATH */
135 135
136/* Define to 1 if you have the declaration of `EXTATTR_NAMESPACE_USER', and to 136/* Define to 1 if you have the declaration of `EXTATTR_NAMESPACE_USER', and to
137 0 if you don't. */ 137 0 if you don't. */
138#define HAVE_DECL_EXTATTR_NAMESPACE_USER 1 138#define HAVE_DECL_EXTATTR_NAMESPACE_USER 1
139 139
140/* Define to 1 if you have the declaration of `INT64_MAX', and to 0 if you 140/* Define to 1 if you have the declaration of `INT64_MAX', and to 0 if you
141 don't. */ 141 don't. */
142#define HAVE_DECL_INT64_MAX 1 142#define HAVE_DECL_INT64_MAX 1
143 143
144/* Define to 1 if you have the declaration of `INT64_MIN', and to 0 if you 144/* Define to 1 if you have the declaration of `INT64_MIN', and to 0 if you
145 don't. */ 145 don't. */
146#define HAVE_DECL_INT64_MIN 1 146#define HAVE_DECL_INT64_MIN 1
147 147
148/* Define to 1 if you have the declaration of `SIZE_MAX', and to 0 if you 148/* Define to 1 if you have the declaration of `SIZE_MAX', and to 0 if you
149 don't. */ 149 don't. */
150#define HAVE_DECL_SIZE_MAX 1 150#define HAVE_DECL_SIZE_MAX 1
151 151
152/* Define to 1 if you have the declaration of `SSIZE_MAX', and to 0 if you 152/* Define to 1 if you have the declaration of `SSIZE_MAX', and to 0 if you
153 don't. */ 153 don't. */
154#define HAVE_DECL_SSIZE_MAX 0 154#define HAVE_DECL_SSIZE_MAX 0
155 155
156/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you 156/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
157 don't. */ 157 don't. */
158#define HAVE_DECL_STRERROR_R 1 158#define HAVE_DECL_STRERROR_R 1
159 159
160/* Define to 1 if you have the declaration of `UINT32_MAX', and to 0 if you 160/* Define to 1 if you have the declaration of `UINT32_MAX', and to 0 if you
161 don't. */ 161 don't. */
162#define HAVE_DECL_UINT32_MAX 1 162#define HAVE_DECL_UINT32_MAX 1
163 163
164/* Define to 1 if you have the declaration of `UINT64_MAX', and to 0 if you 164/* Define to 1 if you have the declaration of `UINT64_MAX', and to 0 if you
165 don't. */ 165 don't. */
166#define HAVE_DECL_UINT64_MAX 1 166#define HAVE_DECL_UINT64_MAX 1
167 167
168/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. 168/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
169 */ 169 */
170#define HAVE_DIRENT_H 1 170#define HAVE_DIRENT_H 1
171 171
172/* Define to 1 if you have the <dlfcn.h> header file. */ 172/* Define to 1 if you have the <dlfcn.h> header file. */
173#define HAVE_DLFCN_H 1 173#define HAVE_DLFCN_H 1
174 174
175/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */ 175/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
176/* #undef HAVE_DOPRNT */ 176/* #undef HAVE_DOPRNT */
177 177
178/* Define to 1 if nl_langinfo supports D_MD_ORDER */ 178/* Define to 1 if nl_langinfo supports D_MD_ORDER */
179/* #undef HAVE_D_MD_ORDER */ 179/* #undef HAVE_D_MD_ORDER */
180 180
181/* A possible errno value for invalid file format errors */ 181/* A possible errno value for invalid file format errors */
182#define HAVE_EFTYPE 1 182#define HAVE_EFTYPE 1
183 183
184/* A possible errno value for invalid file format errors */ 184/* A possible errno value for invalid file format errors */
185#define HAVE_EILSEQ 1 185#define HAVE_EILSEQ 1
186 186
187/* Define to 1 if you have the <errno.h> header file. */ 187/* Define to 1 if you have the <errno.h> header file. */
188#define HAVE_ERRNO_H 1 188#define HAVE_ERRNO_H 1
189 189
190/* Define to 1 if you have the <expat.h> header file. */ 190/* Define to 1 if you have the <expat.h> header file. */
191/* #undef HAVE_EXPAT_H */ 191/* #undef HAVE_EXPAT_H */
192 192
193/* Define to 1 if you have the <ext2fs/ext2_fs.h> header file. */ 193/* Define to 1 if you have the <ext2fs/ext2_fs.h> header file. */
194/* #undef HAVE_EXT2FS_EXT2_FS_H */ 194/* #undef HAVE_EXT2FS_EXT2_FS_H */
195 195
196/* Define to 1 if you have the `extattr_get_file' function. */ 196/* Define to 1 if you have the `extattr_get_file' function. */
197#define HAVE_EXTATTR_GET_FILE 1 197#define HAVE_EXTATTR_GET_FILE 1
198 198
199/* Define to 1 if you have the `extattr_list_file' function. */ 199/* Define to 1 if you have the `extattr_list_file' function. */
200#define HAVE_EXTATTR_LIST_FILE 1 200#define HAVE_EXTATTR_LIST_FILE 1
201 201
202/* Define to 1 if you have the `extattr_set_fd' function. */ 202/* Define to 1 if you have the `extattr_set_fd' function. */
203#define HAVE_EXTATTR_SET_FD 1 203#define HAVE_EXTATTR_SET_FD 1
204 204
205/* Define to 1 if you have the `extattr_set_file' function. */ 205/* Define to 1 if you have the `extattr_set_file' function. */
206#define HAVE_EXTATTR_SET_FILE 1 206#define HAVE_EXTATTR_SET_FILE 1
207 207
208/* Define to 1 if you have the `fchdir' function. */ 208/* Define to 1 if you have the `fchdir' function. */
209#define HAVE_FCHDIR 1 209#define HAVE_FCHDIR 1
210 210
211/* Define to 1 if you have the `fchflags' function. */ 211/* Define to 1 if you have the `fchflags' function. */
212#define HAVE_FCHFLAGS 1 212#define HAVE_FCHFLAGS 1
213 213
214/* Define to 1 if you have the `fchmod' function. */ 214/* Define to 1 if you have the `fchmod' function. */
215#define HAVE_FCHMOD 1 215#define HAVE_FCHMOD 1
216 216
217/* Define to 1 if you have the `fchown' function. */ 217/* Define to 1 if you have the `fchown' function. */
218#define HAVE_FCHOWN 1 218#define HAVE_FCHOWN 1
219 219
220/* Define to 1 if you have the `fcntl' function. */ 220/* Define to 1 if you have the `fcntl' function. */
221#define HAVE_FCNTL 1 221#define HAVE_FCNTL 1
222 222
223/* Define to 1 if you have the <fcntl.h> header file. */ 223/* Define to 1 if you have the <fcntl.h> header file. */
224#define HAVE_FCNTL_H 1 224#define HAVE_FCNTL_H 1
225 225
226/* Define to 1 if you have the `fork' function. */ 226/* Define to 1 if you have the `fork' function. */
227#define HAVE_FORK 1 227#define HAVE_FORK 1
228 228
229/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */ 229/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
230#define HAVE_FSEEKO 1 230#define HAVE_FSEEKO 1
231 231
232/* Define to 1 if you have the `fsetxattr' function. */ 232/* Define to 1 if you have the `fsetxattr' function. */
233/* #undef HAVE_FSETXATTR */ 233/* #undef HAVE_FSETXATTR */
234 234
235/* Define to 1 if you have the `fstat' function. */ 235/* Define to 1 if you have the `fstat' function. */
236#define HAVE_FSTAT 1 236#define HAVE_FSTAT 1
237 237
238/* Define to 1 if you have the `ftruncate' function. */ 238/* Define to 1 if you have the `ftruncate' function. */
239#define HAVE_FTRUNCATE 1 239#define HAVE_FTRUNCATE 1
240 240
241/* Define to 1 if you have the `futimens' function. */ 241/* Define to 1 if you have the `futimens' function. */
242/* #undef HAVE_FUTIMENS */ 242/* #undef HAVE_FUTIMENS */
243 243
244/* Define to 1 if you have the `futimes' function. */ 244/* Define to 1 if you have the `futimes' function. */
245#define HAVE_FUTIMES 1 245#define HAVE_FUTIMES 1
246 246
247/* Define to 1 if you have the `geteuid' function. */ 247/* Define to 1 if you have the `geteuid' function. */
248#define HAVE_GETEUID 1 248#define HAVE_GETEUID 1
249 249
250/* Define to 1 if you have the `getgrgid_r' function. */ 250/* Define to 1 if you have the `getgrgid_r' function. */
251#define HAVE_GETGRGID_R 1 251#define HAVE_GETGRGID_R 1
252 252
253/* Define to 1 if you have the `getgrnam_r' function. */ 253/* Define to 1 if you have the `getgrnam_r' function. */
254#define HAVE_GETGRNAM_R 1 254#define HAVE_GETGRNAM_R 1
255 255
256/* Define to 1 if you have the `getpid' function. */ 256/* Define to 1 if you have the `getpid' function. */
257#define HAVE_GETPID 1 257#define HAVE_GETPID 1
258 258
259/* Define to 1 if you have the `getpwnam_r' function. */ 259/* Define to 1 if you have the `getpwnam_r' function. */
260#define HAVE_GETPWNAM_R 1 260#define HAVE_GETPWNAM_R 1
261 261
262/* Define to 1 if you have the `getpwuid_r' function. */ 262/* Define to 1 if you have the `getpwuid_r' function. */
263#define HAVE_GETPWUID_R 1 263#define HAVE_GETPWUID_R 1
264 264
265/* Define to 1 if you have the `getxattr' function. */ 265/* Define to 1 if you have the `getxattr' function. */
266/* #undef HAVE_GETXATTR */ 266/* #undef HAVE_GETXATTR */
267 267
268/* Define to 1 if you have the <grp.h> header file. */ 268/* Define to 1 if you have the <grp.h> header file. */
269#define HAVE_GRP_H 1 269#define HAVE_GRP_H 1
270 270
271/* Define to 1 if the system has the type `intmax_t'. */ 271/* Define to 1 if the system has the type `intmax_t'. */
272#define HAVE_INTMAX_T 1 272#define HAVE_INTMAX_T 1
273 273
274/* Define to 1 if you have the <inttypes.h> header file. */ 274/* Define to 1 if you have the <inttypes.h> header file. */
275#define HAVE_INTTYPES_H 1 275#define HAVE_INTTYPES_H 1
276 276
277/* Define to 1 if you have the <io.h> header file. */ 277/* Define to 1 if you have the <io.h> header file. */
278/* #undef HAVE_IO_H */ 278/* #undef HAVE_IO_H */
279 279
280/* Define to 1 if you have the <langinfo.h> header file. */ 280/* Define to 1 if you have the <langinfo.h> header file. */
281#define HAVE_LANGINFO_H 1 281#define HAVE_LANGINFO_H 1
282 282
283/* Define to 1 if you have the `lchflags' function. */ 283/* Define to 1 if you have the `lchflags' function. */
284#define HAVE_LCHFLAGS 1 284#define HAVE_LCHFLAGS 1
285 285
286/* Define to 1 if you have the `lchmod' function. */ 286/* Define to 1 if you have the `lchmod' function. */
287#define HAVE_LCHMOD 1 287#define HAVE_LCHMOD 1
288 288
289/* Define to 1 if you have the `lchown' function. */ 289/* Define to 1 if you have the `lchown' function. */
290#define HAVE_LCHOWN 1 290#define HAVE_LCHOWN 1
291 291
292/* Define to 1 if you have the `lgetxattr' function. */ 292/* Define to 1 if you have the `lgetxattr' function. */
293/* #undef HAVE_LGETXATTR */ 293/* #undef HAVE_LGETXATTR */
294 294
295/* Define to 1 if you have the `acl' library (-lacl). */ 295/* Define to 1 if you have the `acl' library (-lacl). */
296/* #undef HAVE_LIBACL */ 296/* #undef HAVE_LIBACL */
297 297
298/* Define to 1 if you have the `attr' library (-lattr). */ 298/* Define to 1 if you have the `attr' library (-lattr). */
299/* #undef HAVE_LIBATTR */ 299/* #undef HAVE_LIBATTR */
300 300
301/* Define to 1 if you have the `bz2' library (-lbz2). */ 301/* Define to 1 if you have the `bz2' library (-lbz2). */
302#define HAVE_LIBBZ2 1 302#define HAVE_LIBBZ2 1
303 303
304/* Define to 1 if you have the `expat' library (-lexpat). */ 304/* Define to 1 if you have the `expat' library (-lexpat). */
305/* #undef HAVE_LIBEXPAT */ 305/* #undef HAVE_LIBEXPAT */
306 306
307/* Define to 1 if you have the `lzma' library (-llzma). */ 307/* Define to 1 if you have the `lzma' library (-llzma). */
308/* #undef HAVE_LIBLZMA */ 308#define HAVE_LIBLZMA 1
309 309
310/* Define to 1 if you have the `lzmadec' library (-llzmadec). */ 310/* Define to 1 if you have the `lzmadec' library (-llzmadec). */
311/* #undef HAVE_LIBLZMADEC */ 311/* #undef HAVE_LIBLZMADEC */
312 312
313/* Define to 1 if you have the `xml2' library (-lxml2). */ 313/* Define to 1 if you have the `xml2' library (-lxml2). */
314/* #undef HAVE_LIBXML2 */ 314/* #undef HAVE_LIBXML2 */
315 315
316/* Define to 1 if you have the <libxml/xmlreader.h> header file. */ 316/* Define to 1 if you have the <libxml/xmlreader.h> header file. */
317/* #undef HAVE_LIBXML_XMLREADER_H */ 317/* #undef HAVE_LIBXML_XMLREADER_H */
318 318
319/* Define to 1 if you have the `z' library (-lz). */ 319/* Define to 1 if you have the `z' library (-lz). */
320#define HAVE_LIBZ 1 320#define HAVE_LIBZ 1
321 321
322/* Define to 1 if you have the <limits.h> header file. */ 322/* Define to 1 if you have the <limits.h> header file. */
323#define HAVE_LIMITS_H 1 323#define HAVE_LIMITS_H 1
324 324
325/* Define to 1 if you have the `link' function. */ 325/* Define to 1 if you have the `link' function. */
326#define HAVE_LINK 1 326#define HAVE_LINK 1
327 327
328/* Define to 1 if you have the <linux/fs.h> header file. */ 328/* Define to 1 if you have the <linux/fs.h> header file. */
329/* #undef HAVE_LINUX_FS_H */ 329/* #undef HAVE_LINUX_FS_H */
330 330
331/* Define to 1 if you have the `listxattr' function. */ 331/* Define to 1 if you have the `listxattr' function. */
332/* #undef HAVE_LISTXATTR */ 332/* #undef HAVE_LISTXATTR */
333 333
334/* Define to 1 if you have the `llistxattr' function. */ 334/* Define to 1 if you have the `llistxattr' function. */
335/* #undef HAVE_LLISTXATTR */ 335/* #undef HAVE_LLISTXATTR */
336 336
337/* Define to 1 if you have the <locale.h> header file. */ 337/* Define to 1 if you have the <locale.h> header file. */
338#define HAVE_LOCALE_H 1 338#define HAVE_LOCALE_H 1
339 339
340/* Define to 1 if the system has the type `long long int'. */ 340/* Define to 1 if the system has the type `long long int'. */
341#define HAVE_LONG_LONG_INT 1 341#define HAVE_LONG_LONG_INT 1
342 342
343/* Define to 1 if you have the `lsetxattr' function. */ 343/* Define to 1 if you have the `lsetxattr' function. */
344/* #undef HAVE_LSETXATTR */ 344/* #undef HAVE_LSETXATTR */
345 345
346/* Define to 1 if you have the `lstat' function. */ 346/* Define to 1 if you have the `lstat' function. */
347#define HAVE_LSTAT 1 347#define HAVE_LSTAT 1
348 348
349/* Define to 1 if `lstat' has the bug that it succeeds when given the 349/* Define to 1 if `lstat' has the bug that it succeeds when given the
350 zero-length file name argument. */ 350 zero-length file name argument. */
351/* #undef HAVE_LSTAT_EMPTY_STRING_BUG */ 351/* #undef HAVE_LSTAT_EMPTY_STRING_BUG */
352 352
353/* Define to 1 if you have the `lutimes' function. */ 353/* Define to 1 if you have the `lutimes' function. */
354#define HAVE_LUTIMES 1 354#define HAVE_LUTIMES 1
355 355
356/* Define to 1 if you have the <lzmadec.h> header file. */ 356/* Define to 1 if you have the <lzmadec.h> header file. */
357/* #undef HAVE_LZMADEC_H */ 357/* #undef HAVE_LZMADEC_H */
358 358
359/* Define to 1 if you have the <lzma.h> header file. */ 359/* Define to 1 if you have the <lzma.h> header file. */
360/* #undef HAVE_LZMA_H */ 360#define HAVE_LZMA_H 1
361 361
362/* Define to 1 if you have the `memmove' function. */ 362/* Define to 1 if you have the `memmove' function. */
363#define HAVE_MEMMOVE 1 363#define HAVE_MEMMOVE 1
364 364
365/* Define to 1 if you have the <memory.h> header file. */ 365/* Define to 1 if you have the <memory.h> header file. */
366#define HAVE_MEMORY_H 1 366#define HAVE_MEMORY_H 1
367 367
368/* Define to 1 if you have the `memset' function. */ 368/* Define to 1 if you have the `memset' function. */
369#define HAVE_MEMSET 1 369#define HAVE_MEMSET 1
370 370
371/* Define to 1 if you have the `mkdir' function. */ 371/* Define to 1 if you have the `mkdir' function. */
372#define HAVE_MKDIR 1 372#define HAVE_MKDIR 1
373 373
374/* Define to 1 if you have the `mkfifo' function. */ 374/* Define to 1 if you have the `mkfifo' function. */
375#define HAVE_MKFIFO 1 375#define HAVE_MKFIFO 1
376 376
377/* Define to 1 if you have the `mknod' function. */ 377/* Define to 1 if you have the `mknod' function. */
378#define HAVE_MKNOD 1 378#define HAVE_MKNOD 1
379 379
380/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ 380/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
381/* #undef HAVE_NDIR_H */ 381/* #undef HAVE_NDIR_H */
382 382
383/* Define to 1 if you have the `nl_langinfo' function. */ 383/* Define to 1 if you have the `nl_langinfo' function. */
384#define HAVE_NL_LANGINFO 1 384#define HAVE_NL_LANGINFO 1
385 385
386/* Define to 1 if you have the <paths.h> header file. */ 386/* Define to 1 if you have the <paths.h> header file. */
387#define HAVE_PATHS_H 1 387#define HAVE_PATHS_H 1
388 388
389/* Define to 1 if you have the `pipe' function. */ 389/* Define to 1 if you have the `pipe' function. */
390#define HAVE_PIPE 1 390#define HAVE_PIPE 1
391 391
392/* Define to 1 if you have the `poll' function. */ 392/* Define to 1 if you have the `poll' function. */
393#define HAVE_POLL 1 393#define HAVE_POLL 1
394 394
395/* Define to 1 if you have the <poll.h> header file. */ 395/* Define to 1 if you have the <poll.h> header file. */
396#define HAVE_POLL_H 1 396#define HAVE_POLL_H 1
397 397
398/* Define to 1 if you have the <pwd.h> header file. */ 398/* Define to 1 if you have the <pwd.h> header file. */
399#define HAVE_PWD_H 1 399#define HAVE_PWD_H 1
400 400
401/* Define to 1 if you have the `readlink' function. */ 401/* Define to 1 if you have the `readlink' function. */
402#define HAVE_READLINK 1 402#define HAVE_READLINK 1
403 403
404/* Define to 1 if you have the <regex.h> header file. */ 404/* Define to 1 if you have the <regex.h> header file. */
405#define HAVE_REGEX_H 1 405#define HAVE_REGEX_H 1
406 406
407/* Define to 1 if you have the `select' function. */ 407/* Define to 1 if you have the `select' function. */
408#define HAVE_SELECT 1 408#define HAVE_SELECT 1
409 409
410/* Define to 1 if you have the `setenv' function. */ 410/* Define to 1 if you have the `setenv' function. */
411#define HAVE_SETENV 1 411#define HAVE_SETENV 1
412 412
413/* Define to 1 if you have the `setlocale' function. */ 413/* Define to 1 if you have the `setlocale' function. */
414#define HAVE_SETLOCALE 1 414#define HAVE_SETLOCALE 1
415 415
416/* Define to 1 if you have the `sigaction' function. */ 416/* Define to 1 if you have the `sigaction' function. */
417#define HAVE_SIGACTION 1 417#define HAVE_SIGACTION 1
418 418
419/* Define to 1 if you have the <signal.h> header file. */ 419/* Define to 1 if you have the <signal.h> header file. */
420#define HAVE_SIGNAL_H 1 420#define HAVE_SIGNAL_H 1
421 421
422/* Define to 1 if `stat' has the bug that it succeeds when given the 422/* Define to 1 if `stat' has the bug that it succeeds when given the
423 zero-length file name argument. */ 423 zero-length file name argument. */
424/* #undef HAVE_STAT_EMPTY_STRING_BUG */ 424/* #undef HAVE_STAT_EMPTY_STRING_BUG */
425 425
426/* Define to 1 if you have the <stdarg.h> header file. */ 426/* Define to 1 if you have the <stdarg.h> header file. */
427#define HAVE_STDARG_H 1 427#define HAVE_STDARG_H 1
428 428
429/* Define to 1 if you have the <stdint.h> header file. */ 429/* Define to 1 if you have the <stdint.h> header file. */
430#define HAVE_STDINT_H 1 430#define HAVE_STDINT_H 1
431 431
432/* Define to 1 if you have the <stdlib.h> header file. */ 432/* Define to 1 if you have the <stdlib.h> header file. */
433#define HAVE_STDLIB_H 1 433#define HAVE_STDLIB_H 1
434 434
435/* Define to 1 if you have the `strchr' function. */ 435/* Define to 1 if you have the `strchr' function. */
436#define HAVE_STRCHR 1 436#define HAVE_STRCHR 1
437 437
438/* Define to 1 if you have the `strdup' function. */ 438/* Define to 1 if you have the `strdup' function. */
439#define HAVE_STRDUP 1 439#define HAVE_STRDUP 1
440 440
441/* Define to 1 if you have the `strerror' function. */ 441/* Define to 1 if you have the `strerror' function. */
442#define HAVE_STRERROR 1 442#define HAVE_STRERROR 1
443 443
444/* Define to 1 if you have the `strerror_r' function. */ 444/* Define to 1 if you have the `strerror_r' function. */
445#define HAVE_STRERROR_R 1 445#define HAVE_STRERROR_R 1
446 446
447/* Define to 1 if you have the `strftime' function. */ 447/* Define to 1 if you have the `strftime' function. */
448#define HAVE_STRFTIME 1 448#define HAVE_STRFTIME 1
449 449
450/* Define to 1 if you have the <strings.h> header file. */ 450/* Define to 1 if you have the <strings.h> header file. */
451#define HAVE_STRINGS_H 1 451#define HAVE_STRINGS_H 1
452 452
453/* Define to 1 if you have the <string.h> header file. */ 453/* Define to 1 if you have the <string.h> header file. */
454#define HAVE_STRING_H 1 454#define HAVE_STRING_H 1
455 455
456/* Define to 1 if you have the `strncpy_s' function. */ 456/* Define to 1 if you have the `strncpy_s' function. */
457/* #undef HAVE_STRNCPY_S */ 457/* #undef HAVE_STRNCPY_S */
458 458
459/* Define to 1 if you have the `strrchr' function. */ 459/* Define to 1 if you have the `strrchr' function. */
460#define HAVE_STRRCHR 1 460#define HAVE_STRRCHR 1
461 461
462/* Define to 1 if `st_birthtime' is a member of `struct stat'. */ 462/* Define to 1 if `st_birthtime' is a member of `struct stat'. */
463#define HAVE_STRUCT_STAT_ST_BIRTHTIME 1 463#define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
464 464
465/* Define to 1 if `st_birthtimespec.tv_nsec' is a member of `struct stat'. */ 465/* Define to 1 if `st_birthtimespec.tv_nsec' is a member of `struct stat'. */
466#define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC 1 466#define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC 1
467 467
468/* Define to 1 if `st_blksize' is a member of `struct stat'. */ 468/* Define to 1 if `st_blksize' is a member of `struct stat'. */
469#define HAVE_STRUCT_STAT_ST_BLKSIZE 1 469#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
470 470
471/* Define to 1 if `st_flags' is a member of `struct stat'. */ 471/* Define to 1 if `st_flags' is a member of `struct stat'. */
472#define HAVE_STRUCT_STAT_ST_FLAGS 1 472#define HAVE_STRUCT_STAT_ST_FLAGS 1
473 473
474/* Define to 1 if `st_mtimespec.tv_nsec' is a member of `struct stat'. */ 474/* Define to 1 if `st_mtimespec.tv_nsec' is a member of `struct stat'. */
475#define HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC 1 475#define HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC 1
476 476
477/* Define to 1 if `st_mtime_n' is a member of `struct stat'. */ 477/* Define to 1 if `st_mtime_n' is a member of `struct stat'. */
478/* #undef HAVE_STRUCT_STAT_ST_MTIME_N */ 478/* #undef HAVE_STRUCT_STAT_ST_MTIME_N */
479 479
480/* Define to 1 if `st_mtime_usec' is a member of `struct stat'. */ 480/* Define to 1 if `st_mtime_usec' is a member of `struct stat'. */
481/* #undef HAVE_STRUCT_STAT_ST_MTIME_USEC */ 481/* #undef HAVE_STRUCT_STAT_ST_MTIME_USEC */
482 482
483/* Define to 1 if `st_mtim.tv_nsec' is a member of `struct stat'. */ 483/* Define to 1 if `st_mtim.tv_nsec' is a member of `struct stat'. */
484/* #undef HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC */ 484/* #undef HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC */
485 485
486/* Define to 1 if `st_umtime' is a member of `struct stat'. */ 486/* Define to 1 if `st_umtime' is a member of `struct stat'. */
487/* #undef HAVE_STRUCT_STAT_ST_UMTIME */ 487/* #undef HAVE_STRUCT_STAT_ST_UMTIME */
488 488
489/* Define to 1 if you have the `symlink' function. */ 489/* Define to 1 if you have the `symlink' function. */
490#define HAVE_SYMLINK 1 490#define HAVE_SYMLINK 1
491 491
492/* Define to 1 if you have the <sys/acl.h> header file. */ 492/* Define to 1 if you have the <sys/acl.h> header file. */
493/* #undef HAVE_SYS_ACL_H */ 493/* #undef HAVE_SYS_ACL_H */
494 494
495/* Define to 1 if you have the <sys/cdefs.h> header file. */ 495/* Define to 1 if you have the <sys/cdefs.h> header file. */
496#define HAVE_SYS_CDEFS_H 1 496#define HAVE_SYS_CDEFS_H 1
497 497
498/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. 498/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
499 */ 499 */
500/* #undef HAVE_SYS_DIR_H */ 500/* #undef HAVE_SYS_DIR_H */
501 501
502/* Define to 1 if you have the <sys/extattr.h> header file. */ 502/* Define to 1 if you have the <sys/extattr.h> header file. */
503#define HAVE_SYS_EXTATTR_H 1 503#define HAVE_SYS_EXTATTR_H 1
504 504
505/* Define to 1 if you have the <sys/ioctl.h> header file. */ 505/* Define to 1 if you have the <sys/ioctl.h> header file. */
506#define HAVE_SYS_IOCTL_H 1 506#define HAVE_SYS_IOCTL_H 1
507 507
508/* Define to 1 if you have the <sys/mkdev.h> header file. */ 508/* Define to 1 if you have the <sys/mkdev.h> header file. */
509/* #undef HAVE_SYS_MKDEV_H */ 509/* #undef HAVE_SYS_MKDEV_H */
510 510
511/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. 511/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
512 */ 512 */
513/* #undef HAVE_SYS_NDIR_H */ 513/* #undef HAVE_SYS_NDIR_H */
514 514
515/* Define to 1 if you have the <sys/param.h> header file. */ 515/* Define to 1 if you have the <sys/param.h> header file. */
516#define HAVE_SYS_PARAM_H 1 516#define HAVE_SYS_PARAM_H 1
517 517
518/* Define to 1 if you have the <sys/poll.h> header file. */ 518/* Define to 1 if you have the <sys/poll.h> header file. */
519#define HAVE_SYS_POLL_H 1 519#define HAVE_SYS_POLL_H 1
520 520
521/* Define to 1 if you have the <sys/select.h> header file. */ 521/* Define to 1 if you have the <sys/select.h> header file. */
522#define HAVE_SYS_SELECT_H 1 522#define HAVE_SYS_SELECT_H 1
523 523
524/* Define to 1 if you have the <sys/stat.h> header file. */ 524/* Define to 1 if you have the <sys/stat.h> header file. */
525#define HAVE_SYS_STAT_H 1 525#define HAVE_SYS_STAT_H 1
526 526
527/* Define to 1 if you have the <sys/time.h> header file. */ 527/* Define to 1 if you have the <sys/time.h> header file. */
528#define HAVE_SYS_TIME_H 1 528#define HAVE_SYS_TIME_H 1
529 529
530/* Define to 1 if you have the <sys/types.h> header file. */ 530/* Define to 1 if you have the <sys/types.h> header file. */
531#define HAVE_SYS_TYPES_H 1 531#define HAVE_SYS_TYPES_H 1
532 532
533/* Define to 1 if you have the <sys/utime.h> header file. */ 533/* Define to 1 if you have the <sys/utime.h> header file. */
534/* #undef HAVE_SYS_UTIME_H */ 534/* #undef HAVE_SYS_UTIME_H */
535 535
536/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ 536/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
537#define HAVE_SYS_WAIT_H 1 537#define HAVE_SYS_WAIT_H 1
538 538
539/* Define to 1 if you have the <sys/xattr.h> header file. */ 539/* Define to 1 if you have the <sys/xattr.h> header file. */
540/* #undef HAVE_SYS_XATTR_H */ 540/* #undef HAVE_SYS_XATTR_H */
541 541
542/* Define to 1 if you have the `timegm' function. */ 542/* Define to 1 if you have the `timegm' function. */
543#define HAVE_TIMEGM 1 543#define HAVE_TIMEGM 1
544 544
545/* Define to 1 if you have the <time.h> header file. */ 545/* Define to 1 if you have the <time.h> header file. */
546#define HAVE_TIME_H 1 546#define HAVE_TIME_H 1
547 547
548/* Define to 1 if you have the `tzset' function. */ 548/* Define to 1 if you have the `tzset' function. */
549#define HAVE_TZSET 1 549#define HAVE_TZSET 1
550 550
551/* Define to 1 if the system has the type `uintmax_t'. */ 551/* Define to 1 if the system has the type `uintmax_t'. */
552#define HAVE_UINTMAX_T 1 552#define HAVE_UINTMAX_T 1
553 553
554/* Define to 1 if you have the <unistd.h> header file. */ 554/* Define to 1 if you have the <unistd.h> header file. */
555#define HAVE_UNISTD_H 1 555#define HAVE_UNISTD_H 1
556 556
557/* Define to 1 if you have the `unsetenv' function. */ 557/* Define to 1 if you have the `unsetenv' function. */
558#define HAVE_UNSETENV 1 558#define HAVE_UNSETENV 1
559 559
560/* Define to 1 if the system has the type `unsigned long long'. */ 560/* Define to 1 if the system has the type `unsigned long long'. */
561#define HAVE_UNSIGNED_LONG_LONG 1 561#define HAVE_UNSIGNED_LONG_LONG 1
562 562
563/* Define to 1 if the system has the type `unsigned long long int'. */ 563/* Define to 1 if the system has the type `unsigned long long int'. */
564#define HAVE_UNSIGNED_LONG_LONG_INT 1 564#define HAVE_UNSIGNED_LONG_LONG_INT 1
565 565
566/* Define to 1 if you have the `utime' function. */ 566/* Define to 1 if you have the `utime' function. */
567#define HAVE_UTIME 1 567#define HAVE_UTIME 1
568 568
569/* Define to 1 if you have the `utimensat' function. */ 569/* Define to 1 if you have the `utimensat' function. */
570/* #undef HAVE_UTIMENSAT */ 570/* #undef HAVE_UTIMENSAT */
571 571
572/* Define to 1 if you have the `utimes' function. */ 572/* Define to 1 if you have the `utimes' function. */
573#define HAVE_UTIMES 1 573#define HAVE_UTIMES 1
574 574
575/* Define to 1 if you have the <utime.h> header file. */ 575/* Define to 1 if you have the <utime.h> header file. */
576#define HAVE_UTIME_H 1 576#define HAVE_UTIME_H 1
577 577
578/* Define to 1 if you have the `vfork' function. */ 578/* Define to 1 if you have the `vfork' function. */
579#define HAVE_VFORK 1 579#define HAVE_VFORK 1
580 580
581/* Define to 1 if you have the `vprintf' function. */ 581/* Define to 1 if you have the `vprintf' function. */
582#define HAVE_VPRINTF 1 582#define HAVE_VPRINTF 1
583 583
584/* Define to 1 if you have the <wchar.h> header file. */ 584/* Define to 1 if you have the <wchar.h> header file. */
585#define HAVE_WCHAR_H 1 585#define HAVE_WCHAR_H 1
586 586
587/* Define to 1 if the system has the type `wchar_t'. */ 587/* Define to 1 if the system has the type `wchar_t'. */
588#define HAVE_WCHAR_T 1 588#define HAVE_WCHAR_T 1
589 589
590/* Define to 1 if you have the `wcrtomb' function. */ 590/* Define to 1 if you have the `wcrtomb' function. */
591#define HAVE_WCRTOMB 1 591#define HAVE_WCRTOMB 1
592 592
593/* Define to 1 if you have the `wcscmp' function. */ 593/* Define to 1 if you have the `wcscmp' function. */
594#define HAVE_WCSCMP 1 594#define HAVE_WCSCMP 1
595 595
596/* Define to 1 if you have the `wcscpy' function. */ 596/* Define to 1 if you have the `wcscpy' function. */
597#define HAVE_WCSCPY 1 597#define HAVE_WCSCPY 1
598 598
599/* Define to 1 if you have the `wcslen' function. */ 599/* Define to 1 if you have the `wcslen' function. */
600#define HAVE_WCSLEN 1 600#define HAVE_WCSLEN 1
601 601
602/* Define to 1 if you have the `wctomb' function. */ 602/* Define to 1 if you have the `wctomb' function. */
603#define HAVE_WCTOMB 1 603#define HAVE_WCTOMB 1
604 604
605/* Define to 1 if you have the <wctype.h> header file. */ 605/* Define to 1 if you have the <wctype.h> header file. */
606#define HAVE_WCTYPE_H 1 606#define HAVE_WCTYPE_H 1
607 607
608/* Define to 1 if you have the <windows.h> header file. */ 608/* Define to 1 if you have the <windows.h> header file. */
609/* #undef HAVE_WINDOWS_H */ 609/* #undef HAVE_WINDOWS_H */
610 610
611/* Define to 1 if you have the `wmemcmp' function. */ 611/* Define to 1 if you have the `wmemcmp' function. */
612#define HAVE_WMEMCMP 1 612#define HAVE_WMEMCMP 1
613 613
614/* Define to 1 if you have the `wmemcpy' function. */ 614/* Define to 1 if you have the `wmemcpy' function. */
615#define HAVE_WMEMCPY 1 615#define HAVE_WMEMCPY 1
616 616
617/* Define to 1 if you have the <zlib.h> header file. */ 617/* Define to 1 if you have the <zlib.h> header file. */
618#define HAVE_ZLIB_H 1 618#define HAVE_ZLIB_H 1
619 619
620/* Version number of libarchive as a single integer */ 620/* Version number of libarchive as a single integer */
621#define LIBARCHIVE_VERSION_NUMBER "2008004" 621#define LIBARCHIVE_VERSION_NUMBER "2008004"
622 622
623/* Version number of libarchive */ 623/* Version number of libarchive */
624#define LIBARCHIVE_VERSION_STRING "2.8.4" 624#define LIBARCHIVE_VERSION_STRING "2.8.4"
625 625
626/* Define to 1 if `lstat' dereferences a symlink specified with a trailing 626/* Define to 1 if `lstat' dereferences a symlink specified with a trailing
627 slash. */ 627 slash. */
628#define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 628#define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
629 629
630/* Define to the sub-directory in which libtool stores uninstalled libraries. 630/* Define to the sub-directory in which libtool stores uninstalled libraries.
631 */ 631 */
632#define LT_OBJDIR ".libs/" 632#define LT_OBJDIR ".libs/"
633 633
634/* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>. 634/* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
635 */ 635 */
636/* #undef MAJOR_IN_MKDEV */ 636/* #undef MAJOR_IN_MKDEV */
637 637
638/* Define to 1 if `major', `minor', and `makedev' are declared in 638/* Define to 1 if `major', `minor', and `makedev' are declared in
639 <sysmacros.h>. */ 639 <sysmacros.h>. */
640/* #undef MAJOR_IN_SYSMACROS */ 640/* #undef MAJOR_IN_SYSMACROS */
641 641
642/* Define to 1 if your C compiler doesn't accept -c and -o together. */ 642/* Define to 1 if your C compiler doesn't accept -c and -o together. */
643/* #undef NO_MINUS_C_MINUS_O */ 643/* #undef NO_MINUS_C_MINUS_O */
644 644
645/* Name of package */ 645/* Name of package */
646#define PACKAGE "libarchive" 646#define PACKAGE "libarchive"
647 647
648/* Define to the address where bug reports for this package should be sent. */ 648/* Define to the address where bug reports for this package should be sent. */
649#define PACKAGE_BUGREPORT "kientzle@freebsd.org" 649#define PACKAGE_BUGREPORT "kientzle@freebsd.org"
650 650
651/* Define to the full name of this package. */ 651/* Define to the full name of this package. */
652#define PACKAGE_NAME "libarchive" 652#define PACKAGE_NAME "libarchive"
653 653
654/* Define to the full name and version of this package. */ 654/* Define to the full name and version of this package. */
655#define PACKAGE_STRING "libarchive 2.8.4" 655#define PACKAGE_STRING "libarchive 2.8.4"
656 656
657/* Define to the one symbol short name of this package. */ 657/* Define to the one symbol short name of this package. */
658#define PACKAGE_TARNAME "libarchive" 658#define PACKAGE_TARNAME "libarchive"
659 659
660/* Define to the home page for this package. */ 660/* Define to the home page for this package. */
661#define PACKAGE_URL "" 661#define PACKAGE_URL ""
662 662
663/* Define to the version of this package. */ 663/* Define to the version of this package. */
664#define PACKAGE_VERSION "2.8.4" 664#define PACKAGE_VERSION "2.8.4"
665 665
666/* The size of `wchar_t', as computed by sizeof. */ 666/* The size of `wchar_t', as computed by sizeof. */
667#define SIZEOF_WCHAR_T 4 667#define SIZEOF_WCHAR_T 4
668 668
669/* Define to 1 if you have the ANSI C header files. */ 669/* Define to 1 if you have the ANSI C header files. */
670#define STDC_HEADERS 1 670#define STDC_HEADERS 1
671 671
672/* Define to 1 if strerror_r returns char *. */ 672/* Define to 1 if strerror_r returns char *. */
673/* #undef STRERROR_R_CHAR_P */ 673/* #undef STRERROR_R_CHAR_P */
674 674
675/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 675/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
676#define TIME_WITH_SYS_TIME 1 676#define TIME_WITH_SYS_TIME 1
677 677
678/* Enable extensions on AIX 3, Interix. */ 678/* Enable extensions on AIX 3, Interix. */
679#ifndef _ALL_SOURCE 679#ifndef _ALL_SOURCE
680# define _ALL_SOURCE 1 680# define _ALL_SOURCE 1
681#endif 681#endif
682/* Enable GNU extensions on systems that have them. */ 682/* Enable GNU extensions on systems that have them. */
683#ifndef _GNU_SOURCE 683#ifndef _GNU_SOURCE
684# define _GNU_SOURCE 1 684# define _GNU_SOURCE 1
685#endif 685#endif
686/* Enable threading extensions on Solaris. */ 686/* Enable threading extensions on Solaris. */
687#ifndef _POSIX_PTHREAD_SEMANTICS 687#ifndef _POSIX_PTHREAD_SEMANTICS
688# define _POSIX_PTHREAD_SEMANTICS 1 688# define _POSIX_PTHREAD_SEMANTICS 1
689#endif 689#endif
690/* Enable extensions on HP NonStop. */ 690/* Enable extensions on HP NonStop. */
691#ifndef _TANDEM_SOURCE 691#ifndef _TANDEM_SOURCE
692# define _TANDEM_SOURCE 1 692# define _TANDEM_SOURCE 1
693#endif 693#endif
694/* Enable general extensions on Solaris. */ 694/* Enable general extensions on Solaris. */
695#ifndef __EXTENSIONS__ 695#ifndef __EXTENSIONS__
696# define __EXTENSIONS__ 1 696# define __EXTENSIONS__ 1
697#endif 697#endif
698 698
699 699
700/* Version number of package */ 700/* Version number of package */
701#define VERSION "2.8.4" 701#define VERSION "2.8.4"
702 702
703/* Define to '0x0500' for Windows 2000 APIs. */ 703/* Define to '0x0500' for Windows 2000 APIs. */
704/* #undef WINVER */ 704/* #undef WINVER */
705 705
706/* Number of bits in a file offset, on hosts where this is settable. */ 706/* Number of bits in a file offset, on hosts where this is settable. */
707/* #undef _FILE_OFFSET_BITS */ 707/* #undef _FILE_OFFSET_BITS */
708 708
709/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */ 709/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
710/* #undef _LARGEFILE_SOURCE */ 710/* #undef _LARGEFILE_SOURCE */
711 711
712/* Define for large files, on AIX-style hosts. */ 712/* Define for large files, on AIX-style hosts. */
713/* #undef _LARGE_FILES */ 713/* #undef _LARGE_FILES */
714 714
715/* Define to 1 if on MINIX. */ 715/* Define to 1 if on MINIX. */
716/* #undef _MINIX */ 716/* #undef _MINIX */
717 717
718/* Define to 2 if the system does not provide POSIX.1 features except with 718/* Define to 2 if the system does not provide POSIX.1 features except with
719 this defined. */ 719 this defined. */
720/* #undef _POSIX_1_SOURCE */ 720/* #undef _POSIX_1_SOURCE */
721 721
722/* Define to 1 if you need to in order for `stat' and other things to work. */ 722/* Define to 1 if you need to in order for `stat' and other things to work. */
723/* #undef _POSIX_SOURCE */ 723/* #undef _POSIX_SOURCE */
724 724
725/* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>, 725/* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
726 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the 726 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
727 #define below would cause a syntax error. */ 727 #define below would cause a syntax error. */
728/* #undef _UINT64_T */ 728/* #undef _UINT64_T */
729 729
730/* Define to '0x0500' for Windows 2000 APIs. */ 730/* Define to '0x0500' for Windows 2000 APIs. */
731/* #undef _WIN32_WINNT */ 731/* #undef _WIN32_WINNT */
732 732
733/* Define to empty if `const' does not conform to ANSI C. */ 733/* Define to empty if `const' does not conform to ANSI C. */
734/* #undef const */ 734/* #undef const */
735 735
736/* Define to match typeof st_gid field of struct stat if <sys/types.h> doesn't 736/* Define to match typeof st_gid field of struct stat if <sys/types.h> doesn't
737 define. */ 737 define. */
738/* #undef gid_t */ 738/* #undef gid_t */
739 739
740/* Define to `unsigned long' if <sys/types.h> does not define. */ 740/* Define to `unsigned long' if <sys/types.h> does not define. */
741/* #undef id_t */ 741/* #undef id_t */
742 742
743/* Define to the type of a signed integer type of width exactly 64 bits if 743/* Define to the type of a signed integer type of width exactly 64 bits if
744 such a type exists and the standard includes do not define it. */ 744 such a type exists and the standard includes do not define it. */
745/* #undef int64_t */ 745/* #undef int64_t */
746 746
747/* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do 747/* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
748 not define. */ 748 not define. */
749/* #undef intmax_t */ 749/* #undef intmax_t */
750 750
751/* Define to `int' if <sys/types.h> does not define. */ 751/* Define to `int' if <sys/types.h> does not define. */
752/* #undef mode_t */ 752/* #undef mode_t */
753 753
754/* Define to `long long' if <sys/types.h> does not define. */ 754/* Define to `long long' if <sys/types.h> does not define. */
755/* #undef off_t */ 755/* #undef off_t */
756 756
757/* Define to `unsigned int' if <sys/types.h> does not define. */ 757/* Define to `unsigned int' if <sys/types.h> does not define. */
758/* #undef size_t */ 758/* #undef size_t */
759 759
760/* Define to match typeof st_uid field of struct stat if <sys/types.h> doesn't 760/* Define to match typeof st_uid field of struct stat if <sys/types.h> doesn't
761 define. */ 761 define. */
762/* #undef uid_t */ 762/* #undef uid_t */
763 763
764/* Define to the type of an unsigned integer type of width exactly 64 bits if 764/* Define to the type of an unsigned integer type of width exactly 64 bits if
765 such a type exists and the standard includes do not define it. */ 765 such a type exists and the standard includes do not define it. */
766/* #undef uint64_t */ 766/* #undef uint64_t */
767 767
768/* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h> 768/* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
769 do not define. */ 769 do not define. */
770/* #undef uintmax_t */ 770/* #undef uintmax_t */
771 771
772/* Define to `unsigned int' if <sys/types.h> does not define. */ 772/* Define to `unsigned int' if <sys/types.h> does not define. */
773/* #undef uintptr_t */ 773/* #undef uintptr_t */

cvs diff -r1.2 -r1.3 src/external/bsd/libarchive/lib/libarchive/Makefile (switch to unified diff)

--- src/external/bsd/libarchive/lib/libarchive/Makefile 2010/02/20 22:49:22 1.2
+++ src/external/bsd/libarchive/lib/libarchive/Makefile 2010/11/02 19:14:54 1.3
@@ -1,264 +1,265 @@ @@ -1,264 +1,265 @@
1# $NetBSD: Makefile,v 1.2 2010/02/20 22:49:22 joerg Exp $ 1# $NetBSD: Makefile,v 1.3 2010/11/02 19:14:54 joerg Exp $
2 2
3.include <bsd.init.mk> 3.include <bsd.init.mk>
4 4
5.PATH: ${LIBARCHIVEDIR}/libarchive 5.PATH: ${LIBARCHIVEDIR}/libarchive
6 6
7LIB= archive 7LIB= archive
8 8
9LIBDPLIBS+= bz2 ${NETBSDSRCDIR}/lib/libbz2 \ 9LIBDPLIBS+= bz2 ${NETBSDSRCDIR}/lib/libbz2 \
 10 lzma ${NETBSDSRCDIR}/external/public-domain/xz/lib \
10 z ${NETBSDSRCDIR}/lib/libz 11 z ${NETBSDSRCDIR}/lib/libz
11 12
12SRCS= archive_check_magic.c \ 13SRCS= archive_check_magic.c \
13 archive_entry.c \ 14 archive_entry.c \
14 archive_entry_copy_stat.c \ 15 archive_entry_copy_stat.c \
15 archive_entry_link_resolver.c \ 16 archive_entry_link_resolver.c \
16 archive_entry_stat.c \ 17 archive_entry_stat.c \
17 archive_entry_strmode.c \ 18 archive_entry_strmode.c \
18 archive_entry_xattr.c \ 19 archive_entry_xattr.c \
19 archive_read.c \ 20 archive_read.c \
20 archive_read_data_into_fd.c \ 21 archive_read_data_into_fd.c \
21 archive_read_disk.c \ 22 archive_read_disk.c \
22 archive_read_disk_entry_from_file.c \ 23 archive_read_disk_entry_from_file.c \
23 archive_read_disk_set_standard_lookup.c \ 24 archive_read_disk_set_standard_lookup.c \
24 archive_read_extract.c \ 25 archive_read_extract.c \
25 archive_read_open_fd.c \ 26 archive_read_open_fd.c \
26 archive_read_open_file.c \ 27 archive_read_open_file.c \
27 archive_read_open_filename.c \ 28 archive_read_open_filename.c \
28 archive_read_open_memory.c \ 29 archive_read_open_memory.c \
29 archive_read_support_compression_all.c \ 30 archive_read_support_compression_all.c \
30 archive_read_support_compression_bzip2.c \ 31 archive_read_support_compression_bzip2.c \
31 archive_read_support_compression_compress.c \ 32 archive_read_support_compression_compress.c \
32 archive_read_support_compression_gzip.c \ 33 archive_read_support_compression_gzip.c \
33 archive_read_support_compression_none.c \ 34 archive_read_support_compression_none.c \
34 archive_read_support_compression_program.c \ 35 archive_read_support_compression_program.c \
35 archive_read_support_compression_rpm.c \ 36 archive_read_support_compression_rpm.c \
36 archive_read_support_compression_uu.c \ 37 archive_read_support_compression_uu.c \
37 archive_read_support_compression_xz.c \ 38 archive_read_support_compression_xz.c \
38 archive_read_support_format_all.c \ 39 archive_read_support_format_all.c \
39 archive_read_support_format_ar.c \ 40 archive_read_support_format_ar.c \
40 archive_read_support_format_cpio.c \ 41 archive_read_support_format_cpio.c \
41 archive_read_support_format_empty.c \ 42 archive_read_support_format_empty.c \
42 archive_read_support_format_iso9660.c \ 43 archive_read_support_format_iso9660.c \
43 archive_read_support_format_mtree.c \ 44 archive_read_support_format_mtree.c \
44 archive_read_support_format_raw.c \ 45 archive_read_support_format_raw.c \
45 archive_read_support_format_tar.c \ 46 archive_read_support_format_tar.c \
46 archive_read_support_format_xar.c \ 47 archive_read_support_format_xar.c \
47 archive_read_support_format_zip.c \ 48 archive_read_support_format_zip.c \
48 archive_string.c \ 49 archive_string.c \
49 archive_string_sprintf.c \ 50 archive_string_sprintf.c \
50 archive_util.c \ 51 archive_util.c \
51 archive_virtual.c \ 52 archive_virtual.c \
52 archive_write.c \ 53 archive_write.c \
53 archive_write_disk.c \ 54 archive_write_disk.c \
54 archive_write_disk_set_standard_lookup.c \ 55 archive_write_disk_set_standard_lookup.c \
55 archive_write_open_fd.c \ 56 archive_write_open_fd.c \
56 archive_write_open_file.c \ 57 archive_write_open_file.c \
57 archive_write_open_filename.c \ 58 archive_write_open_filename.c \
58 archive_write_open_memory.c \ 59 archive_write_open_memory.c \
59 archive_write_set_compression_bzip2.c \ 60 archive_write_set_compression_bzip2.c \
60 archive_write_set_compression_compress.c \ 61 archive_write_set_compression_compress.c \
61 archive_write_set_compression_gzip.c \ 62 archive_write_set_compression_gzip.c \
62 archive_write_set_compression_none.c \ 63 archive_write_set_compression_none.c \
63 archive_write_set_compression_program.c \ 64 archive_write_set_compression_program.c \
64 archive_write_set_compression_xz.c \ 65 archive_write_set_compression_xz.c \
65 archive_write_set_format.c \ 66 archive_write_set_format.c \
66 archive_write_set_format_ar.c \ 67 archive_write_set_format_ar.c \
67 archive_write_set_format_by_name.c \ 68 archive_write_set_format_by_name.c \
68 archive_write_set_format_cpio.c \ 69 archive_write_set_format_cpio.c \
69 archive_write_set_format_cpio_newc.c \ 70 archive_write_set_format_cpio_newc.c \
70 archive_write_set_format_mtree.c \ 71 archive_write_set_format_mtree.c \
71 archive_write_set_format_pax.c \ 72 archive_write_set_format_pax.c \
72 archive_write_set_format_shar.c \ 73 archive_write_set_format_shar.c \
73 archive_write_set_format_ustar.c \ 74 archive_write_set_format_ustar.c \
74 archive_write_set_format_zip.c \ 75 archive_write_set_format_zip.c \
75 filter_fork.c 76 filter_fork.c
76 77
77INCS= archive.h archive_entry.h 78INCS= archive.h archive_entry.h
78INCSDIR= /usr/include 79INCSDIR= /usr/include
79 80
80MAN= archive_entry.3 \ 81MAN= archive_entry.3 \
81 archive_read.3 \ 82 archive_read.3 \
82 archive_read_disk.3 \ 83 archive_read_disk.3 \
83 archive_util.3 \ 84 archive_util.3 \
84 archive_write.3 \ 85 archive_write.3 \
85 archive_write_disk.3 \ 86 archive_write_disk.3 \
86 cpio.5 \ 87 cpio.5 \
87 libarchive.3 \ 88 libarchive.3 \
88 libarchive_internals.3 \ 89 libarchive_internals.3 \
89 libarchive-formats.5 \ 90 libarchive-formats.5 \
90 mtree.5 \ 91 mtree.5 \
91 tar.5 92 tar.5
92 93
93MLINKS+= archive_entry.3 archive_entry_acl_add_entry.3 94MLINKS+= archive_entry.3 archive_entry_acl_add_entry.3
94MLINKS+= archive_entry.3 archive_entry_acl_add_entry_w.3 95MLINKS+= archive_entry.3 archive_entry_acl_add_entry_w.3
95MLINKS+= archive_entry.3 archive_entry_acl_clear.3 96MLINKS+= archive_entry.3 archive_entry_acl_clear.3
96MLINKS+= archive_entry.3 archive_entry_acl_count.3 97MLINKS+= archive_entry.3 archive_entry_acl_count.3
97MLINKS+= archive_entry.3 archive_entry_acl_next.3 98MLINKS+= archive_entry.3 archive_entry_acl_next.3
98MLINKS+= archive_entry.3 archive_entry_acl_next_w.3 99MLINKS+= archive_entry.3 archive_entry_acl_next_w.3
99MLINKS+= archive_entry.3 archive_entry_acl_reset.3 100MLINKS+= archive_entry.3 archive_entry_acl_reset.3
100MLINKS+= archive_entry.3 archive_entry_acl_text_w.3 101MLINKS+= archive_entry.3 archive_entry_acl_text_w.3
101MLINKS+= archive_entry.3 archive_entry_atime.3 102MLINKS+= archive_entry.3 archive_entry_atime.3
102MLINKS+= archive_entry.3 archive_entry_atime_nsec.3 103MLINKS+= archive_entry.3 archive_entry_atime_nsec.3
103MLINKS+= archive_entry.3 archive_entry_clear.3 104MLINKS+= archive_entry.3 archive_entry_clear.3
104MLINKS+= archive_entry.3 archive_entry_clone.3 105MLINKS+= archive_entry.3 archive_entry_clone.3
105MLINKS+= archive_entry.3 archive_entry_copy_fflags_text.3 106MLINKS+= archive_entry.3 archive_entry_copy_fflags_text.3
106MLINKS+= archive_entry.3 archive_entry_copy_fflags_text_w.3 107MLINKS+= archive_entry.3 archive_entry_copy_fflags_text_w.3
107MLINKS+= archive_entry.3 archive_entry_copy_gname.3 108MLINKS+= archive_entry.3 archive_entry_copy_gname.3
108MLINKS+= archive_entry.3 archive_entry_copy_gname_w.3 109MLINKS+= archive_entry.3 archive_entry_copy_gname_w.3
109MLINKS+= archive_entry.3 archive_entry_copy_hardlink.3 110MLINKS+= archive_entry.3 archive_entry_copy_hardlink.3
110MLINKS+= archive_entry.3 archive_entry_copy_hardlink_w.3 111MLINKS+= archive_entry.3 archive_entry_copy_hardlink_w.3
111MLINKS+= archive_entry.3 archive_entry_copy_link.3 112MLINKS+= archive_entry.3 archive_entry_copy_link.3
112MLINKS+= archive_entry.3 archive_entry_copy_link_w.3 113MLINKS+= archive_entry.3 archive_entry_copy_link_w.3
113MLINKS+= archive_entry.3 archive_entry_copy_pathname_w.3 114MLINKS+= archive_entry.3 archive_entry_copy_pathname_w.3
114MLINKS+= archive_entry.3 archive_entry_copy_sourcepath.3 115MLINKS+= archive_entry.3 archive_entry_copy_sourcepath.3
115MLINKS+= archive_entry.3 archive_entry_copy_stat.3 116MLINKS+= archive_entry.3 archive_entry_copy_stat.3
116MLINKS+= archive_entry.3 archive_entry_copy_symlink.3 117MLINKS+= archive_entry.3 archive_entry_copy_symlink.3
117MLINKS+= archive_entry.3 archive_entry_copy_symlink_w.3 118MLINKS+= archive_entry.3 archive_entry_copy_symlink_w.3
118MLINKS+= archive_entry.3 archive_entry_copy_uname.3 119MLINKS+= archive_entry.3 archive_entry_copy_uname.3
119MLINKS+= archive_entry.3 archive_entry_copy_uname_w.3 120MLINKS+= archive_entry.3 archive_entry_copy_uname_w.3
120MLINKS+= archive_entry.3 archive_entry_dev.3 121MLINKS+= archive_entry.3 archive_entry_dev.3
121MLINKS+= archive_entry.3 archive_entry_devmajor.3 122MLINKS+= archive_entry.3 archive_entry_devmajor.3
122MLINKS+= archive_entry.3 archive_entry_devminor.3 123MLINKS+= archive_entry.3 archive_entry_devminor.3
123MLINKS+= archive_entry.3 archive_entry_filetype.3 124MLINKS+= archive_entry.3 archive_entry_filetype.3
124MLINKS+= archive_entry.3 archive_entry_fflags.3 125MLINKS+= archive_entry.3 archive_entry_fflags.3
125MLINKS+= archive_entry.3 archive_entry_fflags_text.3 126MLINKS+= archive_entry.3 archive_entry_fflags_text.3
126MLINKS+= archive_entry.3 archive_entry_free.3 127MLINKS+= archive_entry.3 archive_entry_free.3
127MLINKS+= archive_entry.3 archive_entry_gid.3 128MLINKS+= archive_entry.3 archive_entry_gid.3
128MLINKS+= archive_entry.3 archive_entry_gname.3 129MLINKS+= archive_entry.3 archive_entry_gname.3
129MLINKS+= archive_entry.3 archive_entry_hardlink.3 130MLINKS+= archive_entry.3 archive_entry_hardlink.3
130MLINKS+= archive_entry.3 archive_entry_ino.3 131MLINKS+= archive_entry.3 archive_entry_ino.3
131MLINKS+= archive_entry.3 archive_entry_mode.3 132MLINKS+= archive_entry.3 archive_entry_mode.3
132MLINKS+= archive_entry.3 archive_entry_mtime.3 133MLINKS+= archive_entry.3 archive_entry_mtime.3
133MLINKS+= archive_entry.3 archive_entry_mtime_nsec.3 134MLINKS+= archive_entry.3 archive_entry_mtime_nsec.3
134MLINKS+= archive_entry.3 archive_entry_nlink.3 135MLINKS+= archive_entry.3 archive_entry_nlink.3
135MLINKS+= archive_entry.3 archive_entry_new.3 136MLINKS+= archive_entry.3 archive_entry_new.3
136MLINKS+= archive_entry.3 archive_entry_pathname.3 137MLINKS+= archive_entry.3 archive_entry_pathname.3
137MLINKS+= archive_entry.3 archive_entry_pathname_w.3 138MLINKS+= archive_entry.3 archive_entry_pathname_w.3
138MLINKS+= archive_entry.3 archive_entry_rdev.3 139MLINKS+= archive_entry.3 archive_entry_rdev.3
139MLINKS+= archive_entry.3 archive_entry_rdevmajor.3 140MLINKS+= archive_entry.3 archive_entry_rdevmajor.3
140MLINKS+= archive_entry.3 archive_entry_rdevminor.3 141MLINKS+= archive_entry.3 archive_entry_rdevminor.3
141MLINKS+= archive_entry.3 archive_entry_set_atime.3 142MLINKS+= archive_entry.3 archive_entry_set_atime.3
142MLINKS+= archive_entry.3 archive_entry_set_ctime.3 143MLINKS+= archive_entry.3 archive_entry_set_ctime.3
143MLINKS+= archive_entry.3 archive_entry_set_dev.3 144MLINKS+= archive_entry.3 archive_entry_set_dev.3
144MLINKS+= archive_entry.3 archive_entry_set_devmajor.3 145MLINKS+= archive_entry.3 archive_entry_set_devmajor.3
145MLINKS+= archive_entry.3 archive_entry_set_devminor.3 146MLINKS+= archive_entry.3 archive_entry_set_devminor.3
146MLINKS+= archive_entry.3 archive_entry_set_filetype.3 147MLINKS+= archive_entry.3 archive_entry_set_filetype.3
147MLINKS+= archive_entry.3 archive_entry_set_fflags.3 148MLINKS+= archive_entry.3 archive_entry_set_fflags.3
148MLINKS+= archive_entry.3 archive_entry_set_gid.3 149MLINKS+= archive_entry.3 archive_entry_set_gid.3
149MLINKS+= archive_entry.3 archive_entry_set_gname.3 150MLINKS+= archive_entry.3 archive_entry_set_gname.3
150MLINKS+= archive_entry.3 archive_entry_set_hardlink.3 151MLINKS+= archive_entry.3 archive_entry_set_hardlink.3
151MLINKS+= archive_entry.3 archive_entry_set_link.3 152MLINKS+= archive_entry.3 archive_entry_set_link.3
152MLINKS+= archive_entry.3 archive_entry_set_mode.3 153MLINKS+= archive_entry.3 archive_entry_set_mode.3
153MLINKS+= archive_entry.3 archive_entry_set_mtime.3 154MLINKS+= archive_entry.3 archive_entry_set_mtime.3
154MLINKS+= archive_entry.3 archive_entry_set_pathname.3 155MLINKS+= archive_entry.3 archive_entry_set_pathname.3
155MLINKS+= archive_entry.3 archive_entry_set_rdevmajor.3 156MLINKS+= archive_entry.3 archive_entry_set_rdevmajor.3
156MLINKS+= archive_entry.3 archive_entry_set_rdevminor.3 157MLINKS+= archive_entry.3 archive_entry_set_rdevminor.3
157MLINKS+= archive_entry.3 archive_entry_set_size.3 158MLINKS+= archive_entry.3 archive_entry_set_size.3
158MLINKS+= archive_entry.3 archive_entry_set_symlink.3 159MLINKS+= archive_entry.3 archive_entry_set_symlink.3
159MLINKS+= archive_entry.3 archive_entry_set_uid.3 160MLINKS+= archive_entry.3 archive_entry_set_uid.3
160MLINKS+= archive_entry.3 archive_entry_set_uname.3 161MLINKS+= archive_entry.3 archive_entry_set_uname.3
161MLINKS+= archive_entry.3 archive_entry_size.3 162MLINKS+= archive_entry.3 archive_entry_size.3
162MLINKS+= archive_entry.3 archive_entry_sourcepath.3 163MLINKS+= archive_entry.3 archive_entry_sourcepath.3
163MLINKS+= archive_entry.3 archive_entry_stat.3 164MLINKS+= archive_entry.3 archive_entry_stat.3
164MLINKS+= archive_entry.3 archive_entry_symlink.3 165MLINKS+= archive_entry.3 archive_entry_symlink.3
165MLINKS+= archive_entry.3 archive_entry_uid.3 166MLINKS+= archive_entry.3 archive_entry_uid.3
166MLINKS+= archive_entry.3 archive_entry_uname.3 167MLINKS+= archive_entry.3 archive_entry_uname.3
167MLINKS+= archive_read.3 archive_read_close.3 168MLINKS+= archive_read.3 archive_read_close.3
168MLINKS+= archive_read.3 archive_read_data.3 169MLINKS+= archive_read.3 archive_read_data.3
169MLINKS+= archive_read.3 archive_read_data_block.3 170MLINKS+= archive_read.3 archive_read_data_block.3
170MLINKS+= archive_read.3 archive_read_data_into_buffer.3 171MLINKS+= archive_read.3 archive_read_data_into_buffer.3
171MLINKS+= archive_read.3 archive_read_data_into_fd.3 172MLINKS+= archive_read.3 archive_read_data_into_fd.3
172MLINKS+= archive_read.3 archive_read_data_skip.3 173MLINKS+= archive_read.3 archive_read_data_skip.3
173MLINKS+= archive_read.3 archive_read_extract.3 174MLINKS+= archive_read.3 archive_read_extract.3
174MLINKS+= archive_read.3 archive_read_extract2.3 175MLINKS+= archive_read.3 archive_read_extract2.3
175MLINKS+= archive_read.3 archive_read_extract_set_progress_callback.3 176MLINKS+= archive_read.3 archive_read_extract_set_progress_callback.3
176MLINKS+= archive_read.3 archive_read_finish.3 177MLINKS+= archive_read.3 archive_read_finish.3
177MLINKS+= archive_read.3 archive_read_new.3 178MLINKS+= archive_read.3 archive_read_new.3
178MLINKS+= archive_read.3 archive_read_next_header.3 179MLINKS+= archive_read.3 archive_read_next_header.3
179MLINKS+= archive_read.3 archive_read_next_header2.3 180MLINKS+= archive_read.3 archive_read_next_header2.3
180MLINKS+= archive_read.3 archive_read_open.3 181MLINKS+= archive_read.3 archive_read_open.3
181MLINKS+= archive_read.3 archive_read_open2.3 182MLINKS+= archive_read.3 archive_read_open2.3
182MLINKS+= archive_read.3 archive_read_open_FILE.3 183MLINKS+= archive_read.3 archive_read_open_FILE.3
183MLINKS+= archive_read.3 archive_read_open_fd.3 184MLINKS+= archive_read.3 archive_read_open_fd.3
184MLINKS+= archive_read.3 archive_read_open_file.3 185MLINKS+= archive_read.3 archive_read_open_file.3
185MLINKS+= archive_read.3 archive_read_open_filename.3 186MLINKS+= archive_read.3 archive_read_open_filename.3
186MLINKS+= archive_read.3 archive_read_open_memory.3 187MLINKS+= archive_read.3 archive_read_open_memory.3
187MLINKS+= archive_read.3 archive_read_set_filter_options.3 188MLINKS+= archive_read.3 archive_read_set_filter_options.3
188MLINKS+= archive_read.3 archive_read_set_format_options.3 189MLINKS+= archive_read.3 archive_read_set_format_options.3
189MLINKS+= archive_read.3 archive_read_set_options.3 190MLINKS+= archive_read.3 archive_read_set_options.3
190MLINKS+= archive_read.3 archive_read_support_compression_all.3 191MLINKS+= archive_read.3 archive_read_support_compression_all.3
191MLINKS+= archive_read.3 archive_read_support_compression_bzip2.3 192MLINKS+= archive_read.3 archive_read_support_compression_bzip2.3
192MLINKS+= archive_read.3 archive_read_support_compression_compress.3 193MLINKS+= archive_read.3 archive_read_support_compression_compress.3
193MLINKS+= archive_read.3 archive_read_support_compression_gzip.3 194MLINKS+= archive_read.3 archive_read_support_compression_gzip.3
194MLINKS+= archive_read.3 archive_read_support_compression_lzma.3 195MLINKS+= archive_read.3 archive_read_support_compression_lzma.3
195MLINKS+= archive_read.3 archive_read_support_compression_none.3 196MLINKS+= archive_read.3 archive_read_support_compression_none.3
196MLINKS+= archive_read.3 archive_read_support_compression_program.3 197MLINKS+= archive_read.3 archive_read_support_compression_program.3
197MLINKS+= archive_read.3 archive_read_support_compression_program_signature.3 198MLINKS+= archive_read.3 archive_read_support_compression_program_signature.3
198MLINKS+= archive_read.3 archive_read_support_compression_xz.3 199MLINKS+= archive_read.3 archive_read_support_compression_xz.3
199MLINKS+= archive_read.3 archive_read_support_format_all.3 200MLINKS+= archive_read.3 archive_read_support_format_all.3
200MLINKS+= archive_read.3 archive_read_support_format_ar.3 201MLINKS+= archive_read.3 archive_read_support_format_ar.3
201MLINKS+= archive_read.3 archive_read_support_format_empty.3 202MLINKS+= archive_read.3 archive_read_support_format_empty.3
202MLINKS+= archive_read.3 archive_read_support_format_cpio.3 203MLINKS+= archive_read.3 archive_read_support_format_cpio.3
203MLINKS+= archive_read.3 archive_read_support_format_iso9660.3 204MLINKS+= archive_read.3 archive_read_support_format_iso9660.3
204MLINKS+= archive_read.3 archive_read_support_format_mtree.3 205MLINKS+= archive_read.3 archive_read_support_format_mtree.3
205MLINKS+= archive_read.3 archive_read_support_format_raw.3 206MLINKS+= archive_read.3 archive_read_support_format_raw.3
206MLINKS+= archive_read.3 archive_read_support_format_tar.3 207MLINKS+= archive_read.3 archive_read_support_format_tar.3
207MLINKS+= archive_read.3 archive_read_support_format_zip.3 208MLINKS+= archive_read.3 archive_read_support_format_zip.3
208MLINKS+= archive_read_disk.3 archive_read_disk_new.3 209MLINKS+= archive_read_disk.3 archive_read_disk_new.3
209MLINKS+= archive_read_disk.3 archive_read_disk_set_symlink_logical.3 210MLINKS+= archive_read_disk.3 archive_read_disk_set_symlink_logical.3
210MLINKS+= archive_read_disk.3 archive_read_disk_set_symlink_physical.3 211MLINKS+= archive_read_disk.3 archive_read_disk_set_symlink_physical.3
211MLINKS+= archive_read_disk.3 archive_read_disk_set_symlink_hybrid.3 212MLINKS+= archive_read_disk.3 archive_read_disk_set_symlink_hybrid.3
212MLINKS+= archive_read_disk.3 archive_read_disk_set_entry_from_file.3 213MLINKS+= archive_read_disk.3 archive_read_disk_set_entry_from_file.3
213MLINKS+= archive_read_disk.3 archive_read_disk_gname.3 214MLINKS+= archive_read_disk.3 archive_read_disk_gname.3
214MLINKS+= archive_read_disk.3 archive_read_disk_uname.3 215MLINKS+= archive_read_disk.3 archive_read_disk_uname.3
215MLINKS+= archive_read_disk.3 archive_read_disk_set_uname_lookup.3 216MLINKS+= archive_read_disk.3 archive_read_disk_set_uname_lookup.3
216MLINKS+= archive_read_disk.3 archive_read_disk_set_gname_lookup.3 217MLINKS+= archive_read_disk.3 archive_read_disk_set_gname_lookup.3
217MLINKS+= archive_read_disk.3 archive_read_disk_set_standard_lookup.3 218MLINKS+= archive_read_disk.3 archive_read_disk_set_standard_lookup.3
218MLINKS+= archive_util.3 archive_clear_error.3 219MLINKS+= archive_util.3 archive_clear_error.3
219MLINKS+= archive_util.3 archive_compression.3 220MLINKS+= archive_util.3 archive_compression.3
220MLINKS+= archive_util.3 archive_compression_name.3 221MLINKS+= archive_util.3 archive_compression_name.3
221MLINKS+= archive_util.3 archive_copy_error.3 222MLINKS+= archive_util.3 archive_copy_error.3
222MLINKS+= archive_util.3 archive_errno.3 223MLINKS+= archive_util.3 archive_errno.3
223MLINKS+= archive_util.3 archive_error_string.3 224MLINKS+= archive_util.3 archive_error_string.3
224MLINKS+= archive_util.3 archive_file_count.3 225MLINKS+= archive_util.3 archive_file_count.3
225MLINKS+= archive_util.3 archive_format.3 226MLINKS+= archive_util.3 archive_format.3
226MLINKS+= archive_util.3 archive_format_name.3 227MLINKS+= archive_util.3 archive_format_name.3
227MLINKS+= archive_util.3 archive_set_error.3 228MLINKS+= archive_util.3 archive_set_error.3
228MLINKS+= archive_write.3 archive_write_new.3 229MLINKS+= archive_write.3 archive_write_new.3
229MLINKS+= archive_write.3 archive_write_set_format_cpio.3 230MLINKS+= archive_write.3 archive_write_set_format_cpio.3
230MLINKS+= archive_write.3 archive_write_set_format_pax.3 231MLINKS+= archive_write.3 archive_write_set_format_pax.3
231MLINKS+= archive_write.3 archive_write_set_format_pax_restricted.3 232MLINKS+= archive_write.3 archive_write_set_format_pax_restricted.3
232MLINKS+= archive_write.3 archive_write_set_format_shar.3 233MLINKS+= archive_write.3 archive_write_set_format_shar.3
233MLINKS+= archive_write.3 archive_write_set_format_shar_binary.3 234MLINKS+= archive_write.3 archive_write_set_format_shar_binary.3
234MLINKS+= archive_write.3 archive_write_set_format_ustar.3 235MLINKS+= archive_write.3 archive_write_set_format_ustar.3
235MLINKS+= archive_write.3 archive_write_get_bytes_per_block.3 236MLINKS+= archive_write.3 archive_write_get_bytes_per_block.3
236MLINKS+= archive_write.3 archive_write_set_bytes_per_block.3 237MLINKS+= archive_write.3 archive_write_set_bytes_per_block.3
237MLINKS+= archive_write.3 archive_write_set_bytes_in_last_block.3 238MLINKS+= archive_write.3 archive_write_set_bytes_in_last_block.3
238MLINKS+= archive_write.3 archive_write_set_compression_bzip2.3 239MLINKS+= archive_write.3 archive_write_set_compression_bzip2.3
239MLINKS+= archive_write.3 archive_write_set_compression_compress.3 240MLINKS+= archive_write.3 archive_write_set_compression_compress.3
240MLINKS+= archive_write.3 archive_write_set_compression_gzip.3 241MLINKS+= archive_write.3 archive_write_set_compression_gzip.3
241MLINKS+= archive_write.3 archive_write_set_compression_none.3 242MLINKS+= archive_write.3 archive_write_set_compression_none.3
242MLINKS+= archive_write.3 archive_write_set_compression_program.3 243MLINKS+= archive_write.3 archive_write_set_compression_program.3
243MLINKS+= archive_write.3 archive_write_set_compressor_options.3 244MLINKS+= archive_write.3 archive_write_set_compressor_options.3
244MLINKS+= archive_write.3 archive_write_options.3 245MLINKS+= archive_write.3 archive_write_options.3
245MLINKS+= archive_write.3 archive_write_open.3 246MLINKS+= archive_write.3 archive_write_open.3
246MLINKS+= archive_write.3 archive_write_open_fd.3 247MLINKS+= archive_write.3 archive_write_open_fd.3
247MLINKS+= archive_write.3 archive_write_open_FILE.3 248MLINKS+= archive_write.3 archive_write_open_FILE.3
248MLINKS+= archive_write.3 archive_write_open_filename.3 249MLINKS+= archive_write.3 archive_write_open_filename.3
249MLINKS+= archive_write.3 archive_write_open_memory.3 250MLINKS+= archive_write.3 archive_write_open_memory.3
250MLINKS+= archive_write.3 archive_write_header.3 251MLINKS+= archive_write.3 archive_write_header.3
251MLINKS+= archive_write.3 archive_write_data.3 252MLINKS+= archive_write.3 archive_write_data.3
252MLINKS+= archive_write.3 archive_write_finish_entry.3 253MLINKS+= archive_write.3 archive_write_finish_entry.3
253MLINKS+= archive_write.3 archive_write_close.3 254MLINKS+= archive_write.3 archive_write_close.3
254MLINKS+= archive_write.3 archive_write_finish.3 255MLINKS+= archive_write.3 archive_write_finish.3
255MLINKS+= archive_write.3 archive_write_set_callbacks.3 256MLINKS+= archive_write.3 archive_write_set_callbacks.3
256MLINKS+= archive_write_disk.3 archive_write_disk_new.3 257MLINKS+= archive_write_disk.3 archive_write_disk_new.3
257MLINKS+= archive_write_disk.3 archive_write_disk_set_options.3 258MLINKS+= archive_write_disk.3 archive_write_disk_set_options.3
258MLINKS+= archive_write_disk.3 archive_write_disk_set_skip_file.3 259MLINKS+= archive_write_disk.3 archive_write_disk_set_skip_file.3
259MLINKS+= archive_write_disk.3 archive_write_disk_set_group_lookup.3 260MLINKS+= archive_write_disk.3 archive_write_disk_set_group_lookup.3
260MLINKS+= archive_write_disk.3 archive_write_disk_set_standard_lookup.3 261MLINKS+= archive_write_disk.3 archive_write_disk_set_standard_lookup.3
261MLINKS+= archive_write_disk.3 archive_write_disk_set_user_lookup.3 262MLINKS+= archive_write_disk.3 archive_write_disk_set_user_lookup.3
262MLINKS+= libarchive.3 archive.3 263MLINKS+= libarchive.3 archive.3
263 264
264.include <bsd.lib.mk> 265.include <bsd.lib.mk>