X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fpost.c;h=515e1d5ab2426c70ea7281c574748cd0bdfdb527;hb=c3ed95b3c5530b84a73dbdd531cb9aca9ba8dea0;hp=0d71c31cbac59d0436899773472d898c819eaf4a;hpb=d45c3d28d788129428036fd7f26fa417beccd93e;p=mmh diff --git a/uip/post.c b/uip/post.c index 0d71c31..515e1d5 100644 --- a/uip/post.c +++ b/uip/post.c @@ -23,16 +23,10 @@ #include #include -#ifdef TIME_WITH_SYS_TIME +#ifdef HAVE_SYS_TIME_H # include -# include -#else -# ifdef TM_IN_SYS_TIME -# include -# else -# include -# endif #endif +#include #ifdef SMTPMTS # include @@ -1614,10 +1608,6 @@ do_text (char *file, int fd) static void sigser (int i) { -#ifndef RELIABLE_SIGNALS - SIGNAL (i, SIG_IGN); -#endif - unlink (tmpfil); if (msgflags & MINV) unlink (bccfil);