//===- 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@" | |
#endif | |