X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fscansbr.c;h=75dec1cfa8781ab6047b96204cd1ac4411cf56f0;hp=fdfe4cd75ab86ffbafd1b534aa702b1f3a18b4b5;hb=e954d689b5adafa4ec74e7dbd1e087dbf998f6d6;hpb=e711cf1c50af5e151a721f6f1690474bc9ef658d 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 */