/*
* $Id: includes.h,v 1.3 2009/08/20 17:03:05 sdhsdh Exp $
*
* Authors:
* Lars Fenneberg
*
* This software is Copyright 1996,1997 by the above mentioned author(s),
* All Rights Reserved.
*
* The license which is distributed with this software in the file COPYRIGHT
* applies to this software. If your distribution is missing this file, you
* may request it from .
*
*/
#ifndef INCLUDES_H
#define INCLUDES_H
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#ifdef HAVE_INTTYPES_H
# include
#endif
#ifdef HAVE_SYS_PARAM_H
# include
#else
# ifdef HAVE_MACHINE_PARAM_H
# include
# endif
# ifdef HAVE_MACHINE_LIMITS_H
# include
# endif
#endif
#if TIME_WITH_SYS_TIME
# include
# include
#else
# if HAVE_SYS_TIME_H
# include
# else
# include
# endif
#endif
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#ifdef HAVE_NET_IF_DL_H
# include
#endif
#ifdef HAVE_NET_IF_TYPES_H
# include
#endif
#if defined(HAVE_NET_IF_ARP_H) && !defined(ARPHRD_ETHER)
# include
#endif /* defined(HAVE_NET_IF_ARP_H) && !defined(ARPHRD_ETHER) */
#ifdef HAVE_SYS_SOCKIO_H
# include
#endif
#ifdef HAVE_GETOPT_H
# include
#endif
#endif /* INCLUDES_H */