Initial import
[samba] / source / ubiqx / sys_include.h
1 #ifndef SYS_INCLUDE_H
2 #define SYS_INCLUDE_H
3 /* ========================================================================== **
4  *                               sys_include.h
5  *
6  *  Copyright (C) 1998 by Christopher R. Hertel
7  *
8  *  Email: crh@ubiqx.mn.org
9  * -------------------------------------------------------------------------- **
10  *  This header provides system declarations and data types used internally
11  *  by the ubiqx modules.
12  * -------------------------------------------------------------------------- **
13  *
14  *  This library is free software; you can redistribute it and/or
15  *  modify it under the terms of the GNU Library General Public
16  *  License as published by the Free Software Foundation; either
17  *  version 2 of the License, or (at your option) any later version.
18  *
19  *  This library is distributed in the hope that it will be useful,
20  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
21  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
22  *  Library General Public License for more details.
23  *
24  *  You should have received a copy of the GNU Library General Public
25  *  License along with this library; if not, write to the Free
26  *  Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
27  *
28  * -------------------------------------------------------------------------- **
29  *
30  *  Samba version of sys_include.h
31  *
32  * ========================================================================== **
33  */
34
35 #ifndef _INCLUDES_H
36
37 /* Block the inclusion of some Samba headers so that ubiqx types won't be
38  * used before the headers that define them.  These headers are not needed
39  * in the ubiqx modules anyway.
40  */
41 #define _PROTO_H_
42 #define _NAMESERV_H_
43 #define _HASH_H_
44
45 /* The main Samba system-adaptive header file.
46  */
47 #include "includes.h"
48
49 #endif /* _INCLUDES_H */
50
51 /* ================================ The End ================================= */
52 #endif /* SYS_INCLUDE_H */