Advanced Chunk Processing Library 0.2.0
A comprehensive C++ library for advanced data chunking strategies and processing operations
Loading...
Searching...
No Matches
config.hpp
Go to the documentation of this file.
1#pragma once
2
3// Database support
4/* #undef HAVE_POSTGRESQL */
5/* #undef HAVE_MONGODB */
6
7// Message queue support
8/* #undef HAVE_KAFKA */
9/* #undef HAVE_RABBITMQ */
10
11// Serialization support
12/* #undef HAVE_JSON */
13
14// GPU support
15/* #undef HAVE_CUDA */