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