Blame isl-0.14/isl_config.h.in

Packit fb9d21
/* isl_config.h.in.  Generated from configure.ac by autoheader.  */
Packit fb9d21
Packit fb9d21
/* Define if HeaderSearchOptions::AddPath takes 4 arguments */
Packit fb9d21
#undef ADDPATH_TAKES_4_ARGUMENTS
Packit fb9d21
Packit fb9d21
/* Clang installation prefix */
Packit fb9d21
#undef CLANG_PREFIX
Packit fb9d21
Packit fb9d21
/* Define if CompilerInstance::createDiagnostics takes argc and argv */
Packit fb9d21
#undef CREATEDIAGNOSTICS_TAKES_ARG
Packit fb9d21
Packit fb9d21
/* Define if CompilerInstance::createPreprocessor takes TranslationUnitKind */
Packit fb9d21
#undef CREATEPREPROCESSOR_TAKES_TUKIND
Packit fb9d21
Packit fb9d21
/* Define if TargetInfo::CreateTargetInfo takes pointer */
Packit fb9d21
#undef CREATETARGETINFO_TAKES_POINTER
Packit fb9d21
Packit fb9d21
/* Define if TargetInfo::CreateTargetInfo takes shared_ptr */
Packit fb9d21
#undef CREATETARGETINFO_TAKES_SHARED_PTR
Packit fb9d21
Packit fb9d21
/* Define if Driver constructor takes default image name */
Packit fb9d21
#undef DRIVER_CTOR_TAKES_DEFAULTIMAGENAME
Packit fb9d21
Packit fb9d21
/* Define to Diagnostic for older versions of clang */
Packit fb9d21
#undef DiagnosticsEngine
Packit fb9d21
Packit fb9d21
/* most gcc compilers know a function __attribute__((__warn_unused_result__))
Packit fb9d21
   */
Packit fb9d21
#undef GCC_WARN_UNUSED_RESULT
Packit fb9d21
Packit fb9d21
/* Define if llvm/ADT/OwningPtr.h exists */
Packit fb9d21
#undef HAVE_ADT_OWNINGPTR_H
Packit fb9d21
Packit fb9d21
/* Define if clang/Basic/DiagnosticOptions.h exists */
Packit fb9d21
#undef HAVE_BASIC_DIAGNOSTICOPTIONS_H
Packit fb9d21
Packit fb9d21
/* Define if Driver constructor takes CXXIsProduction argument */
Packit fb9d21
#undef HAVE_CXXISPRODUCTION
Packit fb9d21
Packit fb9d21
/* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
Packit fb9d21
#undef HAVE_DECL_FFS
Packit fb9d21
Packit fb9d21
/* Define to 1 if you have the declaration of `mp_get_memory_functions', and
Packit fb9d21
   to 0 if you don't. */
Packit fb9d21
#undef HAVE_DECL_MP_GET_MEMORY_FUNCTIONS
Packit fb9d21
Packit fb9d21
/* Define to 1 if you have the declaration of `__builtin_ffs', and to 0 if you
Packit fb9d21
   don't. */
Packit fb9d21
#undef HAVE_DECL___BUILTIN_FFS
Packit fb9d21
Packit fb9d21
/* Define to 1 if you have the <dlfcn.h> header file. */
Packit fb9d21
#undef HAVE_DLFCN_H
Packit fb9d21
Packit fb9d21
/* Define to 1 if you have the <inttypes.h> header file. */
Packit fb9d21
#undef HAVE_INTTYPES_H
Packit fb9d21
Packit fb9d21
/* Define if Driver constructor takes IsProduction argument */
Packit fb9d21
#undef HAVE_ISPRODUCTION
Packit fb9d21
Packit fb9d21
/* Define to 1 if you have the `gmp' library (-lgmp). */
Packit fb9d21
#undef HAVE_LIBGMP
Packit fb9d21
Packit fb9d21
/* Define to 1 if you have the <memory.h> header file. */
Packit fb9d21
#undef HAVE_MEMORY_H
Packit fb9d21
Packit fb9d21
/* Define if SourceManager has a setMainFileID method */
Packit fb9d21
#undef HAVE_SETMAINFILEID
Packit fb9d21
Packit fb9d21
/* Define to 1 if you have the <stdint.h> header file. */
Packit fb9d21
#undef HAVE_STDINT_H
Packit fb9d21
Packit fb9d21
/* Define to 1 if you have the <stdlib.h> header file. */
Packit fb9d21
#undef HAVE_STDLIB_H
Packit fb9d21
Packit fb9d21
/* Define to 1 if you have the <strings.h> header file. */
Packit fb9d21
#undef HAVE_STRINGS_H
Packit fb9d21
Packit fb9d21
/* Define to 1 if you have the <string.h> header file. */
Packit fb9d21
#undef HAVE_STRING_H
Packit fb9d21
Packit fb9d21
/* Define to 1 if you have the <sys/stat.h> header file. */
Packit fb9d21
#undef HAVE_SYS_STAT_H
Packit fb9d21
Packit fb9d21
/* Define to 1 if you have the <sys/types.h> header file. */
Packit fb9d21
#undef HAVE_SYS_TYPES_H
Packit fb9d21
Packit fb9d21
/* Define to 1 if you have the <unistd.h> header file. */
Packit fb9d21
#undef HAVE_UNISTD_H
Packit fb9d21
Packit fb9d21
/* define if your compiler has __attribute__ */
Packit fb9d21
#undef HAVE___ATTRIBUTE__
Packit fb9d21
Packit fb9d21
/* Return type of HandleTopLevelDeclReturn */
Packit fb9d21
#undef HandleTopLevelDeclContinue
Packit fb9d21
Packit fb9d21
/* Return type of HandleTopLevelDeclReturn */
Packit fb9d21
#undef HandleTopLevelDeclReturn
Packit fb9d21
Packit fb9d21
/* Define to the sub-directory where libtool stores uninstalled libraries. */
Packit fb9d21
#undef LT_OBJDIR
Packit fb9d21
Packit fb9d21
/* Name of package */
Packit fb9d21
#undef PACKAGE
Packit fb9d21
Packit fb9d21
/* Define to the address where bug reports for this package should be sent. */
Packit fb9d21
#undef PACKAGE_BUGREPORT
Packit fb9d21
Packit fb9d21
/* Define to the full name of this package. */
Packit fb9d21
#undef PACKAGE_NAME
Packit fb9d21
Packit fb9d21
/* Define to the full name and version of this package. */
Packit fb9d21
#undef PACKAGE_STRING
Packit fb9d21
Packit fb9d21
/* Define to the one symbol short name of this package. */
Packit fb9d21
#undef PACKAGE_TARNAME
Packit fb9d21
Packit fb9d21
/* Define to the home page for this package. */
Packit fb9d21
#undef PACKAGE_URL
Packit fb9d21
Packit fb9d21
/* Define to the version of this package. */
Packit fb9d21
#undef PACKAGE_VERSION
Packit fb9d21
Packit fb9d21
/* The size of `char', as computed by sizeof. */
Packit fb9d21
#undef SIZEOF_CHAR
Packit fb9d21
Packit fb9d21
/* The size of `int', as computed by sizeof. */
Packit fb9d21
#undef SIZEOF_INT
Packit fb9d21
Packit fb9d21
/* The size of `long', as computed by sizeof. */
Packit fb9d21
#undef SIZEOF_LONG
Packit fb9d21
Packit fb9d21
/* The size of `short', as computed by sizeof. */
Packit fb9d21
#undef SIZEOF_SHORT
Packit fb9d21
Packit fb9d21
/* The size of `void*', as computed by sizeof. */
Packit fb9d21
#undef SIZEOF_VOIDP
Packit fb9d21
Packit fb9d21
/* Define to 1 if you have the ANSI C header files. */
Packit fb9d21
#undef STDC_HEADERS
Packit fb9d21
Packit fb9d21
/* Define if Driver::BuildCompilation takes ArrayRef */
Packit fb9d21
#undef USE_ARRAYREF
Packit fb9d21
Packit fb9d21
/* use gmp to implement isl_int */
Packit fb9d21
#undef USE_GMP_FOR_MP
Packit fb9d21
Packit fb9d21
/* use imath to implement isl_int */
Packit fb9d21
#undef USE_IMATH_FOR_MP
Packit fb9d21
Packit fb9d21
/* Version number of package */
Packit fb9d21
#undef VERSION
Packit fb9d21
Packit fb9d21
/* Define to getParamType for newer versions of clang */
Packit fb9d21
#undef getArgType
Packit fb9d21
Packit fb9d21
/* Define to getHostTriple for older versions of clang */
Packit fb9d21
#undef getDefaultTargetTriple
Packit fb9d21
Packit fb9d21
/* Define to getInstantiationLineNumber for older versions of clang */
Packit fb9d21
#undef getExpansionLineNumber
Packit fb9d21
Packit fb9d21
/* Define to getNumParams for newer versions of clang */
Packit fb9d21
#undef getNumArgs
Packit fb9d21
Packit fb9d21
/* Define to getResultType for older versions of clang */
Packit fb9d21
#undef getReturnType
Packit fb9d21
Packit fb9d21
#include <isl_config_post.h>