summaryrefslogtreecommitdiffstats
path: root/lib/libarchive/config_freebsd.h
diff options
context:
space:
mode:
authorkientzle <kientzle@FreeBSD.org>2007-04-14 02:37:22 +0000
committerkientzle <kientzle@FreeBSD.org>2007-04-14 02:37:22 +0000
commit06c7ab197542b866eabdc016004b744e8720c6f6 (patch)
tree568743dd038378291a88b1ec614d65bb763717a7 /lib/libarchive/config_freebsd.h
parentdff4ea292c7a48641ee96f58a7cfe8807733f5ed (diff)
downloadFreeBSD-src-06c7ab197542b866eabdc016004b744e8720c6f6.zip
FreeBSD-src-06c7ab197542b866eabdc016004b744e8720c6f6.tar.gz
More portability improvements from Martin Koeppe:
conditionally use utime() when utimes() is not available; allow the most common wide-char functions to be replaced when local alternatives are lacking.
Diffstat (limited to 'lib/libarchive/config_freebsd.h')
-rw-r--r--lib/libarchive/config_freebsd.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/libarchive/config_freebsd.h b/lib/libarchive/config_freebsd.h
index d5f5eab..03f0724 100644
--- a/lib/libarchive/config_freebsd.h
+++ b/lib/libarchive/config_freebsd.h
@@ -80,7 +80,14 @@
#define HAVE_SYS_WAIT_H 1
#define HAVE_TIMEGM 1
#define HAVE_UNISTD_H 1
+#define HAVE_UTIME 1
+#define HAVE_UTIMES 1
+#define HAVE_UTIME_H 1
#define HAVE_WCHAR_H 1
+#define HAVE_WCSCPY 1
+#define HAVE_WCSLEN 1
+#define HAVE_WMEMCMP 1
+#define HAVE_WMEMCPY 1
#define HAVE_ZLIB_H 1
#define STDC_HEADERS 1
#define TIME_WITH_SYS_TIME 1
OpenPOWER on IntegriCloud