ftp.nice.ch/Attic/openStep/developer/bundles/GDBbundle.1.0.s.tgz#/GDBbundle-1.0.s/debug/gdb/readline/sysdep.h

This is sysdep.h in view mode; [Download] [Up]

/* System-dependent stuff, for Sony NEwS, Mach, and other systems 
   in the "old BSD Unix" tradition.  */

#ifdef __GNUC__
#define alloca __builtin_alloca
#else
extern char *alloca ();
#endif

#include <sys/types.h>
#include <sys/dir.h>
typedef struct direct dirent;
#define xmalloc  malloc		/* NeXT */
#define xrealloc realloc	/* NeXT */

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.