/*
 * This file is part of RTRlib.
 *
 * This file is subject to the terms and conditions of the MIT license.
 * See the file LICENSE in the top level directory for more details.
 *
 * Website: http://rtrlib.realmv6.org/
 */

#ifdef __cplusplus
extern "C" {
#endif

#ifndef RTR_CONFIG_H
#define RTR_CONFIG_H

#cmakedefine RTRLIB_BGPSEC_ENABLED

#endif

#ifdef __cplusplus
}
#endif

