Hacks for NEXTSTEP.

This commit is contained in:
Guido van Rossum 1993-11-01 16:23:18 +00:00
parent 2586bf0a34
commit c70b61fe6d
1 changed files with 5 additions and 0 deletions

View File

@ -39,6 +39,11 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#define DO_PG
#endif
#ifdef _NEXT_SOURCE
#define mode_t int
#define NO_UNAME
#endif
#include <signal.h>
#include <string.h>
#include <setjmp.h>