summaryrefslogtreecommitdiff
path: root/tar/config_freebsd.h
diff options
context:
space:
mode:
authorTim Kientzle <kientzle@gmail.com>2008-06-05 18:41:21 -0400
committerTim Kientzle <kientzle@gmail.com>2008-06-05 18:41:21 -0400
commit4b2d1d1e8bb1d9fa431b4a095302cf8fc76e6a0d (patch)
tree105613a3c35398b8958bd2ac7b118e086e482010 /tar/config_freebsd.h
parentc70a9c76ef557fa790f1be578359e95d68faaa7f (diff)
downloadlibarchive-4b2d1d1e8bb1d9fa431b4a095302cf8fc76e6a0d.tar.gz
Use Gregory Pietsch's public domain getopt_long() implementation
instead of relying on the platform one. Having the tar program use getopt() on platforms that didn't support getopt_long() was a nice idea, but it's turning out to be a real headache. This way, I can just assume long option support and simplify chunks of the test harness. SVN-Revision: 107
Diffstat (limited to 'tar/config_freebsd.h')
-rw-r--r--tar/config_freebsd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tar/config_freebsd.h b/tar/config_freebsd.h
index b12b623b..5a9a673e 100644
--- a/tar/config_freebsd.h
+++ b/tar/config_freebsd.h
@@ -52,7 +52,6 @@
#define HAVE_FNMATCH_H 1
#define HAVE_FNM_LEADING_DIR 1
#define HAVE_FTRUNCATE 1
-#define HAVE_GETOPT_LONG 1
#undef HAVE_GETXATTR
#define HAVE_GRP_H 1
#define HAVE_INTTYPES_H 1