You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Doug MacEachern <do...@telebusiness.co.nz> on 1998/01/28 08:53:19 UTC

[PORT] #ifdef SIGURG in http_main.c

This one came to me from Mark Andrew Heinrich
<he...@tinderbox.Stanford.EDU>
running irix.

-Doug

--- http_main.c 1998/01/25 18:53:55     1.276
+++ http_main.c 1998/01/28 07:49:00
@@ -2946,7 +2946,9 @@
      */
     ap_setjmp(jmpbuffer);
 #ifndef __EMX__
+#ifdef SIGURG
     signal(SIGURG, timeout);
+#endif
 #endif
     signal(SIGPIPE, timeout);
     signal(SIGALRM, alrm_handler);