diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/pg_config.h.in | 19 | ||||
-rw-r--r-- | src/include/pg_config.h.win32 | 19 |
2 files changed, 38 insertions, 0 deletions
diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in index ea3b2b6ce77..c5db5430b9d 100644 --- a/src/include/pg_config.h.in +++ b/src/include/pg_config.h.in @@ -134,6 +134,22 @@ don't. */ #undef HAVE_DECL_F_FULLFSYNC +/* Define to 1 if you have the declaration of `LLVMGetHostCPUName', and to 0 + if you don't. */ +#undef HAVE_DECL_LLVMGETHOSTCPUNAME + +/* Define to 1 if you have the declaration of `LLVMOrcGetSymbolAddressIn', and + to 0 if you don't. */ +#undef HAVE_DECL_LLVMORCGETSYMBOLADDRESSIN + +/* Define to 1 if you have the declaration of `LLVMOrcRegisterGDB', and to 0 + if you don't. */ +#undef HAVE_DECL_LLVMORCREGISTERGDB + +/* Define to 1 if you have the declaration of `LLVMOrcRegisterPerf', and to 0 + if you don't. */ +#undef HAVE_DECL_LLVMORCREGISTERPERF + /* Define to 1 if you have the declaration of `posix_fadvise', and to 0 if you don't. */ #undef HAVE_DECL_POSIX_FADVISE @@ -850,6 +866,9 @@ (--with-libxslt) */ #undef USE_LIBXSLT +/* Define to 1 to build with LLVM based JIT support. (--with-llvm) */ +#undef USE_LLVM + /* Define to select named POSIX semaphores. */ #undef USE_NAMED_POSIX_SEMAPHORES diff --git a/src/include/pg_config.h.win32 b/src/include/pg_config.h.win32 index 7150f7614f2..e934cf87bd2 100644 --- a/src/include/pg_config.h.win32 +++ b/src/include/pg_config.h.win32 @@ -98,6 +98,22 @@ don't. */ #define HAVE_DECL_F_FULLFSYNC 0 +/* Define to 1 if you have the declaration of `LLVMGetHostCPUName', and to 0 + if you don't. */ +#define HAVE_DECL_LLVMGETHOSTCPUNAME 0 + +/* Define to 1 if you have the declaration of `LLVMOrcGetSymbolAddressIn', and + to 0 if you don't. */ +#define HAVE_DECL_LLVMORCGETSYMBOLADDRESSIN 0 + +/* Define to 1 if you have the declaration of `LLVMOrcRegisterGDB', and to 0 + if you don't. */ +#define HAVE_DECL_LLVMORCREGISTERGDB 0 + +/* Define to 1 if you have the declaration of `LLVMOrcRegisterPerf', and to 0 + if you don't. */ +#define HAVE_DECL_LLVMORCREGISTERPERF 0 + /* Define to 1 if you have the declaration of `snprintf', and to 0 if you don't. */ #define HAVE_DECL_SNPRINTF 1 @@ -631,6 +647,9 @@ /* Define to 1 to build with LDAP support. (--with-ldap) */ /* #undef USE_LDAP */ +/* Define to 1 to build with LLVM based JIT support. (--with-llvm) */ +/* #undef USE_LLVM */ + /* Define to select named POSIX semaphores. */ /* #undef USE_NAMED_POSIX_SEMAPHORES */ |