Date: Thu, 28 Dec 1995 18:25:52 +0300 (MSK) From: "Alexander V. Lukyanov" To: dj AT delorie DOT com Cc: djgpp AT delorie DOT com Subject: Re: DSIGNIF - where ? Actually, I'm trying to port a program to DOS, and some constants happen to be undefined. The first was DSIGNIF. Later I found undefined constant SA_RESTART which should be defined in signal.h. I guess I can just define it to 0, since (hopefully) DJGPP does not interrupt system calls at all. That program was successfully compiled on Solaris, SCO and Linux.