1998-04-22 20:58:34 +08:00
|
|
|
/*
|
|
|
|
* BIRD Internet Routing Daemon -- Basic Declarations
|
|
|
|
*
|
2000-01-17 01:40:26 +08:00
|
|
|
* (c) 1998--2000 Martin Mares <mj@ucw.cz>
|
1998-04-22 20:58:34 +08:00
|
|
|
*
|
|
|
|
* Can be freely distributed and used under the terms of the GNU GPL.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef _BIRD_BIRD_H_
|
|
|
|
#define _BIRD_BIRD_H_
|
|
|
|
|
1998-04-28 22:39:34 +08:00
|
|
|
#include "sysdep/config.h"
|
|
|
|
#include "lib/birdlib.h"
|
|
|
|
#include "lib/ip.h"
|
1998-04-22 20:58:34 +08:00
|
|
|
|
|
|
|
#endif
|