Made the RPATHS config option the default and removed the #ifdefs.
[mmh] / uip / slocal.c
index 813a3b5..3713954 100644 (file)
@@ -1318,16 +1318,13 @@ you_lose:
                if (first) {
                        first = 0;
                        if (strncmp(buffer, "From ", i)==0) {
-#ifdef RPATHS
                                char *fp, *cp, *hp, *ep;
-#endif
                                /*
                                ** get copy of envelope information
                                ** ("From " line)
                                */
                                envelope = getcpy(buffer);
 
-#ifdef RPATHS
                                /*
                                ** Now create a "Return-Path:" line
                                ** from the "From " line.
@@ -1359,7 +1356,6 @@ you_lose:
                                if (ferror(ffp)) {
                                        goto fputs_error;
                                }
-#endif
                                /* Put the delivery date in message */
                                fputs(ddate, ffp);
                                if (ferror(ffp)) {