mirror of
https://github.com/KingDuckZ/incredis
synced 2024-12-01 00:45:42 +00:00
28 lines
911 B
C
28 lines
911 B
C
|
/* Copyright 2016, Michele Santullo
|
||
|
* This file is part of "incredis".
|
||
|
*
|
||
|
* "incredis" is free software: you can redistribute it and/or modify
|
||
|
* it under the terms of the GNU General Public License as published by
|
||
|
* the Free Software Foundation, either version 3 of the License, or
|
||
|
* (at your option) any later version.
|
||
|
*
|
||
|
* "incredis" is distributed in the hope that it will be useful,
|
||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||
|
* GNU General Public License for more details.
|
||
|
*
|
||
|
* You should have received a copy of the GNU General Public License
|
||
|
* along with "incredis". If not, see <http://www.gnu.org/licenses/>.
|
||
|
*/
|
||
|
|
||
|
#ifndef id2F97AF7626CE45F08742867A2A737482
|
||
|
#define id2F97AF7626CE45F08742867A2A737482
|
||
|
|
||
|
#include "duckhandy/cmake_on_off.h"
|
||
|
|
||
|
#if CMAKE_@has_cryptopp_lib@
|
||
|
# define WITH_CRYPTOPP
|
||
|
#endif
|
||
|
|
||
|
#endif
|