Evc_create_context(), Evc_migrate_context(): added
[util-vserver.git] / util-vserver / ensc_wrappers / wrappers.h
1 // $Id$    --*- c++ -*--
2
3 // Copyright (C) 2003,2004 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4 //  
5 // This program is free software; you can redistribute it and/or modify
6 // it under the terms of the GNU General Public License as published by
7 // the Free Software Foundation; version 2 of the License.
8 //  
9 // This program is distributed in the hope that it will be useful,
10 // but WITHOUT ANY WARRANTY; without even the implied warranty of
11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12 // GNU General Public License for more details.
13 //  
14 // You should have received a copy of the GNU General Public License
15 // along with this program; if not, write to the Free Software
16 // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
17
18
19 #ifndef H_UTIL_VSERVER_SRC_WRAPPERS_H
20 #define H_UTIL_VSERVER_SRC_WRAPPERS_H
21
22 #define WRAPPER_DECL            UNUSED ALWAYSINLINE
23 #define H_ENSC_IN_WRAPPERS_H    1
24
25 #include "wrappers_handler.hc"
26
27 #ifdef ENSC_WRAPPERS_UNISTD
28 #  include "wrappers-unistd.hc"
29 #endif
30
31 #ifdef ENSC_WRAPPERS_FCNTL
32 #  include "wrappers-fcntl.hc"
33 #endif
34
35 #ifdef ENSC_WRAPPERS_MOUNT
36 #  include "wrappers-mount.hc"
37 #endif
38
39 #ifdef ENSC_WRAPPERS_RESOURCE
40 #  include "wrappers-resource.hc"
41 #endif
42
43 #ifdef ENSC_WRAPPERS_IOCTL
44 #  include "wrappers-ioctl.hc"
45 #endif
46
47 #ifdef ENSC_WRAPPERS_WAIT
48 #  include "wrappers-wait.hc"
49 #endif
50
51 #ifdef ENSC_WRAPPERS_VSERVER
52 #  include "wrappers-vserver.hc"
53 #endif
54
55 #ifdef ENSC_WRAPPERS_IO
56 #  include "wrappers-io.hc"
57 #endif
58
59 #ifdef ENSC_WRAPPERS_IOSOCK
60 #  include "wrappers-iosock.hc"
61 #endif
62
63 #ifdef ENSC_WRAPPERS_DIRENT
64 #  include "wrappers-dirent.hc"
65 #endif
66
67 #ifdef ENSC_WRAPPERS_CLONE
68 #  include "wrappers-clone.hc"
69 #endif
70
71 #ifdef ENSC_WRAPPERS_STDLIB
72 #  include "wrappers-stdlib.hc"
73 #endif
74
75 #undef H_ENSC_IN_WRAPPERS_H
76 #undef WRAPPER_DECL
77
78 #endif  //  H_UTIL_VSERVER_SRC_WRAPPERS_H