diff options
author | Tim Kientzle <kientzle@FreeBSD.org> | 2008-05-26 17:10:10 +0000 |
---|---|---|
committer | Tim Kientzle <kientzle@FreeBSD.org> | 2008-05-26 17:10:10 +0000 |
commit | eb36031906b623c41398f29df9178b5214a4c9fa (patch) | |
tree | d94d00fec531d1439aa528d7d109ac2166ab5295 /usr.bin/tar/config_freebsd.h | |
parent | fa07de5eeb36516701b3393f13acc1e1f702c634 (diff) | |
download | src-eb36031906b623c41398f29df9178b5214a4c9fa.tar.gz src-eb36031906b623c41398f29df9178b5214a4c9fa.zip |
Notes
Diffstat (limited to 'usr.bin/tar/config_freebsd.h')
-rw-r--r-- | usr.bin/tar/config_freebsd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/tar/config_freebsd.h b/usr.bin/tar/config_freebsd.h index e118ef1af4be..c25430cc0da8 100644 --- a/usr.bin/tar/config_freebsd.h +++ b/usr.bin/tar/config_freebsd.h @@ -77,6 +77,7 @@ #endif #define HAVE_PATHS_H 1 #define HAVE_PWD_H 1 +#define HAVE_REGEX_H 1 #define HAVE_SETLOCALE 1 #define HAVE_STDARG_H 1 #define HAVE_STDINT_H 1 |