From 23b61265b85f321ae2ceddc6c75771f8881566d8 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 5 Sep 2008 10:13:10 -0400 Subject: Initial Import --- replace/system/README | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 replace/system/README (limited to 'replace/system/README') diff --git a/replace/system/README b/replace/system/README new file mode 100644 index 00000000..69a2b80b --- /dev/null +++ b/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. -- cgit