Renames RIPPLED_ and RIPPLE_ definitions to XRPL_

This commit is contained in:
Bart Thomee
2025-09-26 21:10:39 +02:00
parent 19c4226d3d
commit 656d4b4100
588 changed files with 1251 additions and 1221 deletions

View File

@@ -184,7 +184,7 @@ if(xrpld)
# define a macro for tests that might need to
# be exluded or run differently in CI environment
if(is_ci)
target_compile_definitions(rippled PRIVATE RIPPLED_RUNNING_IN_CI)
target_compile_definitions(rippled PRIVATE XRPL_RUNNING_IN_CI)
endif ()
if(voidstar)

View File

@@ -21,7 +21,7 @@ target_compile_definitions (opts
>
$<$<BOOL:${beast_no_unit_test_inline}>:BEAST_NO_UNIT_TEST_INLINE=1>
$<$<BOOL:${beast_disable_autolink}>:BEAST_DONT_AUTOLINK_TO_WIN32_LIBRARIES=1>
$<$<BOOL:${single_io_service_thread}>:RIPPLE_SINGLE_IO_SERVICE_THREAD=1>
$<$<BOOL:${single_io_service_thread}>:XRPL_SINGLE_IO_SERVICE_THREAD=1>
$<$<BOOL:${voidstar}>:ENABLE_VOIDSTAR>)
target_compile_options (opts
INTERFACE