tabbyssl 0.10.0

Previously MesaLink, TabbySSL is an OpenSSL compatibility layer for the Rust TLS stack.
Documentation
/*
 * Copyright (c) 2019, Yiming Jing
 * Copyright (c) 2017-2019, 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 TABBYSSL_OPTIONS_H
#define TABBYSSL_OPTIONS_H

#ifdef __cplusplus
extern "C" {
#endif

#cmakedefine HAVE_ERROR_STRINGS
#cmakedefine HAVE_WINDOWS
#cmakedefine HAVE_UNIX

#ifdef __cplusplus
}
#endif

#endif /* TABBYSSL_OPTIONS_H */