]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/libgomp/lib/build/config.h
update: sync
[l4.git] / l4 / pkg / libgomp / lib / build / config.h
1 /* config.h.  Generated by configure.  */
2 /* config.h.in.  Generated from configure.ac by autoheader.  */
3
4 /* Define to 1 if the target supports __attribute__((alias(...))). */
5 #define HAVE_ATTRIBUTE_ALIAS 1
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 #define HAVE_ATTRIBUTE_VISIBILITY 1
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 you have the `clock_gettime' function. */
17 #define HAVE_CLOCK_GETTIME 1
18
19 /* Define to 1 if you have the `getloadavg' function. */
20 /* #undef HAVE_GETLOADAVG */
21
22 /* Define to 1 if you have the <inttypes.h> header file. */
23 #define HAVE_INTTYPES_H 1
24
25 /* Define to 1 if you have the <memory.h> header file. */
26 #define HAVE_MEMORY_H 1
27
28 /* Define if pthread_{,attr_}{g,s}etaffinity_np is supported. */
29 /* #undef HAVE_PTHREAD_AFFINITY_NP */
30
31 /* Define to 1 if you have the <semaphore.h> header file. */
32 #define HAVE_SEMAPHORE_H 1
33
34 /* Define to 1 if you have the <stdint.h> header file. */
35 #define HAVE_STDINT_H 1
36
37 /* Define to 1 if you have the <stdlib.h> header file. */
38 #define HAVE_STDLIB_H 1
39
40 /* Define to 1 if you have the <strings.h> header file. */
41 #define HAVE_STRINGS_H 1
42
43 /* Define to 1 if you have the <string.h> header file. */
44 #define HAVE_STRING_H 1
45
46 /* Define to 1 if the target supports __sync_*_compare_and_swap */
47 /* #undef HAVE_SYNC_BUILTINS */
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 /* #undef HAVE_TLS */
63
64 /* Define to 1 if you have the <unistd.h> header file. */
65 #define HAVE_UNISTD_H 1
66
67 /* Name of package */
68 #define PACKAGE "libgomp"
69
70 /* Define to the address where bug reports for this package should be sent. */
71 #define PACKAGE_BUGREPORT ""
72
73 /* Define to the full name of this package. */
74 #define PACKAGE_NAME "GNU OpenMP Runtime Library"
75
76 /* Define to the full name and version of this package. */
77 #define PACKAGE_STRING "GNU OpenMP Runtime Library 1.0"
78
79 /* Define to the one symbol short name of this package. */
80 #define PACKAGE_TARNAME "libgomp"
81
82 /* Define to the version of this package. */
83 #define PACKAGE_VERSION "1.0"
84
85 /* The size of `char', as computed by sizeof. */
86 /* #undef SIZEOF_CHAR */
87
88 /* The size of `int', as computed by sizeof. */
89 /* #undef SIZEOF_INT */
90
91 /* The size of `long', as computed by sizeof. */
92 /* #undef SIZEOF_LONG */
93
94 /* The size of `short', as computed by sizeof. */
95 /* #undef SIZEOF_SHORT */
96
97 /* The size of `void *', as computed by sizeof. */
98 /* #undef SIZEOF_VOID_P */
99
100 /* Define to 1 if you have the ANSI C header files. */
101 #define STDC_HEADERS 1
102
103 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
104 #define TIME_WITH_SYS_TIME 1
105
106 /* Version number of package */
107 #define VERSION "1.0"