]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Avoid compiling error with cmake on FreeBSD.
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>
Tue, 27 Jan 2009 06:03:36 +0000 (01:03 -0500)
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>
Tue, 27 Jan 2009 06:03:36 +0000 (01:03 -0500)
SVN-Revision: 495

cmake/config.h.in

index 582d67c4b1d4b0ac48eeab6b2cba6e84c902c9a8..5136709f79f62117a3d1cea4d6fec9d88536ea59 100644 (file)
 /* Define to 1 if you have the <ext2fs/ext2_fs.h> header file. */
 #cmakedefine HAVE_EXT2FS_EXT2_FS_H 1
 
+/* Define to 1 if you have the `extattr_get_file' function. */
+#cmakedefine HAVE_EXTATTR_GET_FILE 1
+
+/* Define to 1 if you have the `extattr_list_file' function. */
+#cmakedefine HAVE_EXTATTR_LIST_FILE 1
+
 /* Define to 1 if you have the `extattr_set_fd' function. */
 #cmakedefine HAVE_EXTATTR_SET_FD 1