Config.h.in revision 22add6ff3426df1a85089fe6a6e1597ee3b6f300
1//===- Config.h.in --------------------------------------------------------===//
2//
3//                     The MCLinker Project
4//
5// This file is distributed under the University of Illinois Open Source
6// License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//
9#ifndef MCLD_CONFIG_H
10#define MCLD_CONFIG_H
11
12#define @MCLD_ON_PLATFORM@ 1
13#define MCLD_VERSION "@MCLD_VERSION@"
14#define MCLD_REGION_CHUNK_SIZE 32
15#define MCLD_NUM_OF_INPUTS 32
16#define MCLD_SECTIONS_PER_INPUT 16
17#define MCLD_SYMBOLS_PER_INPUT 128
18
19#endif
20
21