mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +00:00
Change to the treatment of BeastConfig.h
* No longer requires its own compiler include path * Includes use relative paths to locate the file * Client applications include the file themselves * Inclusion of BeastConfig.h can be controlled via preprocessor directive
This commit is contained in:
@@ -23,7 +23,9 @@
|
||||
@ingroup beast_sqlite
|
||||
*/
|
||||
|
||||
#include "BeastConfig.h"
|
||||
#if BEAST_INCLUDE_BEASTCONFIG
|
||||
#include "../../BeastConfig.h"
|
||||
#endif
|
||||
|
||||
// Prevents sqlite.h from being included, since it screws up the .c
|
||||
#define BEAST_SQLITE_CPP_INCLUDED
|
||||
|
||||
Reference in New Issue
Block a user