]> git.marmaro.de Git - mmh/blobdiff - uip/mhshowsbr.c
Added Content-Description header with the filename of the attachment.
[mmh] / uip / mhshowsbr.c
index 38167c8fdca91ddb489c52bc8d05a1cf7f01f2d5..217e890cbd934ec05106b119f92b858d80fe2681 100644 (file)
 #include <h/utils.h>
 #include <sys/wait.h>
 
-/*
-** Just use sigjmp/longjmp on older machines that
-** don't have sigsetjmp/siglongjmp.
-*/
-#ifndef HAVE_SIGSETJMP
-# define sigjmp_buf jmp_buf
-# define sigsetjmp(env,mask) setjmp(env)
-# define siglongjmp(env,val) longjmp(env,val)
-#endif
-
 extern int debugsw;
 
 int serialsw = 0;