xref: /freebsd-12.1/gnu/lib/libgomp/config.h (revision 33ef4de9)
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 if pthread_{,attr_}{g,s}etaffinity_np is supported. */
30 #undef HAVE_PTHREAD_AFFINITY_NP
31 
32 /* Define to 1 if you have the <semaphore.h> header file. */
33 #define HAVE_SEMAPHORE_H 1
34 
35 /* Define to 1 if you have the <stdint.h> header file. */
36 #define HAVE_STDINT_H 1
37 
38 /* Define to 1 if you have the <stdlib.h> header file. */
39 #define HAVE_STDLIB_H 1
40 
41 /* Define to 1 if you have the <strings.h> header file. */
42 #define HAVE_STRINGS_H 1
43 
44 /* Define to 1 if you have the <string.h> header file. */
45 #define HAVE_STRING_H 1
46 
47 /* Define to 1 if the target supports __sync_*_compare_and_swap */
48 #ifdef __amd64__
49 #define HAVE_SYNC_BUILTINS 1
50 #endif
51 
52 /* Define to 1 if you have the <sys/loadavg.h> header file. */
53 /* #undef HAVE_SYS_LOADAVG_H */
54 
55 /* Define to 1 if you have the <sys/stat.h> header file. */
56 #define HAVE_SYS_STAT_H 1
57 
58 /* Define to 1 if you have the <sys/sysctl.h> header file. */
59 #define HAVE_SYS_SYSCTL_H 1
60 
61 /* Define to 1 if you have the <sys/time.h> header file. */
62 #define HAVE_SYS_TIME_H 1
63 
64 /* Define to 1 if you have the <sys/types.h> header file. */
65 #define HAVE_SYS_TYPES_H 1
66 
67 /* Define to 1 if the target supports thread-local storage. */
68 #if !defined(__mips__)
69 #define HAVE_TLS 1
70 #endif
71 
72 /* Define to 1 if you have the <unistd.h> header file. */
73 #define HAVE_UNISTD_H 1
74 
75 /* Name of package */
76 #define PACKAGE "libgomp"
77 
78 /* Define to the address where bug reports for this package should be sent. */
79 #define PACKAGE_BUGREPORT ""
80 
81 /* Define to the full name of this package. */
82 #define PACKAGE_NAME "GNU OpenMP Runtime Library"
83 
84 /* Define to the full name and version of this package. */
85 #define PACKAGE_STRING "GNU OpenMP Runtime Library 1.0"
86 
87 /* Define to the one symbol short name of this package. */
88 #define PACKAGE_TARNAME "libgomp"
89 
90 /* Define to the version of this package. */
91 #define PACKAGE_VERSION "1.0"
92 
93 /* The size of a `char', as computed by sizeof. */
94 /* #undef SIZEOF_CHAR */
95 
96 /* The size of a `int', as computed by sizeof. */
97 /* #undef SIZEOF_INT */
98 
99 /* The size of a `long', as computed by sizeof. */
100 /* #undef SIZEOF_LONG */
101 
102 /* The size of a `short', as computed by sizeof. */
103 /* #undef SIZEOF_SHORT */
104 
105 /* The size of a `void *', as computed by sizeof. */
106 /* #undef SIZEOF_VOID_P */
107 
108 /* Define to 1 if you have the ANSI C header files. */
109 #define STDC_HEADERS 1
110 
111 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
112 #define TIME_WITH_SYS_TIME 1
113 
114 /* Version number of package */
115 #define VERSION "1.0"
116