This is NeXT32-i386.h in view mode; [Download] [Up]
#ifndef NeXT
#define NeXT
#endif
#include "bsd.h"
#undef SFASL
#undef HAVE_AOUT
#define NO_UNISTD_H
#define PAGEWIDTH 12
/* The following value determines the running process size. */
#define BIG_HEAP_SIZE 0x1000000
#undef SET_REAL_MAXPAGE
#define SET_REAL_MAXPAGE \
{ extern int mach_maplimit; sbrk(0); real_maxpage = mach_maplimit/PAGESIZE; }
#define sbrk my_sbrk
#define ADDITIONAL_FEATURES \
ADD_FEATURE("MACH"); \
ADD_FEATURE("NeXT"); \
ADD_FEATURE("I386"); \
ADD_FEATURE("TURBO-CLOSURE"); \
ADD_FEATURE("TURBO-CLOSURE-ENV-SIZE")
#undef CLEAR_CACHE
#define UNIXSAVE "NeXTunixsave.c"
#define UNIXFASL "NeXTunixfasl.c"
#define SEEK_TO_END_OFILE seek_to_end_ofile
#define I386
#define IEEEFLOAT
/* assumption: stack bottom = 0xc0000000 ; stack size = 1MB(0x100000) */
#define NULL_OR_ON_C_STACK(x) ((x)==0||(((unsigned int)(x)) >= 0xbff00000))
/* we can use the system malloc without interference with
lisp storage allocation */
#define DONT_NEED_MALLOC
#ifdef IN_MAIN
#include <fcntl.h>
#include <sys/stat.h>
#endif
#define LITTLE_ENDIAN
/* Begin for cmpinclude */
#define HAVE_ALLOCA
#ifdef __GNUC__
#undef __BUILTIN_VA_ARG_INCR
#endif
/* End for cmpinclude */
#define MUST_COPY_VA_LIST
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.