* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
+ * Sponsored in part by the Defense Advanced Research Projects
+ * Agency (DARPA) and Air Force Research Laboratory, Air Force
+ * Materiel Command, USAF, under agreement number F39502-99-1-0512.
+ *
* $Sudo$
*/
# ifndef HAVE_SIGACTION_T
typedef struct sigaction sigaction_t;
# endif
-# ifndef SA_INTERRUPT
+# ifndef SA_INTERRUPT
# define SA_INTERRUPT 0
# endif
-# ifndef SA_RESTART
+# ifndef SA_RESTART
# define SA_RESTART 0
# endif
#endif