1 /* $FreeBSD$ */ 2 /* include/llvm/Config/llvm-config.h. Generated from llvm-config.h.in by configure. */ 3 /*===-- llvm/config/llvm-config.h - llvm configure variable -------*- C -*-===*/ 4 /* */ 5 /* The LLVM Compiler Infrastructure */ 6 /* */ 7 /* This file is distributed under the University of Illinois Open Source */ 8 /* License. See LICENSE.TXT for details. */ 9 /* */ 10 /*===----------------------------------------------------------------------===*/ 11 12 /* This file enumerates all of the llvm variables from configure so that 13 they can be in exported headers and won't override package specific 14 directives. This is a C file so we can include it in the llvm-c headers. */ 15 16 /* To avoid multiple inclusions of these variables when we include the exported 17 headers and config.h, conditionally include these. */ 18 /* TODO: This is a bit of a hack. */ 19 #ifndef CONFIG_H 20 21 /* Build multithreading support into LLVM */ 22 /* #undef LLVM_MULTITHREADED */ 23 24 /* LLVM architecture name for the native architecture, if available */ 25 #define LLVM_NATIVE_ARCH X86Target 26 27 /* Short LLVM architecture name for the native architecture, if available */ 28 #define LLVM_NATIVE_ARCHNAME X86 29 30 /* Define if this is Unixish platform */ 31 #define LLVM_ON_UNIX 1 32 33 /* Define if this is Win32ish platform */ 34 /* #undef LLVM_ON_WIN32 */ 35 36 /* Define to path to circo program if found or 'echo circo' otherwise */ 37 /* #undef LLVM_PATH_CIRCO */ 38 39 /* Define to path to dot program if found or 'echo dot' otherwise */ 40 /* #undef LLVM_PATH_DOT */ 41 42 /* Define to path to dotty program if found or 'echo dotty' otherwise */ 43 /* #undef LLVM_PATH_DOTTY */ 44 45 /* Define to path to fdp program if found or 'echo fdp' otherwise */ 46 /* #undef LLVM_PATH_FDP */ 47 48 /* Define to path to Graphviz program if found or 'echo Graphviz' otherwise */ 49 /* #undef LLVM_PATH_GRAPHVIZ */ 50 51 /* Define to path to gv program if found or 'echo gv' otherwise */ 52 /* #undef LLVM_PATH_GV */ 53 54 /* Define to path to neato program if found or 'echo neato' otherwise */ 55 /* #undef LLVM_PATH_NEATO */ 56 57 /* Define to path to twopi program if found or 'echo twopi' otherwise */ 58 /* #undef LLVM_PATH_TWOPI */ 59 60 /* Installation prefix directory */ 61 #define LLVM_PREFIX "/usr" 62 63 #endif 64