X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=compat%2Finclude%2Fpathnames.h;h=34218c8c89ecabdd5f9d3c2c99a83120670a444d;hp=29bbd681a14916473308e854c4e7b221ff52cdf7;hb=6169d8400ef19c54b1a5ccc0fec865ade5344f7d;hpb=2c168f5fb53e1e1d3905bdd7fac64497e0ab3875 diff --git a/compat/include/pathnames.h b/compat/include/pathnames.h index 29bbd68..34218c8 100644 --- a/compat/include/pathnames.h +++ b/compat/include/pathnames.h @@ -4,7 +4,7 @@ * Remy Card , 1994-1997 * Stelian Pop , 1999-2000 * - * $Id: pathnames.h,v 1.7 2000/02/26 01:35:48 stelian Exp $ + * $Id: pathnames.h,v 1.8 2000/11/10 09:35:07 stelian Exp $ */ /* @@ -42,5 +42,13 @@ #include +#ifdef __linux__ +#include /* use the same default tape as "mt" */ +#define _PATH_DEFTAPE DEFTAPE +#endif + +#ifndef _PATH_DEFTAPE #define _PATH_DEFTAPE "/dev/st0" +#endif + #define _PATH_RMT "/etc/rmt" /* path on remote host */