summaryrefslogtreecommitdiff
path: root/pith/osdep/ReadMe
diff options
context:
space:
mode:
Diffstat (limited to 'pith/osdep/ReadMe')
-rw-r--r--pith/osdep/ReadMe13
1 files changed, 13 insertions, 0 deletions
diff --git a/pith/osdep/ReadMe b/pith/osdep/ReadMe
new file mode 100644
index 00000000..30d9c876
--- /dev/null
+++ b/pith/osdep/ReadMe
@@ -0,0 +1,13 @@
+
+README FOR DIRECTORY: pith/osdep/
+
+ Modules in this directory should provide OS-independent interfaces
+for various OS-dependent methods of getting at resources or whatever.
+They should compile on their own without pine, c-client or pico
+dependencies.
+
+NOTES:
+
+ "_WINDOWS" currently differentiates windows from unix code.
+
+ "BUG:" comments mean there's something that needs to get worked on