summaryrefslogtreecommitdiff
path: root/cpio/config_freebsd.h
diff options
context:
space:
mode:
authorTim Kientzle <kientzle@gmail.com>2009-08-02 22:23:10 -0400
committerTim Kientzle <kientzle@gmail.com>2009-08-02 22:23:10 -0400
commit5d5d8ed2a117a42f02f46f960c12dd5aed547709 (patch)
tree9ef9a3df32840e656a9bb023e5c2a15c421e5623 /cpio/config_freebsd.h
parentb4d957c85576efc11bf07844889718aa6726431b (diff)
downloadlibarchive-5d5d8ed2a117a42f02f46f960c12dd5aed547709.tar.gz
Minor FreeBSD build fix.
SVN-Revision: 1326
Diffstat (limited to 'cpio/config_freebsd.h')
-rw-r--r--cpio/config_freebsd.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpio/config_freebsd.h b/cpio/config_freebsd.h
index 11d5b6da..0d449d99 100644
--- a/cpio/config_freebsd.h
+++ b/cpio/config_freebsd.h
@@ -35,11 +35,15 @@
#define HAVE_FUTIMES 1
#define HAVE_GRP_H 1
#define HAVE_LIBARCHIVE 1
+#define HAVE_LINK 1
+#define HAVE_LSTAT 1
#define HAVE_LUTIMES 1
#define HAVE_PWD_H 1
+#define HAVE_READLINK 1
#define HAVE_STDARG_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
+#define HAVE_SYMLINK 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_TIME_H 1