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