xref: /minix3/external/gpl3/gcc/lib/libgomp/arch/m68k/config.h (revision d19d7d58aa5cd1165eefe1a0d807c8afe282db62)
118a5822eSThomas Veerman /* This file is automatically generated.  DO NOT EDIT! */
2*d19d7d58SLionel Sambuc /* Generated from: 	NetBSD: mknative-gcc,v 1.67 2012/08/11 16:05:01 skrll Exp  */
318a5822eSThomas Veerman /* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb 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 
6218a5822eSThomas Veerman /* Define to 1 if the target supports __sync_*_compare_and_swap */
6318a5822eSThomas Veerman /* #undef HAVE_SYNC_BUILTINS */
6418a5822eSThomas Veerman 
6518a5822eSThomas Veerman /* Define to 1 if you have the <sys/loadavg.h> header file. */
6618a5822eSThomas Veerman /* #undef HAVE_SYS_LOADAVG_H */
6718a5822eSThomas Veerman 
6818a5822eSThomas Veerman /* Define to 1 if you have the <sys/stat.h> header file. */
6918a5822eSThomas Veerman #define HAVE_SYS_STAT_H 1
7018a5822eSThomas Veerman 
7118a5822eSThomas Veerman /* Define to 1 if you have the <sys/time.h> header file. */
7218a5822eSThomas Veerman #define HAVE_SYS_TIME_H 1
7318a5822eSThomas Veerman 
7418a5822eSThomas Veerman /* Define to 1 if you have the <sys/types.h> header file. */
7518a5822eSThomas Veerman #define HAVE_SYS_TYPES_H 1
7618a5822eSThomas Veerman 
7718a5822eSThomas Veerman /* Define to 1 if the target supports thread-local storage. */
78*d19d7d58SLionel Sambuc #define HAVE_TLS 1
7918a5822eSThomas Veerman 
8018a5822eSThomas Veerman /* Define to 1 if you have the <unistd.h> header file. */
8118a5822eSThomas Veerman #define HAVE_UNISTD_H 1
8218a5822eSThomas Veerman 
8318a5822eSThomas Veerman /* Define to 1 if GNU symbol versioning is used for libgomp. */
8418a5822eSThomas Veerman /* #undef LIBGOMP_GNU_SYMBOL_VERSIONING */
8518a5822eSThomas Veerman 
8618a5822eSThomas Veerman /* Define to the sub-directory in which libtool stores uninstalled libraries.
8718a5822eSThomas Veerman    */
8818a5822eSThomas Veerman #define LT_OBJDIR ".libs/"
8918a5822eSThomas Veerman 
9018a5822eSThomas Veerman /* Name of package */
9118a5822eSThomas Veerman #define PACKAGE "libgomp"
9218a5822eSThomas Veerman 
9318a5822eSThomas Veerman /* Define to the address where bug reports for this package should be sent. */
9418a5822eSThomas Veerman #define PACKAGE_BUGREPORT ""
9518a5822eSThomas Veerman 
9618a5822eSThomas Veerman /* Define to the full name of this package. */
9718a5822eSThomas Veerman #define PACKAGE_NAME "GNU OpenMP Runtime Library"
9818a5822eSThomas Veerman 
9918a5822eSThomas Veerman /* Define to the full name and version of this package. */
10018a5822eSThomas Veerman #define PACKAGE_STRING "GNU OpenMP Runtime Library 1.0"
10118a5822eSThomas Veerman 
10218a5822eSThomas Veerman /* Define to the one symbol short name of this package. */
10318a5822eSThomas Veerman #define PACKAGE_TARNAME "libgomp"
10418a5822eSThomas Veerman 
10518a5822eSThomas Veerman /* Define to the home page for this package. */
10618a5822eSThomas Veerman #define PACKAGE_URL "http://www.gnu.org/software/libgomp/"
10718a5822eSThomas Veerman 
10818a5822eSThomas Veerman /* Define to the version of this package. */
10918a5822eSThomas Veerman #define PACKAGE_VERSION "1.0"
11018a5822eSThomas Veerman 
11118a5822eSThomas Veerman /* The size of `char', as computed by sizeof. */
11218a5822eSThomas Veerman /* #undef SIZEOF_CHAR */
11318a5822eSThomas Veerman 
11418a5822eSThomas Veerman /* The size of `int', as computed by sizeof. */
11518a5822eSThomas Veerman /* #undef SIZEOF_INT */
11618a5822eSThomas Veerman 
11718a5822eSThomas Veerman /* The size of `long', as computed by sizeof. */
11818a5822eSThomas Veerman /* #undef SIZEOF_LONG */
11918a5822eSThomas Veerman 
12018a5822eSThomas Veerman /* The size of `short', as computed by sizeof. */
12118a5822eSThomas Veerman /* #undef SIZEOF_SHORT */
12218a5822eSThomas Veerman 
12318a5822eSThomas Veerman /* The size of `void *', as computed by sizeof. */
12418a5822eSThomas Veerman /* #undef SIZEOF_VOID_P */
12518a5822eSThomas Veerman 
12618a5822eSThomas Veerman /* Define to 1 if you have the ANSI C header files. */
12718a5822eSThomas Veerman #define STDC_HEADERS 1
12818a5822eSThomas Veerman 
12918a5822eSThomas Veerman /* Define if you can safely include both <string.h> and <strings.h>. */
13018a5822eSThomas Veerman #define STRING_WITH_STRINGS 1
13118a5822eSThomas Veerman 
13218a5822eSThomas Veerman /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
13318a5822eSThomas Veerman #define TIME_WITH_SYS_TIME 1
13418a5822eSThomas Veerman 
13518a5822eSThomas Veerman /* Version number of package */
13618a5822eSThomas Veerman #define VERSION "1.0"
137