1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00

Moved the ubiqx stuff above nameserv.h so that ubiqx typedefs could be

seen by the nameserve.h header.
This commit is contained in:
Christopher R. Hertel 0001-01-01 00:00:00 +00:00
parent f128fda8e6
commit 530b54b8a2

View File

@ -1218,6 +1218,12 @@ extern char *sys_errlist[];
#define MAXHOSTNAMELEN 255 #define MAXHOSTNAMELEN 255
#endif #endif
/* Lists, trees, caching, datbase... */
#include "ubiqx/ubi_dLinkList.h"
#ifndef UBI_BINTREE_H
#include "ubiqx/ubi_Cache.h"
#endif /* UBI_BINTREE_H */
#include "version.h" #include "version.h"
#include "smb.h" #include "smb.h"
#include "nameserv.h" #include "nameserv.h"
@ -1387,16 +1393,4 @@ extern int errno;
#include "mem_man/mem_man.h" #include "mem_man/mem_man.h"
#endif /* MEM_MAN */ #endif /* MEM_MAN */
/* -------------------------------------------------------------------------- **
* Lists, trees, and caching...
*/
#include "ubiqx/ubi_sLinkList.h"
#include "ubiqx/ubi_dLinkList.h"
#ifndef UBI_BINTREE_H
#include "ubiqx/ubi_SplayTree.h"
#include "ubiqx/ubi_Cache.h"
#endif /* UBI_BINTREE_H */
#endif /* _INCLUDES_H */ #endif /* _INCLUDES_H */