RTRlib
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Modules Pages
config.h
1 /*
2  * This file is part of RTRlib.
3  *
4  * This file is subject to the terms and conditions of the MIT license.
5  * See the file LICENSE in the top level directory for more details.
6  *
7  * Website: http://rtrlib.realmv6.org/
8  */
9 
10 #ifdef __cplusplus
11 extern "C" {
12 #endif
13 
14 #ifndef RTR_CONFIG_H
15 #define RTR_CONFIG_H
16 
17 #define RTRLIB_BGPSEC_ENABLED
18 
19 #endif
20 
21 #ifdef __cplusplus
22 }
23 #endif
24