mirror of
				https://git.proxmox.com/git/mirror_frr
				synced 2025-11-04 09:45:13 +00:00 
			
		
		
		
	`config.h` has all the defines from autoconf, which may include things that switch behavior of other included headers (e.g. _GNU_SOURCE enabling prototypes for additional functions.) So, the first include in any `.c` file must be either `config.h` (with the appropriate guard) or `zebra.h` (which includes `config.h` first thing.) Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
		
			
				
	
	
		
			7 lines
		
	
	
		
			106 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			106 B
		
	
	
	
		
			C
		
	
	
	
	
	
#define TRACEPOINT_CREATE_PROBES
 | 
						|
#define TRACEPOINT_DEFINE
 | 
						|
 | 
						|
#include <zebra.h>
 | 
						|
 | 
						|
#include "libfrr_trace.h"
 |