#if !defined(STD_INCL_H) && !defined(_FUNC_SPEC_) #define STD_INCL_H #ifdef INCL_STDLIB_H # include #endif #ifdef INCL_UNISTD_H # include #endif #include #include #include #include #include #include #include #ifdef INCL_FCNTL_H # include #endif #ifdef INCL_TIME_H # include #endif #ifdef INCL_SYS_TIME_H # include #endif #ifdef INCL_DOS_H # include #endif #ifdef INCL_SYS_TIMES_H # include #endif #ifdef INCL_USCLKC_H # include #endif #ifdef INCL_SYS_WAIT_H # include #endif #ifdef INCL_SYS_CRYPT_H # include #endif #ifdef INCL_CRYPT_H # include #endif #ifdef INCL_VALUES_H # include #endif #ifdef INCL_LIMITS_H # include #endif #ifdef INCL_MALLOC_H # include #endif #ifdef INCL_LOCALE_H # include #endif #ifdef INCL_DLFCN_H # include #endif #ifndef _AUX_SOURCE /* supposedly, memmove is in here, but not defined in any lib */ # include #endif #ifndef NO_SOCKETS # ifdef INCL_NETINET_IN_H # include # endif # ifdef INCL_ARPA_INET_H # include # endif #endif #if defined(WIN32) int dos_style_link (char *, char *); #define link(x, y) dos_style_link(x, y) #endif #ifdef NeXT # include #endif #ifdef WIN32 # include #endif #if !defined(NeXT) && !defined(WIN32) # include #endif #ifdef OLD_ULTRIX # include # define size_t unsigned #endif #ifdef INCL_MACH_MACH_H # include #endif #ifdef INCL_MACH_H # include #endif #ifdef sun # include #endif #include #ifdef INCL_BSTRING_H #include #endif /* Note: This is now only used if _both_ USHRT_MAX and MAXSHORT fail to exist*/ #ifndef USHRT_MAX #define USHRT_MAX ((1 << (sizeof(short)*8)) - 1) #endif #endif