src/network/core/os_abstraction.h
changeset 6121 2aae24b0881f
parent 5976 aa1cae2b975a
child 6491 00dc414c909d
equal deleted inserted replaced
6120:2d550f67dcba 6121:2aae24b0881f
     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