1 /*******************************************************************************
2 ################################################################################
3 # Copyright (c) [2017-2019] [Radisys] #
5 # Licensed under the Apache License, Version 2.0 (the "License"); #
6 # you may not use this file except in compliance with the License. #
7 # You may obtain a copy of the License at #
9 # http://www.apache.org/licenses/LICENSE-2.0 #
11 # Unless required by applicable law or agreed to in writing, software #
12 # distributed under the License is distributed on an "AS IS" BASIS, #
13 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. #
14 # See the License for the specific language governing permissions and #
15 # limitations under the License. #
16 ################################################################################
17 *******************************************************************************/
19 /********************************************************************20**
21 Name: System Services -- implementation specific definitions
25 Desc: This file conditionally includes various implementation
30 *********************************************************************21*/
40 /*ss014.301 : 4GMX SSI specific includes*/
42 #include "rb_include.h"
46 /*ss011.301 : RMI SSI specific includes*/
51 #include "byteorder.h"
55 #ifndef _POSIX_C_SOURCE
56 #define _POSIX_C_SOURCE 199309L
59 #include <semaphore.h>
63 /* ss003.13: addition */
65 #include <sys/types.h>
66 #include <sys/socket.h>
67 #include <netinet/in.h>
75 /* ss009.13: addition */
80 /* ss002.13: addition */
83 #include <sys/times.h>
86 #include <selectLib.h>
109 #include "ns_timer.h"
115 #else /* not SS_SK */
117 #error "Specify an implementation"
124 #endif /* SS_RMIOS */
125 #endif /* SS_4GMX_LCORE */
132 #endif /* __SSDEPH__ */
136 /********************************************************************30**
139 **********************************************************************/