home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OpenStep 4.2J (Developer)
/
os42jdev.iso
/
NextDeveloper
/
Source
/
GNU
/
debug
/
gdb
/
readline
/
sysdep-obsd.h
< prev
next >
Wrap
C/C++ Source or Header
|
1995-07-28
|
340b
|
15 lines
/* 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 */