mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
05fcc67872
This header tries four different locations for a definition of NULL. If NULL still hasn't been found, it defaults to ((void *)0). All of the includes can be, essentially, overridden by defining NULL on the command line, as in -DNULL=((void *)0). I have faith that this will avoid the problem of NULL being in different places on different systems. If there is a system out there that doesn't define NULL in any of the headers I've included, then let me know *where* it's defined and I'll add another header. Chris -)----- |
||
---|---|---|
.. | ||
COPYING.LIB | ||
README.UBI | ||
ubi_AVLtree.c | ||
ubi_AVLtree.h | ||
ubi_BinTree.c | ||
ubi_BinTree.h | ||
ubi_Cache.c | ||
ubi_Cache.h | ||
ubi_dLinkList.c | ||
ubi_dLinkList.h | ||
ubi_null.h | ||
ubi_sLinkList.c | ||
ubi_sLinkList.h | ||
ubi_SplayTree.c | ||
ubi_SplayTree.h |
Fri Apr 17 10:21:56 CDT 1998 The C code files in the samba/source/ubiqx directory are licensed under the terms of the GNU LIBRARY GENERAL PUBLIC LICENSE (LGPL). A copy of the LGPL should also be included in this directory under the name COPYING.LIB. If this file is not present, you can obtain a copy of the LGPL by writing to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. See http://www.interads.co.uk/~crh/ubiqx/ for more info and additional available modules. Chris Hertel Samba Team ubiqx@ubiqx.mn.org