136ac495dSmrg /* This file is automatically generated. DO NOT EDIT! */ 2*8feb0f0bSmrg /* Generated from: NetBSD: mknative-gcc,v 1.114 2021/04/11 07:35:45 mrg Exp */ 336ac495dSmrg /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */ 436ac495dSmrg 536ac495dSmrg /* config.h. Generated from config.h.in by configure. */ 636ac495dSmrg /* config.h.in. Generated from configure.ac by autoheader. */ 736ac495dSmrg 8c0a68be4Smrg /* Define to 1 if you have the `aligned_alloc' function. */ 9c0a68be4Smrg #define HAVE_ALIGNED_ALLOC 1 10c0a68be4Smrg 1136ac495dSmrg /* Define to 1 if the target assembler supports .symver directive. */ 1236ac495dSmrg #define HAVE_AS_SYMVER_DIRECTIVE 1 1336ac495dSmrg 1436ac495dSmrg /* Define to 1 if the target supports __attribute__((alias(...))). */ 1536ac495dSmrg #define HAVE_ATTRIBUTE_ALIAS 1 1636ac495dSmrg 1736ac495dSmrg /* Define to 1 if the target supports __attribute__((dllexport)). */ 1836ac495dSmrg /* #undef HAVE_ATTRIBUTE_DLLEXPORT */ 1936ac495dSmrg 2036ac495dSmrg /* Define to 1 if the target supports __attribute__((visibility(...))). */ 2136ac495dSmrg #define HAVE_ATTRIBUTE_VISIBILITY 1 2236ac495dSmrg 2336ac495dSmrg /* Define if the POSIX Semaphores do not work on your system. */ 2436ac495dSmrg /* #undef HAVE_BROKEN_POSIX_SEMAPHORES */ 2536ac495dSmrg 2636ac495dSmrg /* Define to 1 if the target assembler supports thread-local storage. */ 2736ac495dSmrg /* #undef HAVE_CC_TLS */ 2836ac495dSmrg 2936ac495dSmrg /* Define to 1 if you have the `clock_gettime' function. */ 3036ac495dSmrg #define HAVE_CLOCK_GETTIME 1 3136ac495dSmrg 3236ac495dSmrg /* Define to 1 if you have the <dlfcn.h> header file. */ 3336ac495dSmrg #define HAVE_DLFCN_H 1 3436ac495dSmrg 3536ac495dSmrg /* Define to 1 if you have the `getegid' function. */ 3636ac495dSmrg #define HAVE_GETEGID 1 3736ac495dSmrg 3836ac495dSmrg /* Define to 1 if you have the `geteuid' function. */ 3936ac495dSmrg #define HAVE_GETEUID 1 4036ac495dSmrg 4136ac495dSmrg /* Define to 1 if you have the `getgid' function. */ 4236ac495dSmrg #define HAVE_GETGID 1 4336ac495dSmrg 44c0a68be4Smrg /* Define if gethostname is supported. */ 45c0a68be4Smrg #define HAVE_GETHOSTNAME 1 46c0a68be4Smrg 4736ac495dSmrg /* Define to 1 if you have the `getloadavg' function. */ 4836ac495dSmrg #define HAVE_GETLOADAVG 1 4936ac495dSmrg 50c0a68be4Smrg /* Define if getpid is supported. */ 51c0a68be4Smrg #define HAVE_GETPID 1 52c0a68be4Smrg 5336ac495dSmrg /* Define to 1 if you have the `getuid' function. */ 5436ac495dSmrg #define HAVE_GETUID 1 5536ac495dSmrg 5636ac495dSmrg /* Define to 1 if you have the <inttypes.h> header file. */ 5736ac495dSmrg #define HAVE_INTTYPES_H 1 5836ac495dSmrg 5936ac495dSmrg /* Define to 1 if you have the `dl' library (-ldl). */ 6036ac495dSmrg /* #undef HAVE_LIBDL */ 6136ac495dSmrg 62c0a68be4Smrg /* Define to 1 if you have the `memalign' function. */ 63c0a68be4Smrg /* #undef HAVE_MEMALIGN */ 64c0a68be4Smrg 6536ac495dSmrg /* Define to 1 if you have the <memory.h> header file. */ 6636ac495dSmrg #define HAVE_MEMORY_H 1 6736ac495dSmrg 68c0a68be4Smrg /* Define to 1 if you have the `posix_memalign' function. */ 69c0a68be4Smrg #define HAVE_POSIX_MEMALIGN 1 70c0a68be4Smrg 7136ac495dSmrg /* Define if pthread_{,attr_}{g,s}etaffinity_np is supported. */ 7236ac495dSmrg /* #undef HAVE_PTHREAD_AFFINITY_NP */ 7336ac495dSmrg 7436ac495dSmrg /* Define to 1 if you have the <pthread.h> header file. */ 7536ac495dSmrg #define HAVE_PTHREAD_H 1 7636ac495dSmrg 7736ac495dSmrg /* Define to 1 if you have the `secure_getenv' function. */ 7836ac495dSmrg /* #undef HAVE_SECURE_GETENV */ 7936ac495dSmrg 8036ac495dSmrg /* Define to 1 if you have the <semaphore.h> header file. */ 8136ac495dSmrg #define HAVE_SEMAPHORE_H 1 8236ac495dSmrg 8336ac495dSmrg /* Define to 1 if you have the <stdint.h> header file. */ 8436ac495dSmrg #define HAVE_STDINT_H 1 8536ac495dSmrg 8636ac495dSmrg /* Define to 1 if you have the <stdlib.h> header file. */ 8736ac495dSmrg #define HAVE_STDLIB_H 1 8836ac495dSmrg 8936ac495dSmrg /* Define to 1 if you have the <strings.h> header file. */ 9036ac495dSmrg #define HAVE_STRINGS_H 1 9136ac495dSmrg 9236ac495dSmrg /* Define to 1 if you have the <string.h> header file. */ 9336ac495dSmrg #define HAVE_STRING_H 1 9436ac495dSmrg 9536ac495dSmrg /* Define to 1 if you have the `strtoull' function. */ 9636ac495dSmrg #define HAVE_STRTOULL 1 9736ac495dSmrg 9836ac495dSmrg /* Define to 1 if the system has the type `struct _Mutex_Control'. */ 9936ac495dSmrg /* #undef HAVE_STRUCT__MUTEX_CONTROL */ 10036ac495dSmrg 10136ac495dSmrg /* Define to 1 if the target runtime linker supports binding the same symbol 10236ac495dSmrg to different versions. */ 10336ac495dSmrg #define HAVE_SYMVER_SYMBOL_RENAMING_RUNTIME_SUPPORT 1 10436ac495dSmrg 10536ac495dSmrg /* Define to 1 if the target supports __sync_*_compare_and_swap */ 10636ac495dSmrg #define HAVE_SYNC_BUILTINS 1 10736ac495dSmrg 10836ac495dSmrg /* Define to 1 if you have the <sys/loadavg.h> header file. */ 10936ac495dSmrg /* #undef HAVE_SYS_LOADAVG_H */ 11036ac495dSmrg 11136ac495dSmrg /* Define to 1 if you have the <sys/stat.h> header file. */ 11236ac495dSmrg #define HAVE_SYS_STAT_H 1 11336ac495dSmrg 11436ac495dSmrg /* Define to 1 if you have the <sys/sysctl.h> header file. */ 11536ac495dSmrg #define HAVE_SYS_SYSCTL_H 1 11636ac495dSmrg 11736ac495dSmrg /* Define to 1 if you have the <sys/time.h> header file. */ 11836ac495dSmrg #define HAVE_SYS_TIME_H 1 11936ac495dSmrg 12036ac495dSmrg /* Define to 1 if you have the <sys/types.h> header file. */ 12136ac495dSmrg #define HAVE_SYS_TYPES_H 1 12236ac495dSmrg 12336ac495dSmrg /* Define to 1 if the target supports thread-local storage. */ 12436ac495dSmrg #define HAVE_TLS 1 12536ac495dSmrg 126c0a68be4Smrg /* Define if uname is supported and struct utsname has nodename field. */ 127c0a68be4Smrg /* #undef HAVE_UNAME */ 128c0a68be4Smrg 12936ac495dSmrg /* Define to 1 if you have the <unistd.h> header file. */ 13036ac495dSmrg #define HAVE_UNISTD_H 1 13136ac495dSmrg 132c0a68be4Smrg /* Define to 1 if you have the `_aligned_malloc' function. */ 133c0a68be4Smrg /* #undef HAVE__ALIGNED_MALLOC */ 134c0a68be4Smrg 13536ac495dSmrg /* Define to 1 if you have the `__secure_getenv' function. */ 13636ac495dSmrg /* #undef HAVE___SECURE_GETENV */ 13736ac495dSmrg 13836ac495dSmrg /* Define to 1 if GNU symbol versioning is used for libgomp. */ 13936ac495dSmrg #define LIBGOMP_GNU_SYMBOL_VERSIONING 1 14036ac495dSmrg 14136ac495dSmrg /* Define to 1 if building libgomp for an accelerator-only target. */ 14236ac495dSmrg /* #undef LIBGOMP_OFFLOADED_ONLY */ 14336ac495dSmrg 14436ac495dSmrg /* Define to 1 if libgomp should use POSIX threads. */ 14536ac495dSmrg #define LIBGOMP_USE_PTHREADS 1 14636ac495dSmrg 14736ac495dSmrg /* Define to the sub-directory in which libtool stores uninstalled libraries. 14836ac495dSmrg */ 14936ac495dSmrg #define LT_OBJDIR ".libs/" 15036ac495dSmrg 151c0a68be4Smrg /* Define to offload plugins, separated by commas. */ 152c0a68be4Smrg #define OFFLOAD_PLUGINS "" 15336ac495dSmrg 15436ac495dSmrg /* Name of package */ 15536ac495dSmrg #define PACKAGE "libgomp" 15636ac495dSmrg 15736ac495dSmrg /* Define to the address where bug reports for this package should be sent. */ 15836ac495dSmrg #define PACKAGE_BUGREPORT "" 15936ac495dSmrg 16036ac495dSmrg /* Define to the full name of this package. */ 16136ac495dSmrg #define PACKAGE_NAME "GNU Offloading and Multi Processing Runtime Library" 16236ac495dSmrg 16336ac495dSmrg /* Define to the full name and version of this package. */ 16436ac495dSmrg #define PACKAGE_STRING "GNU Offloading and Multi Processing Runtime Library 1.0" 16536ac495dSmrg 16636ac495dSmrg /* Define to the one symbol short name of this package. */ 16736ac495dSmrg #define PACKAGE_TARNAME "libgomp" 16836ac495dSmrg 16936ac495dSmrg /* Define to the home page for this package. */ 17036ac495dSmrg #define PACKAGE_URL "http://www.gnu.org/software/libgomp/" 17136ac495dSmrg 17236ac495dSmrg /* Define to the version of this package. */ 17336ac495dSmrg #define PACKAGE_VERSION "1.0" 17436ac495dSmrg 175*8feb0f0bSmrg /* Define to 1 if the GCN plugin is built, 0 if not. */ 176*8feb0f0bSmrg #define PLUGIN_GCN 0 177*8feb0f0bSmrg 17836ac495dSmrg /* Define to 1 if the HSA plugin is built, 0 if not. */ 17936ac495dSmrg #define PLUGIN_HSA 0 18036ac495dSmrg 18136ac495dSmrg /* Define to 1 if the NVIDIA plugin is built, 0 if not. */ 18236ac495dSmrg #define PLUGIN_NVPTX 0 18336ac495dSmrg 18436ac495dSmrg /* Define to 1 if the NVIDIA plugin should dlopen libcuda.so.1, 0 if it should 18536ac495dSmrg be linked against it. */ 18636ac495dSmrg #define PLUGIN_NVPTX_DYNAMIC 0 18736ac495dSmrg 18836ac495dSmrg /* Define if all infrastructure, needed for plugins, is supported. */ 18936ac495dSmrg /* #undef PLUGIN_SUPPORT */ 19036ac495dSmrg 19136ac495dSmrg /* Define to 1 if you have the ANSI C header files. */ 19236ac495dSmrg #define STDC_HEADERS 1 19336ac495dSmrg 19436ac495dSmrg /* Define if you can safely include both <string.h> and <strings.h>. */ 19536ac495dSmrg #define STRING_WITH_STRINGS 1 19636ac495dSmrg 19736ac495dSmrg /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 19836ac495dSmrg #define TIME_WITH_SYS_TIME 1 19936ac495dSmrg 20036ac495dSmrg /* Define to 1 if the target use emutls for thread-local storage. */ 20136ac495dSmrg /* #undef USE_EMUTLS */ 20236ac495dSmrg 20336ac495dSmrg /* Version number of package */ 20436ac495dSmrg #define VERSION "1.0" 205