summaryrefslogtreecommitdiff
path: root/archivers/pax/files/pax.h
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/pax/files/pax.h')
-rw-r--r--archivers/pax/files/pax.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/archivers/pax/files/pax.h b/archivers/pax/files/pax.h
index 843d91f066b..ce3b02333da 100644
--- a/archivers/pax/files/pax.h
+++ b/archivers/pax/files/pax.h
@@ -1,4 +1,4 @@
-/* $NetBSD: pax.h,v 1.7 2004/06/20 10:11:02 grant Exp $ */
+/* $NetBSD: pax.h,v 1.8 2004/08/21 03:28:56 jlam Exp $ */
/*-
* Copyright (c) 1992 Keith Muller.
@@ -37,14 +37,10 @@
#if HAVE_CONFIG_H
#include "config.h"
-#else
-#define HAVE_LUTIMES 1
-#define HAVE_STRUCT_STAT_ST_FLAGS 1
-#define HAVE_SYS_MTIO_H 1
#endif
/* Tape support only available if one of the following is available. */
-#if (HAVE_SYS_MTIO_H || HAVE_SYS_TAPE_H) && ! defined(UNIXWARE)
+#if (HAVE_SYS_MTIO_H || HAVE_SYS_TAPE_H) && !defined(UNIXWARE)
#define SUPPORT_TAPE 1
#endif