summaryrefslogtreecommitdiffstats
path: root/source/ubiqx/sys_include.h
Commit message (Collapse)AuthorAgeFilesLines
* Added hash-based stat cache code from Ying Chen.Jeremy Allison2000-01-261-0/+1
| | | | Jeremy.
* added rpcclient programLuke Leighton1998-09-251-1/+1
|
* Removed the "../" from the #include statement.Christopher R. Hertel1998-06-111-1/+1
| | | | | | David Mathod from Cal Tech is working on a new port to VMS and requested that such relative references be removed. Chris -)-----
* proto.hChristopher R. Hertel1998-06-081-0/+13
| | | | | | | | | | | | | | | *Not* the usual. I did make proto to add the #ifndef..#endif block. Just to be safe, I did a cvs diff and found no prototype changes. ubiqx/sys_includes.h More fudging. I want to use binary tree typdefs in nameserv.h, but nameserv.h is included in includes.h which is included by all of the ubiqx modules. The result is that the types are referenced before they are declared. My solution is to prevent nameserv.h and proto.h from being included in the ubiqx modules (where they are not needed anyway). Chris -)-----
* Changed the mechanism for including the Samba includes.h in the ubiqx codeChristopher R. Hertel1998-06-021-0/+38
to something less hurried, simpler, and (I believe) more acceptable to all. The ubi_*.c files all now #include sys_include.h which, for Samba, contains only comments and the line #include "../includes.h" That will make sure that the Samba header is there, allows me to distribute a different default header with the main ubiqx set, and allows others to write their own sys_includes.h for their own purposes. Thanks to Andrew and Jeremy for hammering this out with me. Chris -)-----