1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13:
14:
15: 16: 17: 18:
19:
20: #ifndef _ISYSCONF_
21: #define _ISYSCONF_
22:
23: 24: 25:
26: #ifndef NUM_SEMID
27: #define _tk_cre_sem no_support
28: #define _tk_del_sem no_support
29: #define _tk_sig_sem no_support
30: #define _tk_wai_sem no_support
31: #define _tk_ref_sem no_support
32: #define _tk_wai_sem_u no_support
33:
34: #define _td_lst_sem no_support
35: #define _td_ref_sem no_support
36: #define _td_sem_que no_support
37: #endif
38:
39: #ifndef NUM_FLGID
40: #define _tk_cre_flg no_support
41: #define _tk_del_flg no_support
42: #define _tk_set_flg no_support
43: #define _tk_clr_flg no_support
44: #define _tk_wai_flg no_support
45: #define _tk_ref_flg no_support
46: #define _tk_wai_flg_u no_support
47:
48: #define _td_lst_flg no_support
49: #define _td_ref_flg no_support
50: #define _td_flg_que no_support
51: #endif
52:
53: #ifndef NUM_MBXID
54: #define _tk_cre_mbx no_support
55: #define _tk_del_mbx no_support
56: #define _tk_snd_mbx no_support
57: #define _tk_rcv_mbx no_support
58: #define _tk_ref_mbx no_support
59: #define _tk_rcv_mbx_u no_support
60:
61: #define _td_lst_mbx no_support
62: #define _td_ref_mbx no_support
63: #define _td_mbx_que no_support
64: #endif
65:
66: #ifndef NUM_MBFID
67: #define _tk_cre_mbf no_support
68: #define _tk_del_mbf no_support
69: #define _tk_snd_mbf no_support
70: #define _tk_rcv_mbf no_support
71: #define _tk_ref_mbf no_support
72: #define _tk_snd_mbf_u no_support
73: #define _tk_rcv_mbf_u no_support
74:
75: #define _td_lst_mbf no_support
76: #define _td_ref_mbf no_support
77: #define _td_smbf_que no_support
78: #define _td_rmbf_que no_support
79: #endif
80:
81: #ifndef NUM_PORID
82: #define _tk_cre_por no_support
83: #define _tk_del_por no_support
84: #define _tk_cal_por no_support
85: #define _tk_acp_por no_support
86: #define _tk_fwd_por no_support
87: #define _tk_rpl_rdv no_support
88: #define _tk_ref_por no_support
89: #define _tk_cal_por_u no_support
90: #define _tk_acp_por_u no_support
91:
92: #define _td_lst_por no_support
93: #define _td_ref_por no_support
94: #define _td_acp_que no_support
95: #define _td_cal_que no_support
96: #endif
97:
98: #ifndef NUM_MTXID
99: #define _tk_cre_mtx no_support
100: #define _tk_del_mtx no_support
101: #define _tk_loc_mtx no_support
102: #define _tk_unl_mtx no_support
103: #define _tk_ref_mtx no_support
104: #define _tk_loc_mtx_u no_support
105:
106: #define _td_lst_mtx no_support
107: #define _td_ref_mtx no_support
108: #define _td_mtx_que no_support
109: #endif
110:
111: #ifndef NUM_MPLID
112: #define _tk_cre_mpl no_support
113: #define _tk_del_mpl no_support
114: #define _tk_get_mpl no_support
115: #define _tk_rel_mpl no_support
116: #define _tk_ref_mpl no_support
117: #define _tk_get_mpl_u no_support
118:
119: #define _td_lst_mpl no_support
120: #define _td_ref_mpl no_support
121: #define _td_mpl_que no_support
122: #endif
123:
124: #ifndef NUM_MPFID
125: #define _tk_cre_mpf no_support
126: #define _tk_del_mpf no_support
127: #define _tk_get_mpf no_support
128: #define _tk_rel_mpf no_support
129: #define _tk_ref_mpf no_support
130: #define _tk_get_mpf_u no_support
131:
132: #define _td_lst_mpf no_support
133: #define _td_ref_mpf no_support
134: #define _td_mpf_que no_support
135: #endif
136:
137: #ifndef NUM_CYCID
138: #define _tk_cre_cyc no_support
139: #define _tk_del_cyc no_support
140: #define _tk_sta_cyc no_support
141: #define _tk_stp_cyc no_support
142: #define _tk_ref_cyc no_support
143: #define _tk_cre_cyc_u no_support
144: #define _tk_ref_cyc_u no_support
145:
146: #define _td_lst_cyc no_support
147: #define _td_ref_cyc no_support
148: #define _td_ref_cyc_u no_support
149: #endif
150:
151: #ifndef NUM_ALMID
152: #define _tk_cre_alm no_support
153: #define _tk_del_alm no_support
154: #define _tk_sta_alm no_support
155: #define _tk_stp_alm no_support
156: #define _tk_ref_alm no_support
157: #define _tk_sta_alm_u no_support
158: #define _tk_ref_alm_u no_support
159:
160: #define _td_lst_alm no_support
161: #define _td_ref_alm no_support
162: #define _td_ref_alm_u no_support
163: #endif
164:
165: #endif