config.h (959530cc41aea5f878c2c2cea5b545d295108bab) config.h (0bf31f1fdc564a483d21d8a13a22ab06d0129cb1)
1/* $FreeBSD$ */
2#ifndef CONFIG_H
3#define CONFIG_H
4
5/* Exported configuration */
6#include "llvm/Config/llvm-config.h"
7
8/* Bug report URL. */
9#define BUG_REPORT_URL "https://bugs.freebsd.org/submit/"
10
11/* Define to 1 to enable backtraces, and to 0 otherwise. */
12#define ENABLE_BACKTRACES 0
13
14/* Define to 1 to enable crash overrides, and to 0 otherwise. */
15#define ENABLE_CRASH_OVERRIDES 1
16
1/* $FreeBSD$ */
2#ifndef CONFIG_H
3#define CONFIG_H
4
5/* Exported configuration */
6#include "llvm/Config/llvm-config.h"
7
8/* Bug report URL. */
9#define BUG_REPORT_URL "https://bugs.freebsd.org/submit/"
10
11/* Define to 1 to enable backtraces, and to 0 otherwise. */
12#define ENABLE_BACKTRACES 0
13
14/* Define to 1 to enable crash overrides, and to 0 otherwise. */
15#define ENABLE_CRASH_OVERRIDES 1
16
17/* Define to 1 to enable crash memory dumps, and to 0 otherwise. */
18#define LLVM_ENABLE_CRASH_DUMPS 0
19
17/* Define to 1 if you have the `backtrace' function. */
18#define HAVE_BACKTRACE TRUE
19
20#define BACKTRACE_HEADER <execinfo.h>
21
22/* Define to 1 if you have the <CrashReporterClient.h> header file. */
23/* #undef HAVE_CRASHREPORTERCLIENT_H */
24

--- 178 unchanged lines hidden (view full) ---

203#define HAVE_SYS_RESOURCE_H 1
204
205/* Define to 1 if you have the <sys/stat.h> header file. */
206#define HAVE_SYS_STAT_H 1
207
208/* Define to 1 if you have the <sys/time.h> header file. */
209#define HAVE_SYS_TIME_H 1
210
20/* Define to 1 if you have the `backtrace' function. */
21#define HAVE_BACKTRACE TRUE
22
23#define BACKTRACE_HEADER <execinfo.h>
24
25/* Define to 1 if you have the <CrashReporterClient.h> header file. */
26/* #undef HAVE_CRASHREPORTERCLIENT_H */
27

--- 178 unchanged lines hidden (view full) ---

206#define HAVE_SYS_RESOURCE_H 1
207
208/* Define to 1 if you have the <sys/stat.h> header file. */
209#define HAVE_SYS_STAT_H 1
210
211/* Define to 1 if you have the <sys/time.h> header file. */
212#define HAVE_SYS_TIME_H 1
213
214/* Define to 1 if stat struct has st_mtimespec member .*/
215#define HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC 1
216
217/* Define to 1 if stat struct has st_mtim member. */
218#define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
219
211/* Define to 1 if you have the <sys/types.h> header file. */
212#define HAVE_SYS_TYPES_H 1
213
214/* Define if the setupterm() function is supported this platform. */
215#define HAVE_TERMINFO 1
216
217/* Define if the xar_open() function is supported this platform. */
218/* #undef HAVE_LIBXAR */

--- 97 unchanged lines hidden (view full) ---

316
317/* Define to the address where bug reports for this package should be sent. */
318#define PACKAGE_BUGREPORT "https://bugs.freebsd.org/submit/"
319
320/* Define to the full name of this package. */
321#define PACKAGE_NAME "LLVM"
322
323/* Define to the full name and version of this package. */
220/* Define to 1 if you have the <sys/types.h> header file. */
221#define HAVE_SYS_TYPES_H 1
222
223/* Define if the setupterm() function is supported this platform. */
224#define HAVE_TERMINFO 1
225
226/* Define if the xar_open() function is supported this platform. */
227/* #undef HAVE_LIBXAR */

--- 97 unchanged lines hidden (view full) ---

325
326/* Define to the address where bug reports for this package should be sent. */
327#define PACKAGE_BUGREPORT "https://bugs.freebsd.org/submit/"
328
329/* Define to the full name of this package. */
330#define PACKAGE_NAME "LLVM"
331
332/* Define to the full name and version of this package. */
324#define PACKAGE_STRING "LLVM 7.0.1"
333#define PACKAGE_STRING "LLVM 8.0.0svn"
325
326/* Define to the version of this package. */
334
335/* Define to the version of this package. */
327#define PACKAGE_VERSION "7.0.1"
336#define PACKAGE_VERSION "8.0.0svn"
328
329/* Define to the vendor of this package. */
330/* #undef PACKAGE_VENDOR */
331
332/* Define as the return type of signal handlers (`int' or `void'). */
333#define RETSIGTYPE void
334
335/* Define to a function implementing stricmp */

--- 12 unchanged lines hidden ---
337
338/* Define to the vendor of this package. */
339/* #undef PACKAGE_VENDOR */
340
341/* Define as the return type of signal handlers (`int' or `void'). */
342#define RETSIGTYPE void
343
344/* Define to a function implementing stricmp */

--- 12 unchanged lines hidden ---