X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=h%2Fmh.h;h=59b5c0f8ab1dc8c7dd3e12f1039ecf78e6825378;hb=097c84b61603c4a4c5837f3dcc09c30a1e751702;hp=70bfee7bf87bc1c4c0fbee3b3268e496b3e381fe;hpb=ced6090a330d3d83d0bce709f756aa3d7d65fea4;p=mmh diff --git a/h/mh.h b/h/mh.h index 70bfee7..59b5c0f 100644 --- a/h/mh.h +++ b/h/mh.h @@ -257,13 +257,16 @@ extern char *msg_delim; /* .. */ #define TFILE 1 /* path() given a file */ #define TSUBCWF 2 /* path() given a @folder */ +#define FDEF 0 /* getfolder() want default */ +#define FCUR 1 /* getfolder() want current */ + #define OUTPUTLINELEN 72 /* default line length for headers */ /* ** miscellaneous macros */ -#define pidXwait(pid,cp) pidstatus (pidwait (pid, NOTOK), stdout, cp) +#define pidXwait(pid,cp) pidstatus(pidwait(pid, NOTOK), stdout, cp) #ifndef max # define max(a,b) ((a) > (b) ? (a) : (b))