16 lines
282 B
C
16 lines
282 B
C
/*
|
|
SPDX-License-Identifier: GPL-3.0-or-later
|
|
Copyright © 2015-2020 Amebis
|
|
Copyright © 2016-2017 GÉANT
|
|
*/
|
|
|
|
/// \addtogroup EAPBaseMethod
|
|
/// @{
|
|
#ifndef EAP_INNER_EAPHOST
|
|
///
|
|
/// EapHost inner method support
|
|
///
|
|
#define EAP_INNER_EAPHOST 0
|
|
#endif
|
|
/// @}
|