diff lib-src/gnuserv.h @ 978:13e47461d509

[xemacs-hg @ 2002-08-29 19:45:20 by james] Include syssignal.h instead of signal.h. Move NSIG setting code for SVR4 to syssignal.h.
author james
date Thu, 29 Aug 2002 19:45:34 +0000
parents cb345077c98c
children aa5ed11f473b
line wrap: on
line diff
--- a/lib-src/gnuserv.h	Thu Aug 29 08:28:50 2002 +0000
+++ b/lib-src/gnuserv.h	Thu Aug 29 19:45:34 2002 +0000
@@ -39,15 +39,6 @@
 
 #define PATCHLEVEL 2
 
-#include <sys/types.h>
-#include <sys/param.h>
-#include <sys/stat.h>
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-#include <signal.h>
-#include <errno.h>
-
 #define NO_SHORTNAMES
 /* gnuserv should not be compiled using SOCKS */
 #define DO_NOT_SOCKSIFY
@@ -110,6 +101,15 @@
 
 #endif /* No communication method pre-defined */
 
+#include <sys/types.h>
+#include <sys/param.h>
+#include <sys/stat.h>
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+#include "syssignal.h"
+#include <errno.h>
+
 #ifdef HAVE_UNISTD_H
 #include <unistd.h>
 #endif