Crypto++  8.3
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</A>
11 /// \since Crypto++ 8.3
12 
13 /// \file config.h
14 /// \brief Library configuration file
15 
16 #ifndef CRYPTOPP_CONFIG_H
17 #define CRYPTOPP_CONFIG_H
18 
19 #include "config_align.h"
20 #include "config_asm.h"
21 #include "config_cpu.h"
22 #include "config_cxx.h"
23 #include "config_dll.h"
24 #include "config_int.h"
25 #include "config_misc.h"
26 #include "config_ns.h"
27 #include "config_os.h"
28 #include "config_ver.h"
29 
30 #endif // CRYPTOPP_CONFIG_H
config_int.h
Library configuration file.
config_asm.h
Library configuration file.
config_ns.h
Library configuration file.
config_cpu.h
Library configuration file.
config_cxx.h
Library configuration file.
config_misc.h
Library configuration file.
config_os.h
Library configuration file.
config_align.h
Library configuration file.
config_dll.h
Library configuration file.
config_ver.h
Library configuration file.