xref: /minix3/external/gpl3/gcc/lib/libgomp/arch/coldfire/config.h (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
184d9c625SLionel Sambuc /* This file is automatically generated.  DO NOT EDIT! */
2*0a6a1f1dSLionel Sambuc /* Generated from: NetBSD: mknative-gcc,v 1.78 2014/03/02 04:58:20 mrg Exp  */
3*0a6a1f1dSLionel Sambuc /* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp  */
484d9c625SLionel Sambuc 
584d9c625SLionel Sambuc /* config.h.  Generated from config.h.in by configure.  */
684d9c625SLionel Sambuc /* config.h.in.  Generated from configure.ac by autoheader.  */
784d9c625SLionel Sambuc 
884d9c625SLionel Sambuc /* Define to 1 if the target assembler supports .symver directive. */
984d9c625SLionel Sambuc #define HAVE_AS_SYMVER_DIRECTIVE 1
1084d9c625SLionel Sambuc 
1184d9c625SLionel Sambuc /* Define to 1 if the target supports __attribute__((alias(...))). */
1284d9c625SLionel Sambuc #define HAVE_ATTRIBUTE_ALIAS 1
1384d9c625SLionel Sambuc 
1484d9c625SLionel Sambuc /* Define to 1 if the target supports __attribute__((dllexport)). */
1584d9c625SLionel Sambuc /* #undef HAVE_ATTRIBUTE_DLLEXPORT */
1684d9c625SLionel Sambuc 
1784d9c625SLionel Sambuc /* Define to 1 if the target supports __attribute__((visibility(...))). */
1884d9c625SLionel Sambuc #define HAVE_ATTRIBUTE_VISIBILITY 1
1984d9c625SLionel Sambuc 
2084d9c625SLionel Sambuc /* Define if the POSIX Semaphores do not work on your system. */
2184d9c625SLionel Sambuc /* #undef HAVE_BROKEN_POSIX_SEMAPHORES */
2284d9c625SLionel Sambuc 
2384d9c625SLionel Sambuc /* Define to 1 if the target assembler supports thread-local storage. */
2484d9c625SLionel Sambuc /* #undef HAVE_CC_TLS */
2584d9c625SLionel Sambuc 
2684d9c625SLionel Sambuc /* Define to 1 if you have the `clock_gettime' function. */
2784d9c625SLionel Sambuc #define HAVE_CLOCK_GETTIME 1
2884d9c625SLionel Sambuc 
2984d9c625SLionel Sambuc /* Define to 1 if you have the <dlfcn.h> header file. */
3084d9c625SLionel Sambuc #define HAVE_DLFCN_H 1
3184d9c625SLionel Sambuc 
3284d9c625SLionel Sambuc /* Define to 1 if you have the `getloadavg' function. */
3384d9c625SLionel Sambuc #define HAVE_GETLOADAVG 1
3484d9c625SLionel Sambuc 
3584d9c625SLionel Sambuc /* Define to 1 if you have the <inttypes.h> header file. */
3684d9c625SLionel Sambuc #define HAVE_INTTYPES_H 1
3784d9c625SLionel Sambuc 
3884d9c625SLionel Sambuc /* Define to 1 if you have the <memory.h> header file. */
3984d9c625SLionel Sambuc #define HAVE_MEMORY_H 1
4084d9c625SLionel Sambuc 
4184d9c625SLionel Sambuc /* Define if pthread_{,attr_}{g,s}etaffinity_np is supported. */
4284d9c625SLionel Sambuc /* #undef HAVE_PTHREAD_AFFINITY_NP */
4384d9c625SLionel Sambuc 
4484d9c625SLionel Sambuc /* Define to 1 if you have the <semaphore.h> header file. */
4584d9c625SLionel Sambuc #define HAVE_SEMAPHORE_H 1
4684d9c625SLionel Sambuc 
4784d9c625SLionel Sambuc /* Define to 1 if you have the <stdint.h> header file. */
4884d9c625SLionel Sambuc #define HAVE_STDINT_H 1
4984d9c625SLionel Sambuc 
5084d9c625SLionel Sambuc /* Define to 1 if you have the <stdlib.h> header file. */
5184d9c625SLionel Sambuc #define HAVE_STDLIB_H 1
5284d9c625SLionel Sambuc 
5384d9c625SLionel Sambuc /* Define to 1 if you have the <strings.h> header file. */
5484d9c625SLionel Sambuc #define HAVE_STRINGS_H 1
5584d9c625SLionel Sambuc 
5684d9c625SLionel Sambuc /* Define to 1 if you have the <string.h> header file. */
5784d9c625SLionel Sambuc #define HAVE_STRING_H 1
5884d9c625SLionel Sambuc 
5984d9c625SLionel Sambuc /* Define to 1 if you have the `strtoull' function. */
6084d9c625SLionel Sambuc #define HAVE_STRTOULL 1
6184d9c625SLionel 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 
6684d9c625SLionel Sambuc /* Define to 1 if the target supports __sync_*_compare_and_swap */
67*0a6a1f1dSLionel Sambuc #define HAVE_SYNC_BUILTINS 1
6884d9c625SLionel Sambuc 
6984d9c625SLionel Sambuc /* Define to 1 if you have the <sys/loadavg.h> header file. */
7084d9c625SLionel Sambuc /* #undef HAVE_SYS_LOADAVG_H */
7184d9c625SLionel Sambuc 
7284d9c625SLionel Sambuc /* Define to 1 if you have the <sys/stat.h> header file. */
7384d9c625SLionel Sambuc #define HAVE_SYS_STAT_H 1
7484d9c625SLionel Sambuc 
7584d9c625SLionel Sambuc /* Define to 1 if you have the <sys/time.h> header file. */
7684d9c625SLionel Sambuc #define HAVE_SYS_TIME_H 1
7784d9c625SLionel Sambuc 
7884d9c625SLionel Sambuc /* Define to 1 if you have the <sys/types.h> header file. */
7984d9c625SLionel Sambuc #define HAVE_SYS_TYPES_H 1
8084d9c625SLionel Sambuc 
8184d9c625SLionel Sambuc /* Define to 1 if the target supports thread-local storage. */
8284d9c625SLionel Sambuc #define HAVE_TLS 1
8384d9c625SLionel Sambuc 
8484d9c625SLionel Sambuc /* Define to 1 if you have the <unistd.h> header file. */
8584d9c625SLionel Sambuc #define HAVE_UNISTD_H 1
8684d9c625SLionel Sambuc 
8784d9c625SLionel Sambuc /* Define to 1 if GNU symbol versioning is used for libgomp. */
8884d9c625SLionel Sambuc /* #undef LIBGOMP_GNU_SYMBOL_VERSIONING */
8984d9c625SLionel Sambuc 
9084d9c625SLionel Sambuc /* Define to the sub-directory in which libtool stores uninstalled libraries.
9184d9c625SLionel Sambuc    */
9284d9c625SLionel Sambuc #define LT_OBJDIR ".libs/"
9384d9c625SLionel Sambuc 
9484d9c625SLionel Sambuc /* Name of package */
9584d9c625SLionel Sambuc #define PACKAGE "libgomp"
9684d9c625SLionel Sambuc 
9784d9c625SLionel Sambuc /* Define to the address where bug reports for this package should be sent. */
9884d9c625SLionel Sambuc #define PACKAGE_BUGREPORT ""
9984d9c625SLionel Sambuc 
10084d9c625SLionel Sambuc /* Define to the full name of this package. */
10184d9c625SLionel Sambuc #define PACKAGE_NAME "GNU OpenMP Runtime Library"
10284d9c625SLionel Sambuc 
10384d9c625SLionel Sambuc /* Define to the full name and version of this package. */
10484d9c625SLionel Sambuc #define PACKAGE_STRING "GNU OpenMP Runtime Library 1.0"
10584d9c625SLionel Sambuc 
10684d9c625SLionel Sambuc /* Define to the one symbol short name of this package. */
10784d9c625SLionel Sambuc #define PACKAGE_TARNAME "libgomp"
10884d9c625SLionel Sambuc 
10984d9c625SLionel Sambuc /* Define to the home page for this package. */
11084d9c625SLionel Sambuc #define PACKAGE_URL "http://www.gnu.org/software/libgomp/"
11184d9c625SLionel Sambuc 
11284d9c625SLionel Sambuc /* Define to the version of this package. */
11384d9c625SLionel Sambuc #define PACKAGE_VERSION "1.0"
11484d9c625SLionel Sambuc 
11584d9c625SLionel Sambuc /* The size of `char', as computed by sizeof. */
11684d9c625SLionel Sambuc /* #undef SIZEOF_CHAR */
11784d9c625SLionel Sambuc 
11884d9c625SLionel Sambuc /* The size of `int', as computed by sizeof. */
11984d9c625SLionel Sambuc /* #undef SIZEOF_INT */
12084d9c625SLionel Sambuc 
12184d9c625SLionel Sambuc /* The size of `long', as computed by sizeof. */
12284d9c625SLionel Sambuc /* #undef SIZEOF_LONG */
12384d9c625SLionel Sambuc 
12484d9c625SLionel Sambuc /* The size of `short', as computed by sizeof. */
12584d9c625SLionel Sambuc /* #undef SIZEOF_SHORT */
12684d9c625SLionel Sambuc 
12784d9c625SLionel Sambuc /* The size of `void *', as computed by sizeof. */
12884d9c625SLionel Sambuc /* #undef SIZEOF_VOID_P */
12984d9c625SLionel Sambuc 
13084d9c625SLionel Sambuc /* Define to 1 if you have the ANSI C header files. */
13184d9c625SLionel Sambuc #define STDC_HEADERS 1
13284d9c625SLionel Sambuc 
13384d9c625SLionel Sambuc /* Define if you can safely include both <string.h> and <strings.h>. */
13484d9c625SLionel Sambuc #define STRING_WITH_STRINGS 1
13584d9c625SLionel Sambuc 
13684d9c625SLionel Sambuc /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
13784d9c625SLionel Sambuc #define TIME_WITH_SYS_TIME 1
13884d9c625SLionel Sambuc 
13984d9c625SLionel Sambuc /* Version number of package */
14084d9c625SLionel Sambuc #define VERSION "1.0"
141