| 
									
										
										
										
											1998-04-22 12:58:34 +00:00
										 |  |  | /*
 | 
					
						
							|  |  |  |  *	BIRD Internet Routing Daemon -- Basic Declarations | 
					
						
							|  |  |  |  * | 
					
						
							| 
									
										
										
										
											1999-02-05 21:37:34 +00:00
										 |  |  |  *	(c) 1998--1999 Martin Mares <mj@ucw.cz> | 
					
						
							| 
									
										
										
										
											1998-04-22 12:58:34 +00: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 14:39:34 +00:00
										 |  |  | #include "sysdep/config.h"
 | 
					
						
							|  |  |  | #include "lib/birdlib.h"
 | 
					
						
							|  |  |  | #include "lib/ip.h"
 | 
					
						
							| 
									
										
										
										
											1998-04-22 12:58:34 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1999-02-13 20:15:36 +00:00
										 |  |  | extern int shutting_down;		/* The daemon is shutting down */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1998-04-22 12:58:34 +00:00
										 |  |  | #endif
 |