summaryrefslogtreecommitdiff
path: root/replace/system/README
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-09-16 16:30:14 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-09-16 16:30:14 +0200
commit0888ffa2b7382a1c4781ae54bad53eac3b229365 (patch)
tree5a0fb9930c68f307954f87a9aa97e83740d3ab59 /replace/system/README
parentec1c854f2175823bd1ad39c2e272d1b3fab80bf1 (diff)
downloadsamba-0888ffa2b7382a1c4781ae54bad53eac3b229365.tar.gz
samba-0888ffa2b7382a1c4781ae54bad53eac3b229365.tar.bz2
samba-0888ffa2b7382a1c4781ae54bad53eac3b229365.zip
Make Samba 3 and Samba 4 both use the same single copy of libreplace.
Diffstat (limited to 'replace/system/README')
-rw-r--r--replace/system/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/replace/system/README b/replace/system/README
new file mode 100644
index 0000000000..69a2b80b56
--- /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.