1169718Skan/* config.h.  Generated by configure.  */
2169718Skan/* config.h.in.  Generated from configure.ac by autoheader.  */
3169718Skan/* $FreeBSD: releng/10.3/gnu/lib/libgomp/config.h 283010 2015-05-16 15:44:13Z pfg $ */
4169718Skan
5169718Skan/* Define to 1 if the target supports __attribute__((alias(...))). */
6169718Skan#define HAVE_ATTRIBUTE_ALIAS 1
7169718Skan
8169718Skan/* Define to 1 if the target supports __attribute__((dllexport)). */
9169718Skan/* #undef HAVE_ATTRIBUTE_DLLEXPORT */
10169718Skan
11169718Skan/* Define to 1 if the target supports __attribute__((visibility(...))). */
12169718Skan#define HAVE_ATTRIBUTE_VISIBILITY 1
13169718Skan
14169718Skan/* Define if the POSIX Semaphores do not work on your system. */
15169718Skan/* #undef HAVE_BROKEN_POSIX_SEMAPHORES */
16169718Skan
17169718Skan/* Define to 1 if you have the `clock_gettime' function. */
18169718Skan#define HAVE_CLOCK_GETTIME 1
19169718Skan
20169718Skan/* Define to 1 if you have the `getloadavg' function. */
21169718Skan#define HAVE_GETLOADAVG 1
22169718Skan
23169718Skan/* Define to 1 if you have the <inttypes.h> header file. */
24169718Skan#define HAVE_INTTYPES_H 1
25169718Skan
26169718Skan/* Define to 1 if you have the <memory.h> header file. */
27169718Skan#define HAVE_MEMORY_H 1
28169718Skan
29283010Spfg/* Define if pthread_{,attr_}{g,s}etaffinity_np is supported. */
30283010Spfg#undef HAVE_PTHREAD_AFFINITY_NP
31283010Spfg
32169718Skan/* Define to 1 if you have the <semaphore.h> header file. */
33169718Skan#define HAVE_SEMAPHORE_H 1
34169718Skan
35169718Skan/* Define to 1 if you have the <stdint.h> header file. */
36169718Skan#define HAVE_STDINT_H 1
37169718Skan
38169718Skan/* Define to 1 if you have the <stdlib.h> header file. */
39169718Skan#define HAVE_STDLIB_H 1
40169718Skan
41169718Skan/* Define to 1 if you have the <strings.h> header file. */
42169718Skan#define HAVE_STRINGS_H 1
43169718Skan
44169718Skan/* Define to 1 if you have the <string.h> header file. */
45169718Skan#define HAVE_STRING_H 1
46169718Skan
47169718Skan/* Define to 1 if the target supports __sync_*_compare_and_swap */
48169718Skan#ifdef __amd64__
49169718Skan#define HAVE_SYNC_BUILTINS 1
50169718Skan#endif
51169718Skan
52169718Skan/* Define to 1 if you have the <sys/loadavg.h> header file. */
53169718Skan/* #undef HAVE_SYS_LOADAVG_H */
54169718Skan
55169718Skan/* Define to 1 if you have the <sys/stat.h> header file. */
56169718Skan#define HAVE_SYS_STAT_H 1
57169718Skan
58283010Spfg/* Define to 1 if you have the <sys/sysctl.h> header file. */
59283010Spfg#define HAVE_SYS_SYSCTL_H 1
60283010Spfg
61169718Skan/* Define to 1 if you have the <sys/time.h> header file. */
62169718Skan#define HAVE_SYS_TIME_H 1
63169718Skan
64169718Skan/* Define to 1 if you have the <sys/types.h> header file. */
65169718Skan#define HAVE_SYS_TYPES_H 1
66169718Skan
67169718Skan/* Define to 1 if the target supports thread-local storage. */
68237098Smarius#if !defined(__mips__)
69169718Skan#define HAVE_TLS 1
70169718Skan#endif
71169718Skan
72169718Skan/* Define to 1 if you have the <unistd.h> header file. */
73169718Skan#define HAVE_UNISTD_H 1
74169718Skan
75169718Skan/* Name of package */
76169718Skan#define PACKAGE "libgomp"
77169718Skan
78169718Skan/* Define to the address where bug reports for this package should be sent. */
79169718Skan#define PACKAGE_BUGREPORT ""
80169718Skan
81169718Skan/* Define to the full name of this package. */
82169718Skan#define PACKAGE_NAME "GNU OpenMP Runtime Library"
83169718Skan
84169718Skan/* Define to the full name and version of this package. */
85169718Skan#define PACKAGE_STRING "GNU OpenMP Runtime Library 1.0"
86169718Skan
87169718Skan/* Define to the one symbol short name of this package. */
88169718Skan#define PACKAGE_TARNAME "libgomp"
89169718Skan
90169718Skan/* Define to the version of this package. */
91169718Skan#define PACKAGE_VERSION "1.0"
92169718Skan
93169718Skan/* The size of a `char', as computed by sizeof. */
94169718Skan/* #undef SIZEOF_CHAR */
95169718Skan
96169718Skan/* The size of a `int', as computed by sizeof. */
97169718Skan/* #undef SIZEOF_INT */
98169718Skan
99169718Skan/* The size of a `long', as computed by sizeof. */
100169718Skan/* #undef SIZEOF_LONG */
101169718Skan
102169718Skan/* The size of a `short', as computed by sizeof. */
103169718Skan/* #undef SIZEOF_SHORT */
104169718Skan
105169718Skan/* The size of a `void *', as computed by sizeof. */
106169718Skan/* #undef SIZEOF_VOID_P */
107169718Skan
108169718Skan/* Define to 1 if you have the ANSI C header files. */
109169718Skan#define STDC_HEADERS 1
110169718Skan
111169718Skan/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
112169718Skan#define TIME_WITH_SYS_TIME 1
113169718Skan
114169718Skan/* Version number of package */
115169718Skan#define VERSION "1.0"
116