diff lib-src/tcp.c @ 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 023b83f4e54b
children cd167465bf69 061f4f90f874
line wrap: on
line diff
--- a/lib-src/tcp.c	Thu Aug 29 08:28:50 2002 +0000
+++ b/lib-src/tcp.c	Thu Aug 29 19:45:34 2002 +0000
@@ -32,6 +32,9 @@
  *	cc -O -o tcp tcp.c -DFUJITSU_UTS -lu -lsocket
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include <stdio.h>
 #include <fcntl.h>
 #include <ctype.h>
@@ -51,7 +54,7 @@
 
 #ifdef USG
 #include <sys/stat.h>
-#include <signal.h>
+#include "syssignal.h"
 #endif
 
 #ifdef USG