1169718Skan/* config.h.  Generated by configure.  */
2169718Skan/* config.h.in.  Generated from configure.ac by autoheader.  */
3169718Skan/* $FreeBSD$ */
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
29169718Skan/* Define to 1 if you have the <semaphore.h> header file. */
30169718Skan#define HAVE_SEMAPHORE_H 1
31169718Skan
32169718Skan/* Define to 1 if you have the <stdint.h> header file. */
33169718Skan#define HAVE_STDINT_H 1
34169718Skan
35169718Skan/* Define to 1 if you have the <stdlib.h> header file. */
36169718Skan#define HAVE_STDLIB_H 1
37169718Skan
38169718Skan/* Define to 1 if you have the <strings.h> header file. */
39169718Skan#define HAVE_STRINGS_H 1
40169718Skan
41169718Skan/* Define to 1 if you have the <string.h> header file. */
42169718Skan#define HAVE_STRING_H 1
43169718Skan
44169718Skan/* Define to 1 if the target supports __sync_*_compare_and_swap */
45169718Skan#ifdef __amd64__
46169718Skan#define HAVE_SYNC_BUILTINS 1
47169718Skan#endif
48169718Skan
49169718Skan/* Define to 1 if you have the <sys/loadavg.h> header file. */
50169718Skan/* #undef HAVE_SYS_LOADAVG_H */
51169718Skan
52169718Skan/* Define to 1 if you have the <sys/stat.h> header file. */
53169718Skan#define HAVE_SYS_STAT_H 1
54169718Skan
55169718Skan/* Define to 1 if you have the <sys/time.h> header file. */
56169718Skan#define HAVE_SYS_TIME_H 1
57169718Skan
58169718Skan/* Define to 1 if you have the <sys/types.h> header file. */
59169718Skan#define HAVE_SYS_TYPES_H 1
60169718Skan
61169718Skan/* Define to 1 if the target supports thread-local storage. */
62237098Smarius#if !defined(__mips__)
63169718Skan#define HAVE_TLS 1
64169718Skan#endif
65169718Skan
66169718Skan/* Define to 1 if you have the <unistd.h> header file. */
67169718Skan#define HAVE_UNISTD_H 1
68169718Skan
69169718Skan/* Name of package */
70169718Skan#define PACKAGE "libgomp"
71169718Skan
72169718Skan/* Define to the address where bug reports for this package should be sent. */
73169718Skan#define PACKAGE_BUGREPORT ""
74169718Skan
75169718Skan/* Define to the full name of this package. */
76169718Skan#define PACKAGE_NAME "GNU OpenMP Runtime Library"
77169718Skan
78169718Skan/* Define to the full name and version of this package. */
79169718Skan#define PACKAGE_STRING "GNU OpenMP Runtime Library 1.0"
80169718Skan
81169718Skan/* Define to the one symbol short name of this package. */
82169718Skan#define PACKAGE_TARNAME "libgomp"
83169718Skan
84169718Skan/* Define to the version of this package. */
85169718Skan#define PACKAGE_VERSION "1.0"
86169718Skan
87169718Skan/* The size of a `char', as computed by sizeof. */
88169718Skan/* #undef SIZEOF_CHAR */
89169718Skan
90169718Skan/* The size of a `int', as computed by sizeof. */
91169718Skan/* #undef SIZEOF_INT */
92169718Skan
93169718Skan/* The size of a `long', as computed by sizeof. */
94169718Skan/* #undef SIZEOF_LONG */
95169718Skan
96169718Skan/* The size of a `short', as computed by sizeof. */
97169718Skan/* #undef SIZEOF_SHORT */
98169718Skan
99169718Skan/* The size of a `void *', as computed by sizeof. */
100169718Skan/* #undef SIZEOF_VOID_P */
101169718Skan
102169718Skan/* Define to 1 if you have the ANSI C header files. */
103169718Skan#define STDC_HEADERS 1
104169718Skan
105169718Skan/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
106169718Skan#define TIME_WITH_SYS_TIME 1
107169718Skan
108169718Skan/* Version number of package */
109169718Skan#define VERSION "1.0"
110