X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=compat%2Finclude%2Fpathnames.h;h=9642e55d2664d6a41f350436d1a82e5f706252ba;hp=29bbd681a14916473308e854c4e7b221ff52cdf7;hb=11856e771fadee7ddb9b5a613c91f562bf363da7;hpb=d339304329df2d458e54c02eac10a27cb31d9cb1 diff --git a/compat/include/pathnames.h b/compat/include/pathnames.h index 29bbd68..9642e55 100644 --- a/compat/include/pathnames.h +++ b/compat/include/pathnames.h @@ -2,9 +2,10 @@ * Ported to Linux's Second Extended File System as part of the * dump and restore backup suit * Remy Card , 1994-1997 - * Stelian Pop , 1999-2000 + * Stelian Pop , 1999-2000 + * Stelian Pop - AlcĂ´ve , 2000-2002 * - * $Id: pathnames.h,v 1.7 2000/02/26 01:35:48 stelian Exp $ + * $Id: pathnames.h,v 1.12 2002/01/16 09:32:14 stelian Exp $ */ /* @@ -40,7 +41,16 @@ * SUCH DAMAGE. */ +#include #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 */