another update from the hurd guys
[debian/pax] / gen_subs.c
index 161659bca44a85be0b8c4f102e084e81d5de716d..b541cc930d57e932e83ffec1fa9268b7d8edbd62 100644 (file)
@@ -54,9 +54,7 @@ static const char rcsid[] = "$OpenBSD: gen_subs.c,v 1.19 2007/04/04 21:55:10 mil
 #include <unistd.h>
 #include <stdlib.h>
 #include <string.h>
-#ifndef DEBIAN
-# include <vis.h>
-#endif /* DEBIAN */
+#include "vis.h"
 #include "pax.h"
 #include "extern.h"
 
@@ -72,8 +70,8 @@ static const char rcsid[] = "$OpenBSD: gen_subs.c,v 1.19 2007/04/04 21:55:10 mil
 #define MODELEN 20
 #define DATELEN 64
 #define DAYSPERNYEAR 365
-#define SECSPERDAY 86400
-#define VIS_CSTYLE 0
+/* #define SECSPERDAY 86400 */
+/* #define VIS_CSTYLE 0 */
 #define SIXMONTHS       ((DAYSPERNYEAR / 2) * SECSPERDAY)
 #define CURFRMT                "%b %e %H:%M"
 #define OLDFRMT                "%b %e  %Y"