]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - ncurses/SigAction.h
ncurses 5.0
[ncurses.git] / ncurses / SigAction.h
index efa3df223170f636eda7b56be5b9947f79d775dc..9b5a31a85a2f965a2e9855f3f1fc65b9966d19f8 100644 (file)
@@ -32,7 +32,7 @@
  ****************************************************************************/
 
 /*
- * $Id: SigAction.h,v 1.4 1998/02/11 12:13:55 tom Exp $
+ * $Id: SigAction.h,v 1.5 1999/06/19 23:00:54 tom Exp $
  *
  * This file exists to handle non-POSIX systems which don't have <unistd.h>,
  * and usually no sigaction() nor <termios.h>
 #ifndef _SIGACTION_H
 #define _SIGACTION_H
 
+#ifndef HAVE_SIGACTION
+#define HAVE_SIGACTION 0
+#endif
+
+#ifndef HAVE_SIGVEC
+#define HAVE_SIGVEC 0
+#endif
+
 #if HAVE_SIGACTION
 
 #if !HAVE_TYPE_SIGACTION