source: trunk/sys/libgomp/include/gomp/config.h @ 1

Last change on this file since 1 was 1, checked in by alain, 7 years ago

First import

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