equal
deleted
inserted
replaced
1 /* $Id$ */ |
1 /* $Id$ */ |
2 |
|
3 #ifndef NETWORK_CORE_OS_ABSTRACTION_H |
|
4 #define NETWORK_CORE_OS_ABSTRACTION_H |
|
5 |
2 |
6 /** |
3 /** |
7 * @file os_abstraction.h Network stuff has many things that needs to be |
4 * @file os_abstraction.h Network stuff has many things that needs to be |
8 * included and/or implemented by default. |
5 * included and/or implemented by default. |
9 * All those things are in this file. |
6 * All those things are in this file. |
10 */ |
7 */ |
|
8 |
|
9 #ifndef NETWORK_CORE_OS_ABSTRACTION_H |
|
10 #define NETWORK_CORE_OS_ABSTRACTION_H |
11 |
11 |
12 /* Include standard stuff per OS */ |
12 /* Include standard stuff per OS */ |
13 |
13 |
14 #ifdef ENABLE_NETWORK |
14 #ifdef ENABLE_NETWORK |
15 |
15 |