|
Common System 0.2.0
Common interfaces and patterns for system integration
|
Unified feature flags header for common_system. More...


Go to the source code of this file.
Macros | |
| #define | COMMON_HAS_SOURCE_LOCATION KCENON_HAS_SOURCE_LOCATION |
| Legacy alias definitions for backward compatibility. | |
| #define | KCENON_HAS_STD_SOURCE_LOCATION KCENON_HAS_SOURCE_LOCATION |
Unified feature flags header for common_system.
This is the main entry point for all feature detection and integration flags in the common_system library. Include this header to get access to all KCENON_* feature macros.
Header organization:
Usage:
Definition in file feature_flags.h.
| #define COMMON_HAS_SOURCE_LOCATION KCENON_HAS_SOURCE_LOCATION |
Legacy alias definitions for backward compatibility.
These aliases map old macro names to the new KCENON_* convention. They are only defined if:
This ensures that explicit user definitions (including explicit 0 values) are respected and not overwritten.
Definition at line 75 of file feature_flags.h.
| #define KCENON_HAS_STD_SOURCE_LOCATION KCENON_HAS_SOURCE_LOCATION |
Definition at line 81 of file feature_flags.h.