Index: /trunk/Ohana/src/addstar/src/SetSignals.c
===================================================================
--- /trunk/Ohana/src/addstar/src/SetSignals.c	(revision 12859)
+++ /trunk/Ohana/src/addstar/src/SetSignals.c	(revision 12860)
@@ -38,8 +38,8 @@
     case SIGTSTP:    /* stop signal sent from tty - why ignore? (POSIX.1-1990) */
     case SIGURG:     /* socket signal, ignore this (POSIX.1-2001) */
-# ifdef (SIGPWR)
+# ifdef SIGPWR
     case SIGPWR:     /* power failure - why ignore this? (Sys V) */
 # endif
-# ifdef (SIGWINCH)
+# ifdef SIGWINCH
     case SIGWINCH:   /* window resized (4.3BSD) */
 # endif
Index: /trunk/Ohana/src/delstar/src/SetSignals.c
===================================================================
--- /trunk/Ohana/src/delstar/src/SetSignals.c	(revision 12859)
+++ /trunk/Ohana/src/delstar/src/SetSignals.c	(revision 12860)
@@ -38,8 +38,8 @@
     case SIGTSTP:    /* stop signal sent from tty - why ignore? (POSIX.1-1990) */
     case SIGURG:     /* socket signal, ignore this (POSIX.1-2001) */
-# ifdef (SIGPWR)
+# ifdef SIGPWR
     case SIGPWR:     /* power failure - why ignore this? (Sys V) */
 # endif
-# ifdef (SIGWINCH)
+# ifdef SIGWINCH
     case SIGWINCH:   /* window resized (4.3BSD) */
 # endif
Index: /trunk/Ohana/src/getstar/src/SetSignals.c
===================================================================
--- /trunk/Ohana/src/getstar/src/SetSignals.c	(revision 12859)
+++ /trunk/Ohana/src/getstar/src/SetSignals.c	(revision 12860)
@@ -38,8 +38,8 @@
     case SIGTSTP:    /* stop signal sent from tty - why ignore? (POSIX.1-1990) */
     case SIGURG:     /* socket signal, ignore this (POSIX.1-2001) */
-# ifdef (SIGPWR)
+# ifdef SIGPWR
     case SIGPWR:     /* power failure - why ignore this? (Sys V) */
 # endif
-# ifdef (SIGWINCH)
+# ifdef SIGWINCH
     case SIGWINCH:   /* window resized (4.3BSD) */
 # endif
