]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - gnu/lib/libgomp/config.h
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / gnu / lib / libgomp / config.h
1 /* config.h.  Generated by configure.  */
2 /* config.h.in.  Generated from configure.ac by autoheader.  */
3 /* $FreeBSD$ */
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(...))). */
12 #define HAVE_ATTRIBUTE_VISIBILITY 1
13
14 /* Define if the POSIX Semaphores do not work on your system. */
15 /* #undef HAVE_BROKEN_POSIX_SEMAPHORES */
16
17 /* Define to 1 if you have the `clock_gettime' function. */
18 #define HAVE_CLOCK_GETTIME 1
19
20 /* Define to 1 if you have the `getloadavg' function. */
21 #define HAVE_GETLOADAVG 1
22
23 /* Define to 1 if you have the <inttypes.h> header file. */
24 #define HAVE_INTTYPES_H 1
25
26 /* Define to 1 if you have the <memory.h> header file. */
27 #define HAVE_MEMORY_H 1
28
29 /* Define to 1 if you have the <semaphore.h> header file. */
30 #define HAVE_SEMAPHORE_H 1
31
32 /* Define to 1 if you have the <stdint.h> header file. */
33 #define HAVE_STDINT_H 1
34
35 /* Define to 1 if you have the <stdlib.h> header file. */
36 #define HAVE_STDLIB_H 1
37
38 /* Define to 1 if you have the <strings.h> header file. */
39 #define HAVE_STRINGS_H 1
40
41 /* Define to 1 if you have the <string.h> header file. */
42 #define HAVE_STRING_H 1
43
44 /* Define to 1 if the target supports __sync_*_compare_and_swap */
45 #ifdef __amd64__
46 #define HAVE_SYNC_BUILTINS 1
47 #endif
48
49 /* Define to 1 if you have the <sys/loadavg.h> header file. */
50 /* #undef HAVE_SYS_LOADAVG_H */
51
52 /* Define to 1 if you have the <sys/stat.h> header file. */
53 #define HAVE_SYS_STAT_H 1
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(__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"
71
72 /* Define to the address where bug reports for this package should be sent. */
73 #define PACKAGE_BUGREPORT ""
74
75 /* Define to the full name of this package. */
76 #define PACKAGE_NAME "GNU OpenMP Runtime Library"
77
78 /* Define to the full name and version of this package. */
79 #define PACKAGE_STRING "GNU OpenMP Runtime Library 1.0"
80
81 /* Define to the one symbol short name of this package. */
82 #define PACKAGE_TARNAME "libgomp"
83
84 /* Define to the version of this package. */
85 #define PACKAGE_VERSION "1.0"
86
87 /* The size of a `char', as computed by sizeof. */
88 /* #undef SIZEOF_CHAR */
89
90 /* The size of a `int', as computed by sizeof. */
91 /* #undef SIZEOF_INT */
92
93 /* The size of a `long', as computed by sizeof. */
94 /* #undef SIZEOF_LONG */
95
96 /* The size of a `short', as computed by sizeof. */
97 /* #undef SIZEOF_SHORT */
98
99 /* The size of a `void *', as computed by sizeof. */
100 /* #undef SIZEOF_VOID_P */
101
102 /* Define to 1 if you have the ANSI C header files. */
103 #define STDC_HEADERS 1
104
105 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
106 #define TIME_WITH_SYS_TIME 1
107
108 /* Version number of package */
109 #define VERSION "1.0"