aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/o_dir.c
Commit message (Collapse)AuthorAgeFilesLines
* Undo a90081576c94f9f54de1755188a00ccc1760549aRich Salz2014-08-091-1/+1
| | | | Undo unapproved commit that removed DJGPP and WATT32
* Remove DJGPP (and therefore WATT32) #ifdef's.Rich Salz2014-08-081-1/+1
| | | | | | DJGPP is no longer a supported platform. Remove all #ifdef, etc., cases that refer to it. DJGPP also #define'd WATT32, so that is now removed as well.
* DJGPP has opendir() and friends, according to Gisle Vanem <giva@bgnett.no>.Richard Levitte2004-08-031-1/+1
|
* Copy a few files from LPlib (a new project of mine), add a wrapper.Richard Levitte2004-07-101-0/+83
Now we have directory reading capabilities for VMS as well, and all of it in a fairly general manner.