]> Dogcows Code - chaz/yoink/blob - src/stlplus/portability/portability.hpp
testing new non-autotools build system
[chaz/yoink] / src / stlplus / portability / portability.hpp
1 #ifndef STLPLUS_PORTABILITY
2 #define STLPLUS_PORTABILITY
3 ////////////////////////////////////////////////////////////////////////////////
4
5 // Author: Andy Rushton
6 // Copyright: (c) Southampton University 1999-2004
7 // (c) Andy Rushton 2004-2009
8 // License: BSD License, see ../docs/license.html
9
10 // Allows all the STLplus portability packages to be included in one go
11
12 ////////////////////////////////////////////////////////////////////////////////
13
14 #include "build.hpp"
15 #include "debug.hpp"
16 #include "dprintf.hpp"
17 #include "dynaload.hpp"
18 #include "file_system.hpp"
19 #include "inf.hpp"
20 #include "subprocesses.hpp"
21 #include "tcp_sockets.hpp"
22 #include "udp_sockets.hpp"
23 #include "time.hpp"
24 #include "version.hpp"
25 #include "wildcard.hpp"
26
27 ////////////////////////////////////////////////////////////////////////////////
28 #endif
This page took 0.031257 seconds and 4 git commands to generate.