NVIDIA DOCA SDK Data Center on a Chip Framework Documentation
doca_config.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2022 NVIDIA CORPORATION & AFFILIATES, ALL RIGHTS RESERVED.
3  *
4  * This software product is a proprietary product of NVIDIA CORPORATION &
5  * AFFILIATES (the "Company") and all right, title, and interest in and to the
6  * software product, including all associated intellectual property rights, are
7  * and shall remain exclusively with the Company.
8  *
9  * This software product is governed by the End User License Agreement
10  * provided with the software product.
11  *
12  */
13 
22 #ifndef DOCA_CONFIG_H_
23 #define DOCA_CONFIG_H_
24 
25 /* Auto-generated configuration file */
26 #include <doca_build_config.h>
27 
29 #define DOCA_COMPAT_HELPERS
30 
31 /* DPA Device uses static compilation and doesn't need the compat helper utils */
32 #ifdef DOCA_DPA_DEVICE
33 #undef DOCA_COMPAT_HELPERS
34 #endif /* DOCA_DPA_DEVICE */
35 
38 #endif /* DOCA_CONFIG_H_ */