#ifdef HAVE_SYS_TYPES_H #include #endif #if STDC_HEADERS #include #include #include #else #ifndef HAVE_STRCHR #define strchr index #define strrchr rindex #endif char *strchr (), *strrchr (); #ifndef HAVE_MEMCPY #define memcpy(d, s, n) bcopy ((s), (d), (n)) #endif #ifdef HAVE_MALLOC_H #include #endif #endif /* STDC_HEADERS */ #if HAVE_UNISTD_H #include #endif #if HAVE_LIBC_H /* From NeXT stuff */ #include #endif