blob: b23666304477aa842bff6d5f1268ea27c888105d [file] [log] [blame]
Neale Ranns3451d982018-07-23 05:05:48 -04001/*
2 * Copyright (c) 2018 Cisco and/or its affiliates.
3 * Licensed under the Apache License, Version 2.0 (the "License");
4 * you may not use this file except in compliance with the License.
5 * You may obtain a copy of the License at:
6 *
7 * http://www.apache.org/licenses/LICENSE-2.0
8 *
9 * Unless required by applicable law or agreed to in writing, software
10 * distributed under the License is distributed on an "AS IS" BASIS,
11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 * See the License for the specific language governing permissions and
13 * limitations under the License.
14 */
15
16#ifndef included_clib_config_h
17#define included_clib_config_h
18
19#ifndef CLIB_LOG2_CACHE_LINE_BYTES
20#define CLIB_LOG2_CACHE_LINE_BYTES @LOG2_CACHE_LINE_BYTES@
21#endif
22
Damjan Marion5f21e1b2018-08-01 14:38:36 +020023#define USE_DLMALLOC @DLMALLOC@
Dave Baracha690fdb2020-01-21 12:34:55 -050024#define HAVE_NUMA_LIBRARY @NUMA_LIBRARY_FOUND@
Damjan Marion64911362019-01-18 17:09:44 +010025
26#define CLIB_TARGET_TRIPLET "@CMAKE_C_COMPILER_TARGET@"
Neale Ranns3451d982018-07-23 05:05:48 -040027#endif