xref: /dragonfly/gnu/lib/gcc47/libgomp/config.h (revision 3851e4b8)
1 /* config.h.  Generated from config.h.in by configure.  */
2 /* config.h.in.  Generated from configure.ac by autoheader.  */
3 
4 /* Define to 1 if the target assembler supports .symver directive. */
5 #define HAVE_AS_SYMVER_DIRECTIVE 1
6 
7 /* Define to 1 if the target supports __attribute__((alias(...))). */
8 #define HAVE_ATTRIBUTE_ALIAS 1
9 
10 /* Define to 1 if the target supports __attribute__((dllexport)). */
11 /* #undef HAVE_ATTRIBUTE_DLLEXPORT */
12 
13 /* Define to 1 if the target supports __attribute__((visibility(...))). */
14 #define HAVE_ATTRIBUTE_VISIBILITY 1
15 
16 /* Define if the POSIX Semaphores do not work on your system. */
17 /* #undef HAVE_BROKEN_POSIX_SEMAPHORES */
18 
19 /* Define to 1 if the target assembler supports thread-local storage. */
20 /* #undef HAVE_CC_TLS */
21 
22 /* Define to 1 if you have the `clock_gettime' function. */
23 #define HAVE_CLOCK_GETTIME 1
24 
25 /* Define to 1 if you have the <dlfcn.h> header file. */
26 #define HAVE_DLFCN_H 1
27 
28 /* Define to 1 if you have the `getloadavg' function. */
29 #define HAVE_GETLOADAVG 1
30 
31 /* Define to 1 if you have the <inttypes.h> header file. */
32 #define HAVE_INTTYPES_H 1
33 
34 /* Define to 1 if you have the <memory.h> header file. */
35 #define HAVE_MEMORY_H 1
36 
37 /* Define if pthread_{,attr_}{g,s}etaffinity_np is supported. */
38 /* #undef HAVE_PTHREAD_AFFINITY_NP */
39 
40 /* Define to 1 if you have the <semaphore.h> header file. */
41 #define HAVE_SEMAPHORE_H 1
42 
43 /* Define to 1 if you have the <stdint.h> header file. */
44 #define HAVE_STDINT_H 1
45 
46 /* Define to 1 if you have the <stdlib.h> header file. */
47 #define HAVE_STDLIB_H 1
48 
49 /* Define to 1 if you have the <strings.h> header file. */
50 #define HAVE_STRINGS_H 1
51 
52 /* Define to 1 if you have the <string.h> header file. */
53 #define HAVE_STRING_H 1
54 
55 /* Define to 1 if you have the `strtoull' function. */
56 #define HAVE_STRTOULL 1
57 
58 /* Define to 1 if the target runtime linker supports binding the same symbol
59    to different versions. */
60 #define HAVE_SYMVER_SYMBOL_RENAMING_RUNTIME_SUPPORT 1
61 
62 /* Define to 1 if the target supports __sync_*_compare_and_swap */
63 #define HAVE_SYNC_BUILTINS 1
64 
65 /* Define to 1 if you have the <sys/loadavg.h> header file. */
66 /* #undef HAVE_SYS_LOADAVG_H */
67 
68 /* Define to 1 if you have the <sys/stat.h> header file. */
69 #define HAVE_SYS_STAT_H 1
70 
71 /* Define to 1 if you have the <sys/time.h> header file. */
72 #define HAVE_SYS_TIME_H 1
73 
74 /* Define to 1 if you have the <sys/types.h> header file. */
75 #define HAVE_SYS_TYPES_H 1
76 
77 /* Define to 1 if the target supports thread-local storage. */
78 #define HAVE_TLS 1
79 
80 /* Define to 1 if you have the <unistd.h> header file. */
81 #define HAVE_UNISTD_H 1
82 
83 /* Define to 1 if GNU symbol versioning is used for libgomp. */
84 #define LIBGOMP_GNU_SYMBOL_VERSIONING 1
85 
86 /* Define to the sub-directory in which libtool stores uninstalled libraries.
87    */
88 #define LT_OBJDIR ".libs/"
89 
90 /* Name of package */
91 #define PACKAGE "libgomp"
92 
93 /* Define to the address where bug reports for this package should be sent. */
94 #define PACKAGE_BUGREPORT ""
95 
96 /* Define to the full name of this package. */
97 #define PACKAGE_NAME "GNU OpenMP Runtime Library"
98 
99 /* Define to the full name and version of this package. */
100 #define PACKAGE_STRING "GNU OpenMP Runtime Library 1.0"
101 
102 /* Define to the one symbol short name of this package. */
103 #define PACKAGE_TARNAME "libgomp"
104 
105 /* Define to the home page for this package. */
106 #define PACKAGE_URL "http://www.gnu.org/software/libgomp/"
107 
108 /* Define to the version of this package. */
109 #define PACKAGE_VERSION "1.0"
110 
111 /* The size of `char', as computed by sizeof. */
112 /* #undef SIZEOF_CHAR */
113 
114 /* The size of `int', as computed by sizeof. */
115 /* #undef SIZEOF_INT */
116 
117 /* The size of `long', as computed by sizeof. */
118 /* #undef SIZEOF_LONG */
119 
120 /* The size of `short', as computed by sizeof. */
121 /* #undef SIZEOF_SHORT */
122 
123 /* The size of `void *', as computed by sizeof. */
124 /* #undef SIZEOF_VOID_P */
125 
126 /* Define to 1 if you have the ANSI C header files. */
127 #define STDC_HEADERS 1
128 
129 /* Define if you can safely include both <string.h> and <strings.h>. */
130 #define STRING_WITH_STRINGS 1
131 
132 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
133 #define TIME_WITH_SYS_TIME 1
134 
135 /* Version number of package */
136 #define VERSION "1.0"
137