summaryrefslogtreecommitdiff
path: root/libarchive/config_freebsd.h
diff options
context:
space:
mode:
authorTim Kientzle <kientzle@gmail.com>2008-05-05 18:00:27 -0400
committerTim Kientzle <kientzle@gmail.com>2008-05-05 18:00:27 -0400
commit3bb13e37def9fdcd0b4524265b5a952f38933e43 (patch)
treeed66a0feec8cbef0d967f04739b6982439cdddac /libarchive/config_freebsd.h
parent62e9995aad2ef99e4d75d5008d4800917236f22b (diff)
downloadlibarchive-3bb13e37def9fdcd0b4524265b5a952f38933e43.tar.gz
Don't try to support external compression programs unless the local
platform supports pipe(), vfork(), and fcntl(). SVN-Revision: 27
Diffstat (limited to 'libarchive/config_freebsd.h')
-rw-r--r--libarchive/config_freebsd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libarchive/config_freebsd.h b/libarchive/config_freebsd.h
index 97127a19..3d5e8216 100644
--- a/libarchive/config_freebsd.h
+++ b/libarchive/config_freebsd.h
@@ -51,6 +51,7 @@
#define HAVE_FCHFLAGS 1
#define HAVE_FCHMOD 1
#define HAVE_FCHOWN 1
+#define HAVE_FCNTL 1
#define HAVE_FCNTL_H 1
#define HAVE_FSEEKO 1
#define HAVE_FSTAT 1
@@ -70,6 +71,7 @@
#define HAVE_MKDIR 1
#define HAVE_MKFIFO 1
#define HAVE_MKNOD 1
+#define HAVE_PIPE 1
#define HAVE_POLL 1
#define HAVE_POLL_H 1
#define HAVE_PWD_H 1
@@ -102,6 +104,7 @@
#define HAVE_UTIME 1
#define HAVE_UTIMES 1
#define HAVE_UTIME_H 1
+#define HAVE_VFORK 1
#define HAVE_WCHAR_H 1
#define HAVE_WCSCPY 1
#define HAVE_WCSLEN 1