2014-12-17 02:47:57 +01:00
|
|
|
// Copyright (c) 2009-2014 The Bitcoin Core developers
|
2014-09-27 13:49:21 +02:00
|
|
|
// Distributed under the MIT software license, see the accompanying
|
2014-06-21 14:26:21 +02:00
|
|
|
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
|
|
|
|
2014-11-03 16:16:40 +01:00
|
|
|
#ifndef BITCOIN_COMPAT_SANITY_H
|
|
|
|
#define BITCOIN_COMPAT_SANITY_H
|
2014-06-14 01:19:35 +02:00
|
|
|
|
|
|
|
bool glibc_sanity_test();
|
|
|
|
bool glibcxx_sanity_test();
|
|
|
|
|
2014-11-03 16:16:40 +01:00
|
|
|
#endif // BITCOIN_COMPAT_SANITY_H
|