]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - contrib/ofed/management/opensm/include/opensm/osm_config.h.in
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / contrib / ofed / management / opensm / include / opensm / osm_config.h.in
1 /* include/osm_config.h.in
2  *
3  * Defines various OpenSM configuration parameters to be used by various
4  * plugins and third party tools.
5  *
6  * NOTE: Defines used in header files MUST be included here to ensure plugin
7  * compatibility.
8  */
9
10 #ifndef _OSM_CONFIG_H_
11 #define _OSM_CONFIG_H_
12
13 /* define 1 if OpenSM build is in a debug mode */
14 #undef OSM_DEBUG
15
16 /* Define as 1 if you want Dual Sided RMPP Support */
17 #undef DUAL_SIDED_RMPP
18
19 /* Define as 1 if you want to enable a console on a socket connection */
20 #undef ENABLE_OSM_CONSOLE_SOCKET
21
22 /* Define as 1 if you want to enable the event plugin */
23 #undef ENABLE_OSM_DEFAULT_EVENT_PLUGIN
24
25 /* Define as 1 if you want to enable the performance manager */
26 #undef ENABLE_OSM_PERF_MGR
27
28 /* Define as 1 if you want to enable the performance manager profiling code */
29 #undef ENABLE_OSM_PERF_MGR_PROFILE
30
31 /* Define a default node name map file */
32 #undef HAVE_DEFAULT_NODENAME_MAP
33
34 /* Define a default OpenSM config file */
35 #undef HAVE_DEFAULT_OPENSM_CONFIG_FILE
36
37 /* Define a Partition config file */
38 #undef HAVE_DEFAULT_PARTITION_CONFIG_FILE
39
40 /* Define a Prefix Routes config file */
41 #undef HAVE_DEFAULT_PREFIX_ROUTES_FILE
42
43 /* Define a QOS policy config file */
44 #undef HAVE_DEFAULT_QOS_POLICY_FILE
45
46 /* Define OpenSM config directory */
47 #undef OPENSM_CONFIG_DIR
48
49 /* Define as 1 for vapi vendor */
50 #undef OSM_VENDOR_INTF_MTL
51
52 /* Define as 1 for OpenIB vendor */
53 #undef OSM_VENDOR_INTF_OPENIB
54
55 /* Define as 1 for sim vendor */
56 #undef OSM_VENDOR_INTF_SIM
57
58 /* Define as 1 for ts vendor */
59 #undef OSM_VENDOR_INTF_TS
60
61 /* Define as 1 if you want Vendor RMPP Support */
62 #undef VENDOR_RMPP_SUPPORT
63
64 #endif /* _OSM_CONFIG_H_ */