X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fscansbr.c;h=75dec1cfa8781ab6047b96204cd1ac4411cf56f0;hb=33b33a0ac8a3f8f05c9bb0195c100306c00cce35;hp=fdfe4cd75ab86ffbafd1b534aa702b1f3a18b4b5;hpb=43ea5347b6b445d926082d6e3c1ddec376e8692d;p=mmh diff --git a/uip/scansbr.c b/uip/scansbr.c index fdfe4cd..75dec1c 100644 --- a/uip/scansbr.c +++ b/uip/scansbr.c @@ -80,11 +80,8 @@ scan(FILE *inb, int innum, int outnum, char *fmtstr, int width, int curflg, FILE *scnout = NULL; char name[NAMESZ]; static int rlwidth, slwidth; - -#ifdef RPATHS char returnpath[BUFSIZ]; char deliverydate[BUFSIZ]; -#endif /* first-time only initialization */ if (!scanl) { @@ -152,7 +149,6 @@ scan(FILE *inb, int innum, int outnum, char *fmtstr, int width, int curflg, } if ((scnout = fopen(scnmsg, "w")) == NULL) adios(scnmsg, "unable to write"); -#ifdef RPATHS /* ** Add the Return-Path and Delivery-Date ** header fields to message. @@ -164,7 +160,6 @@ scan(FILE *inb, int innum, int outnum, char *fmtstr, int width, int curflg, FPUTS("Delivery-Date: "); FPUTS(deliverydate); } -#endif /* RPATHS */ } /* scan - main loop */