xref: /minix3/external/gpl3/gcc/lib/libgomp/arch/powerpc/config.h (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
118a5822eSThomas Veerman /* This file is automatically generated.  DO NOT EDIT! */
2*0a6a1f1dSLionel Sambuc /* Generated from: NetBSD: mknative-gcc,v 1.70 2013/05/05 07:11:34 skrll Exp  */
3*0a6a1f1dSLionel Sambuc /* Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp  */
418a5822eSThomas Veerman 
518a5822eSThomas Veerman /* config.h.  Generated from config.h.in by configure.  */
618a5822eSThomas Veerman /* config.h.in.  Generated from configure.ac by autoheader.  */
718a5822eSThomas Veerman 
818a5822eSThomas Veerman /* Define to 1 if the target assembler supports .symver directive. */
918a5822eSThomas Veerman #define HAVE_AS_SYMVER_DIRECTIVE 1
1018a5822eSThomas Veerman 
1118a5822eSThomas Veerman /* Define to 1 if the target supports __attribute__((alias(...))). */
1218a5822eSThomas Veerman #define HAVE_ATTRIBUTE_ALIAS 1
1318a5822eSThomas Veerman 
1418a5822eSThomas Veerman /* Define to 1 if the target supports __attribute__((dllexport)). */
1518a5822eSThomas Veerman /* #undef HAVE_ATTRIBUTE_DLLEXPORT */
1618a5822eSThomas Veerman 
1718a5822eSThomas Veerman /* Define to 1 if the target supports __attribute__((visibility(...))). */
1818a5822eSThomas Veerman #define HAVE_ATTRIBUTE_VISIBILITY 1
1918a5822eSThomas Veerman 
2018a5822eSThomas Veerman /* Define if the POSIX Semaphores do not work on your system. */
2118a5822eSThomas Veerman /* #undef HAVE_BROKEN_POSIX_SEMAPHORES */
2218a5822eSThomas Veerman 
2318a5822eSThomas Veerman /* Define to 1 if the target assembler supports thread-local storage. */
2418a5822eSThomas Veerman /* #undef HAVE_CC_TLS */
2518a5822eSThomas Veerman 
2618a5822eSThomas Veerman /* Define to 1 if you have the `clock_gettime' function. */
2718a5822eSThomas Veerman #define HAVE_CLOCK_GETTIME 1
2818a5822eSThomas Veerman 
2918a5822eSThomas Veerman /* Define to 1 if you have the <dlfcn.h> header file. */
3018a5822eSThomas Veerman #define HAVE_DLFCN_H 1
3118a5822eSThomas Veerman 
3218a5822eSThomas Veerman /* Define to 1 if you have the `getloadavg' function. */
3318a5822eSThomas Veerman #define HAVE_GETLOADAVG 1
3418a5822eSThomas Veerman 
3518a5822eSThomas Veerman /* Define to 1 if you have the <inttypes.h> header file. */
3618a5822eSThomas Veerman #define HAVE_INTTYPES_H 1
3718a5822eSThomas Veerman 
3818a5822eSThomas Veerman /* Define to 1 if you have the <memory.h> header file. */
3918a5822eSThomas Veerman #define HAVE_MEMORY_H 1
4018a5822eSThomas Veerman 
4118a5822eSThomas Veerman /* Define if pthread_{,attr_}{g,s}etaffinity_np is supported. */
4218a5822eSThomas Veerman /* #undef HAVE_PTHREAD_AFFINITY_NP */
4318a5822eSThomas Veerman 
4418a5822eSThomas Veerman /* Define to 1 if you have the <semaphore.h> header file. */
4518a5822eSThomas Veerman #define HAVE_SEMAPHORE_H 1
4618a5822eSThomas Veerman 
4718a5822eSThomas Veerman /* Define to 1 if you have the <stdint.h> header file. */
4818a5822eSThomas Veerman #define HAVE_STDINT_H 1
4918a5822eSThomas Veerman 
5018a5822eSThomas Veerman /* Define to 1 if you have the <stdlib.h> header file. */
5118a5822eSThomas Veerman #define HAVE_STDLIB_H 1
5218a5822eSThomas Veerman 
5318a5822eSThomas Veerman /* Define to 1 if you have the <strings.h> header file. */
5418a5822eSThomas Veerman #define HAVE_STRINGS_H 1
5518a5822eSThomas Veerman 
5618a5822eSThomas Veerman /* Define to 1 if you have the <string.h> header file. */
5718a5822eSThomas Veerman #define HAVE_STRING_H 1
5818a5822eSThomas Veerman 
5918a5822eSThomas Veerman /* Define to 1 if you have the `strtoull' function. */
6018a5822eSThomas Veerman #define HAVE_STRTOULL 1
6118a5822eSThomas Veerman 
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 
6618a5822eSThomas Veerman /* Define to 1 if the target supports __sync_*_compare_and_swap */
6718a5822eSThomas Veerman #define HAVE_SYNC_BUILTINS 1
6818a5822eSThomas Veerman 
6918a5822eSThomas Veerman /* Define to 1 if you have the <sys/loadavg.h> header file. */
7018a5822eSThomas Veerman /* #undef HAVE_SYS_LOADAVG_H */
7118a5822eSThomas Veerman 
7218a5822eSThomas Veerman /* Define to 1 if you have the <sys/stat.h> header file. */
7318a5822eSThomas Veerman #define HAVE_SYS_STAT_H 1
7418a5822eSThomas Veerman 
7518a5822eSThomas Veerman /* Define to 1 if you have the <sys/time.h> header file. */
7618a5822eSThomas Veerman #define HAVE_SYS_TIME_H 1
7718a5822eSThomas Veerman 
7818a5822eSThomas Veerman /* Define to 1 if you have the <sys/types.h> header file. */
7918a5822eSThomas Veerman #define HAVE_SYS_TYPES_H 1
8018a5822eSThomas Veerman 
8118a5822eSThomas Veerman /* Define to 1 if the target supports thread-local storage. */
8218a5822eSThomas Veerman #define HAVE_TLS 1
8318a5822eSThomas Veerman 
8418a5822eSThomas Veerman /* Define to 1 if you have the <unistd.h> header file. */
8518a5822eSThomas Veerman #define HAVE_UNISTD_H 1
8618a5822eSThomas Veerman 
8718a5822eSThomas Veerman /* Define to 1 if GNU symbol versioning is used for libgomp. */
8818a5822eSThomas Veerman /* #undef LIBGOMP_GNU_SYMBOL_VERSIONING */
8918a5822eSThomas Veerman 
9018a5822eSThomas Veerman /* Define to the sub-directory in which libtool stores uninstalled libraries.
9118a5822eSThomas Veerman    */
9218a5822eSThomas Veerman #define LT_OBJDIR ".libs/"
9318a5822eSThomas Veerman 
9418a5822eSThomas Veerman /* Name of package */
9518a5822eSThomas Veerman #define PACKAGE "libgomp"
9618a5822eSThomas Veerman 
9718a5822eSThomas Veerman /* Define to the address where bug reports for this package should be sent. */
9818a5822eSThomas Veerman #define PACKAGE_BUGREPORT ""
9918a5822eSThomas Veerman 
10018a5822eSThomas Veerman /* Define to the full name of this package. */
10118a5822eSThomas Veerman #define PACKAGE_NAME "GNU OpenMP Runtime Library"
10218a5822eSThomas Veerman 
10318a5822eSThomas Veerman /* Define to the full name and version of this package. */
10418a5822eSThomas Veerman #define PACKAGE_STRING "GNU OpenMP Runtime Library 1.0"
10518a5822eSThomas Veerman 
10618a5822eSThomas Veerman /* Define to the one symbol short name of this package. */
10718a5822eSThomas Veerman #define PACKAGE_TARNAME "libgomp"
10818a5822eSThomas Veerman 
10918a5822eSThomas Veerman /* Define to the home page for this package. */
11018a5822eSThomas Veerman #define PACKAGE_URL "http://www.gnu.org/software/libgomp/"
11118a5822eSThomas Veerman 
11218a5822eSThomas Veerman /* Define to the version of this package. */
11318a5822eSThomas Veerman #define PACKAGE_VERSION "1.0"
11418a5822eSThomas Veerman 
11518a5822eSThomas Veerman /* The size of `char', as computed by sizeof. */
11618a5822eSThomas Veerman /* #undef SIZEOF_CHAR */
11718a5822eSThomas Veerman 
11818a5822eSThomas Veerman /* The size of `int', as computed by sizeof. */
11918a5822eSThomas Veerman /* #undef SIZEOF_INT */
12018a5822eSThomas Veerman 
12118a5822eSThomas Veerman /* The size of `long', as computed by sizeof. */
12218a5822eSThomas Veerman /* #undef SIZEOF_LONG */
12318a5822eSThomas Veerman 
12418a5822eSThomas Veerman /* The size of `short', as computed by sizeof. */
12518a5822eSThomas Veerman /* #undef SIZEOF_SHORT */
12618a5822eSThomas Veerman 
12718a5822eSThomas Veerman /* The size of `void *', as computed by sizeof. */
12818a5822eSThomas Veerman /* #undef SIZEOF_VOID_P */
12918a5822eSThomas Veerman 
13018a5822eSThomas Veerman /* Define to 1 if you have the ANSI C header files. */
13118a5822eSThomas Veerman #define STDC_HEADERS 1
13218a5822eSThomas Veerman 
13318a5822eSThomas Veerman /* Define if you can safely include both <string.h> and <strings.h>. */
13418a5822eSThomas Veerman #define STRING_WITH_STRINGS 1
13518a5822eSThomas Veerman 
13618a5822eSThomas Veerman /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
13718a5822eSThomas Veerman #define TIME_WITH_SYS_TIME 1
13818a5822eSThomas Veerman 
13918a5822eSThomas Veerman /* Version number of package */
14018a5822eSThomas Veerman #define VERSION "1.0"
141