/** * $Id: includes.h,v 1.1 1998/02/13 08:56:07 falcon Exp $ * This file contains #includes for everything you might need **/ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "ansidecl.h" #include #include #include #include /* FIXME Why not for alpha linux? */ #ifdef HAVE_SYS_MSG_H #include #endif #include #include #include #include #include #ifdef HAVE_SYS_IOCTL_H #include #endif /* HAVE_SYS_IOCTL_H */ /* We must include stdarg.h/varargs.h before stdio.h. */ #ifdef ANSI_PROTOTYPES #include #else #include #endif #include #include #include #include #include #include #include #include #include #include #include /* FIXME */ #if 0 /* #include */ #ifndef FIONREAD #ifdef ALPHALINUX #define FIONREAD _IOR('f', 127, int) /* get # bytes to read */ #else /* !ALPHALINUX */ #include #endif /* ALPHALINUX */ #endif #else #ifdef HAVE_SYS_FILIO_H #include #endif /* HAVE_SYS_FILIO_H */ #endif #ifdef HAVE_SYS_SELECT_H #include #endif /* FIXME sys/timeb.h ??? */ #if TIME_WITH_SYS_TIME # include # include #else # if HAVE_SYS_TIME_H # include # else # include # endif #endif #ifdef HAVE_SYS_FILIO_H #include #endif /* Orcus specific #includes */ #include "orcus.h" #include "defs.h" #include "prototypes.h" #include "returns.h" #include "cqueue.h" #include "show.h"