Subject: SA_INTERRUPT
To: None <tech-kern@NetBSD.org>
From: Yosep <yoskim@NMSU.Edu>
List: tech-kern
Date: 11/05/2003 13:22:49
Hi!

I am making a package out of a software that needs to use SA_INTERRUPT
variable which should've been defined in <sys/signal.h>.  But, our NetBSD
does not have this variable set.  Does anyone know what would be the
approriate value I need to define SA_INTERRUPT as?  I googled it, and some
documents suggested "#define SA_INTERRUPT 0" or some "#define SA_INTERRUPT
0x0002" or some other hex number.  Thank you very much in advance.

sincerely,
   Yosep

ps. the software has been succesfully compiled on SunOS and Linux.