/* * CENTER FOR THEORY AND SIMULATION IN SCIENCE AND ENGINEERING * CORNELL UNIVERSITY * * Portions of this software may fall under the following * copyrights: * * Copyright (c) 1983 Regents of the University of California. * All rights reserved. The Berkeley software License Agreement * specifies the terms and conditions for redistribution. * * GATED - based on Kirton's EGP, UC Berkeley's routing daemon (routed), * and DCN's HELLO routing Protocol. * * $Header: /proj/irix6.5.7m/isms/eoe/cmd/bsd/gated/RCS/include.h,v 1.2 1995/10/11 14:09:49 vjs Exp $ * */ /* include.h * * System and EGP header files to be included. */ #ifdef sgi #include #endif #ifdef vax11c #include "config.h" #endif vax11c #include #include #include #ifdef vax11c #include #include #endif vax11c #include #ifndef vax11c #include #endif vax11c #include #ifndef vax11c #include #endif vax11c #include #include #include #include #include #include #include #include #include #include #ifdef vax11c #define DONT_INCLUDE_IF_ARP #endif vax11c #include #include #include #include "routed.h" #include "defs.h" #include "egp.h" #include "egp_param.h" #include "if.h" #include "rt_table.h" #include "rt_control.h" #include "af.h" #include "trace.h" #ifndef NSS #include "rip.h" #include "hello.h" #endif NSS