diff options
Diffstat (limited to 'lib/replace/system/README')
-rw-r--r-- | lib/replace/system/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/replace/system/README b/lib/replace/system/README new file mode 100644 index 00000000000..69a2b80b56c --- /dev/null +++ b/lib/replace/system/README @@ -0,0 +1,4 @@ +This directory contains wrappers around logical groups of system +include files. The idea is to avoid #ifdef blocks in the main code, +and instead put all the necessary conditional includes in subsystem +specific header files in this directory. |