Deleted Added
full compact
config.h (169718) config.h (182627)
1/* config.h. Generated by configure. */
2/* config.h.in. Generated from configure.ac by autoheader. */
1/* config.h. Generated by configure. */
2/* config.h.in. Generated from configure.ac by autoheader. */
3/* $FreeBSD: head/gnu/lib/libgomp/config.h 169718 2007-05-19 04:25:59Z kan $ */
3/* $FreeBSD: head/gnu/lib/libgomp/config.h 182627 2008-09-01 18:46:03Z obrien $ */
4
5/* Define to 1 if the target supports __attribute__((alias(...))). */
6#define HAVE_ATTRIBUTE_ALIAS 1
7
8/* Define to 1 if the target supports __attribute__((dllexport)). */
9/* #undef HAVE_ATTRIBUTE_DLLEXPORT */
10
11/* Define to 1 if the target supports __attribute__((visibility(...))). */

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

54
55/* Define to 1 if you have the <sys/time.h> header file. */
56#define HAVE_SYS_TIME_H 1
57
58/* Define to 1 if you have the <sys/types.h> header file. */
59#define HAVE_SYS_TYPES_H 1
60
61/* Define to 1 if the target supports thread-local storage. */
4
5/* Define to 1 if the target supports __attribute__((alias(...))). */
6#define HAVE_ATTRIBUTE_ALIAS 1
7
8/* Define to 1 if the target supports __attribute__((dllexport)). */
9/* #undef HAVE_ATTRIBUTE_DLLEXPORT */
10
11/* Define to 1 if the target supports __attribute__((visibility(...))). */

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

54
55/* Define to 1 if you have the <sys/time.h> header file. */
56#define HAVE_SYS_TIME_H 1
57
58/* Define to 1 if you have the <sys/types.h> header file. */
59#define HAVE_SYS_TYPES_H 1
60
61/* Define to 1 if the target supports thread-local storage. */
62#if !defined(__sparc64__) && !defined(__arm__)
62#if !defined(__sparc64__) && !defined(__arm__) && !defined(__mips__)
63#define HAVE_TLS 1
64#endif
65
66/* Define to 1 if you have the <unistd.h> header file. */
67#define HAVE_UNISTD_H 1
68
69/* Name of package */
70#define PACKAGE "libgomp"

--- 39 unchanged lines hidden ---
63#define HAVE_TLS 1
64#endif
65
66/* Define to 1 if you have the <unistd.h> header file. */
67#define HAVE_UNISTD_H 1
68
69/* Name of package */
70#define PACKAGE "libgomp"

--- 39 unchanged lines hidden ---