Network System 0.1.1
High-performance modular networking library for scalable client-server applications
Loading...
Searching...
No Matches
feature_flags.h File Reference

Public header for compile-time feature flags. More...

Include dependency graph for feature_flags.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Detailed Description

Public header for compile-time feature flags.

This header provides KCENON_WITH_* macros for conditional compilation based on available features and integrations.

Note
This is the public API path for feature flags. Use this header instead of including detail/config/feature_flags.h directly.

Available flags:

  • KCENON_WITH_COMMON_SYSTEM: common_system integration
  • KCENON_WITH_THREAD_SYSTEM: thread_system integration
  • KCENON_WITH_LOGGER_SYSTEM: logger_system integration
  • KCENON_WITH_CONTAINER_SYSTEM: container_system integration

Definition in file feature_flags.h.