Crypto++  8.8
Free C++ class library of cryptographic schemes
config.h
Go to the documentation of this file.
1 // config.h - originally written and placed in the public domain by Wei Dai
2 
3 /// \file config.h
4 /// \brief Library configuration file
5 /// \details <tt>config.h</tt> was split into components in May 2019 to better
6 /// integrate with Autoconf and its feature tests. The splitting occurred so
7 /// users could continue to include <tt>config.h</tt> while allowing Autoconf
8 /// to write new <tt>config_asm.h</tt> and new <tt>config_cxx.h</tt> using
9 /// its feature tests.
10 /// \sa <A HREF="https://github.com/weidai11/cryptopp/issues/835">Issue 835,
11 /// Make config.h more autoconf friendly</A>,
12 /// <A HREF="https://www.cryptopp.com/wiki/Configure.sh">Configure.sh script</A>
13 /// on the Crypto++ wiki
14 /// \since Crypto++ 8.3
15 
16 /// \file config.h
17 /// \brief Library configuration file
18 
19 #ifndef CRYPTOPP_CONFIG_H
20 #define CRYPTOPP_CONFIG_H
21 
22 #include "config_align.h"
23 #include "config_asm.h"
24 #include "config_cpu.h"
25 #include "config_cxx.h"
26 #include "config_dll.h"
27 #include "config_int.h"
28 #include "config_misc.h"
29 #include "config_ns.h"
30 #include "config_os.h"
31 #include "config_ver.h"
32 
33 #endif // CRYPTOPP_CONFIG_H
Library configuration file.
Library configuration file.
Library configuration file.
Library configuration file.
Library configuration file.
Library configuration file.
Library configuration file.
Library configuration file.
Library configuration file.
Library configuration file.