xref: /minix3/external/gpl3/gcc/lib/libgomp/arch/or1k/config.h (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1*0a6a1f1dSLionel Sambuc /* This file is automatically generated.  DO NOT EDIT! */
2*0a6a1f1dSLionel Sambuc /* Generated from: NetBSD: mknative-gcc,v 1.79 2014/05/29 16:27:50 skrll Exp  */
3*0a6a1f1dSLionel Sambuc /* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp  */
4*0a6a1f1dSLionel Sambuc 
5*0a6a1f1dSLionel Sambuc /* config.h.  Generated from config.h.in by configure.  */
6*0a6a1f1dSLionel Sambuc /* config.h.in.  Generated from configure.ac by autoheader.  */
7*0a6a1f1dSLionel Sambuc 
8*0a6a1f1dSLionel Sambuc /* Define to 1 if the target assembler supports .symver directive. */
9*0a6a1f1dSLionel Sambuc #define HAVE_AS_SYMVER_DIRECTIVE 1
10*0a6a1f1dSLionel Sambuc 
11*0a6a1f1dSLionel Sambuc /* Define to 1 if the target supports __attribute__((alias(...))). */
12*0a6a1f1dSLionel Sambuc #define HAVE_ATTRIBUTE_ALIAS 1
13*0a6a1f1dSLionel Sambuc 
14*0a6a1f1dSLionel Sambuc /* Define to 1 if the target supports __attribute__((dllexport)). */
15*0a6a1f1dSLionel Sambuc /* #undef HAVE_ATTRIBUTE_DLLEXPORT */
16*0a6a1f1dSLionel Sambuc 
17*0a6a1f1dSLionel Sambuc /* Define to 1 if the target supports __attribute__((visibility(...))). */
18*0a6a1f1dSLionel Sambuc #define HAVE_ATTRIBUTE_VISIBILITY 1
19*0a6a1f1dSLionel Sambuc 
20*0a6a1f1dSLionel Sambuc /* Define if the POSIX Semaphores do not work on your system. */
21*0a6a1f1dSLionel Sambuc /* #undef HAVE_BROKEN_POSIX_SEMAPHORES */
22*0a6a1f1dSLionel Sambuc 
23*0a6a1f1dSLionel Sambuc /* Define to 1 if the target assembler supports thread-local storage. */
24*0a6a1f1dSLionel Sambuc /* #undef HAVE_CC_TLS */
25*0a6a1f1dSLionel Sambuc 
26*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the `clock_gettime' function. */
27*0a6a1f1dSLionel Sambuc #define HAVE_CLOCK_GETTIME 1
28*0a6a1f1dSLionel Sambuc 
29*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <dlfcn.h> header file. */
30*0a6a1f1dSLionel Sambuc #define HAVE_DLFCN_H 1
31*0a6a1f1dSLionel Sambuc 
32*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the `getloadavg' function. */
33*0a6a1f1dSLionel Sambuc #define HAVE_GETLOADAVG 1
34*0a6a1f1dSLionel Sambuc 
35*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <inttypes.h> header file. */
36*0a6a1f1dSLionel Sambuc #define HAVE_INTTYPES_H 1
37*0a6a1f1dSLionel Sambuc 
38*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <memory.h> header file. */
39*0a6a1f1dSLionel Sambuc #define HAVE_MEMORY_H 1
40*0a6a1f1dSLionel Sambuc 
41*0a6a1f1dSLionel Sambuc /* Define if pthread_{,attr_}{g,s}etaffinity_np is supported. */
42*0a6a1f1dSLionel Sambuc /* #undef HAVE_PTHREAD_AFFINITY_NP */
43*0a6a1f1dSLionel Sambuc 
44*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <semaphore.h> header file. */
45*0a6a1f1dSLionel Sambuc #define HAVE_SEMAPHORE_H 1
46*0a6a1f1dSLionel Sambuc 
47*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <stdint.h> header file. */
48*0a6a1f1dSLionel Sambuc #define HAVE_STDINT_H 1
49*0a6a1f1dSLionel Sambuc 
50*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <stdlib.h> header file. */
51*0a6a1f1dSLionel Sambuc #define HAVE_STDLIB_H 1
52*0a6a1f1dSLionel Sambuc 
53*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <strings.h> header file. */
54*0a6a1f1dSLionel Sambuc #define HAVE_STRINGS_H 1
55*0a6a1f1dSLionel Sambuc 
56*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <string.h> header file. */
57*0a6a1f1dSLionel Sambuc #define HAVE_STRING_H 1
58*0a6a1f1dSLionel Sambuc 
59*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the `strtoull' function. */
60*0a6a1f1dSLionel Sambuc #define HAVE_STRTOULL 1
61*0a6a1f1dSLionel Sambuc 
62*0a6a1f1dSLionel Sambuc /* Define to 1 if the target runtime linker supports binding the same symbol
63*0a6a1f1dSLionel Sambuc    to different versions. */
64*0a6a1f1dSLionel Sambuc /* #undef HAVE_SYMVER_SYMBOL_RENAMING_RUNTIME_SUPPORT */
65*0a6a1f1dSLionel Sambuc 
66*0a6a1f1dSLionel Sambuc /* Define to 1 if the target supports __sync_*_compare_and_swap */
67*0a6a1f1dSLionel Sambuc #define HAVE_SYNC_BUILTINS 1
68*0a6a1f1dSLionel Sambuc 
69*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <sys/loadavg.h> header file. */
70*0a6a1f1dSLionel Sambuc /* #undef HAVE_SYS_LOADAVG_H */
71*0a6a1f1dSLionel Sambuc 
72*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <sys/stat.h> header file. */
73*0a6a1f1dSLionel Sambuc #define HAVE_SYS_STAT_H 1
74*0a6a1f1dSLionel Sambuc 
75*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <sys/time.h> header file. */
76*0a6a1f1dSLionel Sambuc #define HAVE_SYS_TIME_H 1
77*0a6a1f1dSLionel Sambuc 
78*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <sys/types.h> header file. */
79*0a6a1f1dSLionel Sambuc #define HAVE_SYS_TYPES_H 1
80*0a6a1f1dSLionel Sambuc 
81*0a6a1f1dSLionel Sambuc /* Define to 1 if the target supports thread-local storage. */
82*0a6a1f1dSLionel Sambuc #define HAVE_TLS 1
83*0a6a1f1dSLionel Sambuc 
84*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <unistd.h> header file. */
85*0a6a1f1dSLionel Sambuc #define HAVE_UNISTD_H 1
86*0a6a1f1dSLionel Sambuc 
87*0a6a1f1dSLionel Sambuc /* Define to 1 if GNU symbol versioning is used for libgomp. */
88*0a6a1f1dSLionel Sambuc /* #undef LIBGOMP_GNU_SYMBOL_VERSIONING */
89*0a6a1f1dSLionel Sambuc 
90*0a6a1f1dSLionel Sambuc /* Define to the sub-directory in which libtool stores uninstalled libraries.
91*0a6a1f1dSLionel Sambuc    */
92*0a6a1f1dSLionel Sambuc #define LT_OBJDIR ".libs/"
93*0a6a1f1dSLionel Sambuc 
94*0a6a1f1dSLionel Sambuc /* Name of package */
95*0a6a1f1dSLionel Sambuc #define PACKAGE "libgomp"
96*0a6a1f1dSLionel Sambuc 
97*0a6a1f1dSLionel Sambuc /* Define to the address where bug reports for this package should be sent. */
98*0a6a1f1dSLionel Sambuc #define PACKAGE_BUGREPORT ""
99*0a6a1f1dSLionel Sambuc 
100*0a6a1f1dSLionel Sambuc /* Define to the full name of this package. */
101*0a6a1f1dSLionel Sambuc #define PACKAGE_NAME "GNU OpenMP Runtime Library"
102*0a6a1f1dSLionel Sambuc 
103*0a6a1f1dSLionel Sambuc /* Define to the full name and version of this package. */
104*0a6a1f1dSLionel Sambuc #define PACKAGE_STRING "GNU OpenMP Runtime Library 1.0"
105*0a6a1f1dSLionel Sambuc 
106*0a6a1f1dSLionel Sambuc /* Define to the one symbol short name of this package. */
107*0a6a1f1dSLionel Sambuc #define PACKAGE_TARNAME "libgomp"
108*0a6a1f1dSLionel Sambuc 
109*0a6a1f1dSLionel Sambuc /* Define to the home page for this package. */
110*0a6a1f1dSLionel Sambuc #define PACKAGE_URL "http://www.gnu.org/software/libgomp/"
111*0a6a1f1dSLionel Sambuc 
112*0a6a1f1dSLionel Sambuc /* Define to the version of this package. */
113*0a6a1f1dSLionel Sambuc #define PACKAGE_VERSION "1.0"
114*0a6a1f1dSLionel Sambuc 
115*0a6a1f1dSLionel Sambuc /* The size of `char', as computed by sizeof. */
116*0a6a1f1dSLionel Sambuc /* #undef SIZEOF_CHAR */
117*0a6a1f1dSLionel Sambuc 
118*0a6a1f1dSLionel Sambuc /* The size of `int', as computed by sizeof. */
119*0a6a1f1dSLionel Sambuc /* #undef SIZEOF_INT */
120*0a6a1f1dSLionel Sambuc 
121*0a6a1f1dSLionel Sambuc /* The size of `long', as computed by sizeof. */
122*0a6a1f1dSLionel Sambuc /* #undef SIZEOF_LONG */
123*0a6a1f1dSLionel Sambuc 
124*0a6a1f1dSLionel Sambuc /* The size of `short', as computed by sizeof. */
125*0a6a1f1dSLionel Sambuc /* #undef SIZEOF_SHORT */
126*0a6a1f1dSLionel Sambuc 
127*0a6a1f1dSLionel Sambuc /* The size of `void *', as computed by sizeof. */
128*0a6a1f1dSLionel Sambuc /* #undef SIZEOF_VOID_P */
129*0a6a1f1dSLionel Sambuc 
130*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the ANSI C header files. */
131*0a6a1f1dSLionel Sambuc #define STDC_HEADERS 1
132*0a6a1f1dSLionel Sambuc 
133*0a6a1f1dSLionel Sambuc /* Define if you can safely include both <string.h> and <strings.h>. */
134*0a6a1f1dSLionel Sambuc #define STRING_WITH_STRINGS 1
135*0a6a1f1dSLionel Sambuc 
136*0a6a1f1dSLionel Sambuc /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
137*0a6a1f1dSLionel Sambuc #define TIME_WITH_SYS_TIME 1
138*0a6a1f1dSLionel Sambuc 
139*0a6a1f1dSLionel Sambuc /* Version number of package */
140*0a6a1f1dSLionel Sambuc #define VERSION "1.0"
141