| //===- Config.h.in --------------------------------------------------------===// |
| // |
| // The MCLinker Project |
| // |
| // This file is distributed under the University of Illinois Open Source |
| // License. See LICENSE.TXT for details. |
| // |
| //===----------------------------------------------------------------------===// |
| #ifndef MCLD_CONFIG_H |
| #define MCLD_CONFIG_H |
| |
| #define @MCLD_ON_PLATFORM@ 1 |
| #define MCLD_VERSION "@MCLD_VERSION@" |
| #define MCLD_REGION_CHUNK_SIZE 32 |
| #define MCLD_NUM_OF_INPUTS 32 |
| #define MCLD_SECTIONS_PER_INPUT 16 |
| #define MCLD_SYMBOLS_PER_INPUT 128 |
| |
| #endif |
| |