diff options
author | Eduardo Chappa <echappa@gmx.com> | 2013-02-03 00:59:38 -0700 |
---|---|---|
committer | Eduardo Chappa <echappa@gmx.com> | 2013-02-03 00:59:38 -0700 |
commit | 094ca96844842928810f14844413109fc6cdd890 (patch) | |
tree | e60efbb980f38ba9308ccb4fb2b77b87bbc115f3 /pith/osdep/ReadMe | |
download | alpine-094ca96844842928810f14844413109fc6cdd890.tar.xz |
Initial Alpine Version
Diffstat (limited to 'pith/osdep/ReadMe')
-rw-r--r-- | pith/osdep/ReadMe | 13 |
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 |