comparison src/sighandlers.cc @ 1343:94bedeb289e5

[project @ 1995-09-04 00:29:21 by jwe]
author jwe
date Mon, 04 Sep 1995 00:42:19 +0000
parents 611d403c7f3d
children c2ca372d3279
comparison
equal deleted inserted replaced
1342:61bb2bdee11e 1343:94bedeb289e5
23 23
24 #ifdef HAVE_CONFIG_H 24 #ifdef HAVE_CONFIG_H
25 #include <config.h> 25 #include <config.h>
26 #endif 26 #endif
27 27
28 #include <cnew>
29 #include <csignal>
30
28 #include <sys/types.h> 31 #include <sys/types.h>
29 #ifdef HAVE_UNISTD_H 32 #ifdef HAVE_UNISTD_H
30 #include <unistd.h> 33 #include <unistd.h>
31 #endif 34 #endif
32 #include <sys/wait.h> 35 #include <sys/wait.h>
33 #include <new.h> 36
34 #include <signal.h>
35 #include <iostream.h> 37 #include <iostream.h>
36 38
37 #include "sighandlers.h" 39 #include "sighandlers.h"
38 #include "octave.h" 40 #include "octave.h"
39 #include "error.h" 41 #include "error.h"