Changed the mechanism for including the Samba includes.h in the ubiqx code
authorChristopher R. Hertel <crh@samba.org>
Tue, 2 Jun 1998 03:27:16 +0000 (03:27 +0000)
committerChristopher R. Hertel <crh@samba.org>
Tue, 2 Jun 1998 03:27:16 +0000 (03:27 +0000)
commitdef161eeea4b430d785ec57150f96fae98a34bcb
tree4dc898c6226031530d55e2ffc01fae5e8443d9bc
parent34f40474aba97118e1e80fe6259c686e46dc16b4
Changed the mechanism for including the Samba includes.h in the ubiqx code
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 -)-----
12 files changed:
source/ubiqx/sys_include.h [new file with mode: 0644]
source/ubiqx/ubi_BinTree.c
source/ubiqx/ubi_BinTree.h
source/ubiqx/ubi_Cache.c
source/ubiqx/ubi_Cache.h
source/ubiqx/ubi_SplayTree.c
source/ubiqx/ubi_SplayTree.h
source/ubiqx/ubi_dLinkList.c
source/ubiqx/ubi_dLinkList.h
source/ubiqx/ubi_null.h [deleted file]
source/ubiqx/ubi_sLinkList.c
source/ubiqx/ubi_sLinkList.h