static char sccs_syslibs[] = "$Id: syslibs.h,v 4.3 2001/12/17 21:53:32 gert Exp $ Copyright (c) Gert Doering"; /* Include stdlib.h / malloc.h, depending on the O/S */ #ifndef _NOSTDLIB_H #include #endif #if !defined( __bsdi__ ) && !defined(__FreeBSD__) && !defined(__OpenBSD__) && !defined(NeXT) && !defined(__MACH__) #include #endif #ifdef NEXTSGTTY /* NeXT, not POSIX subsystem */ # include #endif