r415: Return NT_STATUS_ACCESS_DENIED not some LOCK message ...
[Samba/gebeck_regimport.git] / source3 / ubiqx / sys_include.h
blob8ff270afe85d2b9872cc5f627887ff21b65be7c3
1 #ifndef SYS_INCLUDE_H
2 #define SYS_INCLUDE_H
3 /* ========================================================================== **
4 * sys_include.h
6 * Copyright (C) 1998 by Christopher R. Hertel
8 * Email: crh@ubiqx.mn.org
9 * -------------------------------------------------------------------------- **
10 * This header provides system declarations and data types used internally
11 * by the ubiqx modules.
12 * -------------------------------------------------------------------------- **
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.
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.
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.
28 * -------------------------------------------------------------------------- **
30 * Samba version of sys_include.h
32 * ========================================================================== **
35 #ifndef _INCLUDES_H
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.
41 #define _PROTO_H_
42 #define _NAMESERV_H_
43 #define _HASH_H_
45 /* The main Samba system-adaptive header file.
47 #include "includes.h"
49 #endif /* _INCLUDES_H */
51 /* ================================ The End ================================= */
52 #endif /* SYS_INCLUDE_H */