Deleted Added
sdiff udiff text old ( 280031 ) new ( 283526 )
full compact
1/* $FreeBSD: head/lib/clang/include/llvm/Config/config.h 280031 2015-03-15 13:31:13Z dim $ */
2/* include/llvm/Config/config.h. Generated from config.h.in by configure. */
3/* include/llvm/Config/config.h.in. Generated from autoconf/configure.ac by autoheader. */
4
5#ifndef CONFIG_H
6#define CONFIG_H
7
8/* Get __FreeBSD_version. */
9#include <osreldate.h>

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

426/* #undef HAVE___ASHLDI3 */
427
428/* Have host's __ashrdi3 */
429/* #undef HAVE___ASHRDI3 */
430
431/* Have host's __chkstk */
432/* #undef HAVE___CHKSTK */
433
434/* Have host's __cmpdi2 */
435/* #undef HAVE___CMPDI2 */
436
437/* Have host's __divdi3 */
438/* #undef HAVE___DIVDI3 */
439
440/* Define to 1 if you have the `__dso_handle' function. */
441#define HAVE___DSO_HANDLE 1

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

550
551/* Major version of the LLVM API */
552#define LLVM_VERSION_MAJOR 3
553
554/* Minor version of the LLVM API */
555#define LLVM_VERSION_MINOR 6
556
557/* Patch version of the LLVM API */
558#define LLVM_VERSION_PATCH 0
559
560/* LLVM version string */
561#define LLVM_VERSION_STRING "3.6.0"
562
563/* The shared library extension */
564#define LTDL_SHLIB_EXT ".so"
565
566/* Define if /dev/zero should be used when mapping RWX memory, or undefine if
567 its not necessary */
568/* #undef NEED_DEV_ZERO_FOR_MMAP */
569
570/* Define to the address where bug reports for this package should be sent. */
571#define PACKAGE_BUGREPORT "https://bugs.freebsd.org/submit/"
572
573/* Define to the full name of this package. */
574#define PACKAGE_NAME "LLVM"
575
576/* Define to the full name and version of this package. */
577#define PACKAGE_STRING "LLVM 3.6.0"
578
579/* Define to the one symbol short name of this package. */
580#define PACKAGE_TARNAME "llvm"
581
582/* Define to the version of this package. */
583#define PACKAGE_VERSION "3.6.0"
584
585/* Define as the return type of signal handlers (`int' or `void'). */
586#define RETSIGTYPE void
587
588/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
589/* #undef STAT_MACROS_BROKEN */
590
591/* Define to 1 if you have the ANSI C header files. */

--- 18 unchanged lines hidden ---