Home | History | Annotate | Download | only in Config
      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 
     15 #endif
     16 
     17