portability/portability.hpp
1: #ifndef STLPLUS_PORTABILITY
2: #define STLPLUS_PORTABILITY
3: ////////////////////////////////////////////////////////////////////////////////
4:
5: // Author: Andy Rushton
6: // Copyright: (c) Andy Rushton, 2007
7: // License: BSD License, see ../docs/license.html
8:
9: // Allows all the STLplus portability packages to be included in one go
10:
11: ////////////////////////////////////////////////////////////////////////////////
12:
13: #include "wildcard.hpp"
14: #include "file_system.hpp"
15: #include "subprocesses.hpp"
16: #include "tcp.hpp"
17: #include "time.hpp"
18: #include "inf.hpp"
19: #include "debug.hpp"
20:
21: ////////////////////////////////////////////////////////////////////////////////
22: #endif