/* * __ __ _ _ _ * | \/ | ___ ___ __ _| | (_)_ __ | | __ * | |\/| |/ _ \/ __|/ _` | | | | '_ \| |/ / * | | | | __/\__ \ (_| | |___| | | | | < * |_| |_|\___||___/\__,_|_____|_|_| |_|_|\_\ * * Copyright (c) 2017-2018, The MesaLink Authors. * All rights reserved. * * This work is licensed under the terms of the BSD 3-Clause License. * For a copy, see the LICENSE file. * */ /* default blank options for autoconf */ #ifndef MESALINK_OPTIONS_H #define MESALINK_OPTIONS_H #ifdef __cplusplus extern "C" { #endif #cmakedefine HAVE_CLIENT #cmakedefine HAVE_SERVER #cmakedefine HAVE_ERROR_STRINGS #cmakedefine HAVE_AESGCM #cmakedefine HAVE_CHACHAPOLY #cmakedefine HAVE_TLS13 #cmakedefine HAVE_X25519 #cmakedefine HAVE_ECDH #cmakedefine HAVE_ECDSA #cmakedefine HAVE_SGX #cmakedefine HAVE_WINDOWS #cmakedefine HAVE_UNIX #ifdef __cplusplus } #endif #endif /* MESALINK_OPTIONS_H */