config.h revision 219534
11541Srgrimes/* config.h.  Generated by configure.  */
21541Srgrimes/* config.h.in.  Generated from configure.ac by autoheader.  */
31541Srgrimes/* $FreeBSD: head/gnu/lib/libgomp/config.h 219534 2011-03-11 21:24:02Z marius $ */
41541Srgrimes
51541Srgrimes/* Define to 1 if the target supports __attribute__((alias(...))). */
61541Srgrimes#define HAVE_ATTRIBUTE_ALIAS 1
71541Srgrimes
81541Srgrimes/* Define to 1 if the target supports __attribute__((dllexport)). */
91541Srgrimes/* #undef HAVE_ATTRIBUTE_DLLEXPORT */
101541Srgrimes
111541Srgrimes/* Define to 1 if the target supports __attribute__((visibility(...))). */
121541Srgrimes#define HAVE_ATTRIBUTE_VISIBILITY 1
131541Srgrimes
141541Srgrimes/* Define if the POSIX Semaphores do not work on your system. */
151541Srgrimes/* #undef HAVE_BROKEN_POSIX_SEMAPHORES */
161541Srgrimes
171541Srgrimes/* Define to 1 if you have the `clock_gettime' function. */
181541Srgrimes#define HAVE_CLOCK_GETTIME 1
191541Srgrimes
201541Srgrimes/* Define to 1 if you have the `getloadavg' function. */
211541Srgrimes#define HAVE_GETLOADAVG 1
221541Srgrimes
231541Srgrimes/* Define to 1 if you have the <inttypes.h> header file. */
241541Srgrimes#define HAVE_INTTYPES_H 1
251541Srgrimes
261541Srgrimes/* Define to 1 if you have the <memory.h> header file. */
271541Srgrimes#define HAVE_MEMORY_H 1
281541Srgrimes
2914482Shsu/* Define to 1 if you have the <semaphore.h> header file. */
3050477Speter#define HAVE_SEMAPHORE_H 1
311541Srgrimes
321541Srgrimes/* Define to 1 if you have the <stdint.h> header file. */
332165Spaul#define HAVE_STDINT_H 1
342165Spaul
352165Spaul/* Define to 1 if you have the <stdlib.h> header file. */
36102325Smike#define HAVE_STDLIB_H 1
37102325Smike
3834319Sdufault/* Define to 1 if you have the <strings.h> header file. */
39102325Smike#define HAVE_STRINGS_H 1
401541Srgrimes
4182295Sdillon/* Define to 1 if you have the <string.h> header file. */
4282295Sdillon#define HAVE_STRING_H 1
4382295Sdillon
4482295Sdillon/* Define to 1 if the target supports __sync_*_compare_and_swap */
4582295Sdillon#ifdef __amd64__
46102325Smike#define HAVE_SYNC_BUILTINS 1
4782295Sdillon#endif
4882295Sdillon
491541Srgrimes/* Define to 1 if you have the <sys/loadavg.h> header file. */
501541Srgrimes/* #undef HAVE_SYS_LOADAVG_H */
5114482Shsu
521541Srgrimes/* Define to 1 if you have the <sys/stat.h> header file. */
531541Srgrimes#define HAVE_SYS_STAT_H 1
541541Srgrimes
551541Srgrimes/* Define to 1 if you have the <sys/time.h> header file. */
561541Srgrimes#define HAVE_SYS_TIME_H 1
571541Srgrimes
581541Srgrimes/* Define to 1 if you have the <sys/types.h> header file. */
591541Srgrimes#define HAVE_SYS_TYPES_H 1
609507Sdg
619507Sdg/* Define to 1 if the target supports thread-local storage. */
62144531Sdas#if !defined(__arm__) && !defined(__mips__)
639507Sdg#define HAVE_TLS 1
64144531Sdas#endif
651541Srgrimes
661541Srgrimes/* Define to 1 if you have the <unistd.h> header file. */
671541Srgrimes#define HAVE_UNISTD_H 1
681541Srgrimes
691541Srgrimes/* Name of package */
70144531Sdas#define PACKAGE "libgomp"
71144531Sdas
721541Srgrimes/* Define to the address where bug reports for this package should be sent. */
731541Srgrimes#define PACKAGE_BUGREPORT ""
7482295Sdillon
7582285Sdillon/* Define to the full name of this package. */
761541Srgrimes#define PACKAGE_NAME "GNU OpenMP Runtime Library"
7742360Sjulian
7857550Sps/* Define to the full name and version of this package. */
791541Srgrimes#define PACKAGE_STRING "GNU OpenMP Runtime Library 1.0"
8057550Sps
81102325Smike/* Define to the one symbol short name of this package. */
82102325Smike#define PACKAGE_TARNAME "libgomp"
83102325Smike
84102325Smike/* Define to the version of this package. */
85198973Sed#define PACKAGE_VERSION "1.0"
86198973Sed
87198973Sed/* The size of a `char', as computed by sizeof. */
88102325Smike/* #undef SIZEOF_CHAR */
89102325Smike
9057550Sps/* The size of a `int', as computed by sizeof. */
9157550Sps/* #undef SIZEOF_INT */
9257550Sps
93211937Salc/* The size of a `long', as computed by sizeof. */
94102325Smike/* #undef SIZEOF_LONG */
9557550Sps
96102325Smike/* The size of a `short', as computed by sizeof. */
971541Srgrimes/* #undef SIZEOF_SHORT */
9834030Sdufault
9934030Sdufault/* The size of a `void *', as computed by sizeof. */
10034030Sdufault/* #undef SIZEOF_VOID_P */
10134030Sdufault
102102325Smike/* Define to 1 if you have the ANSI C header files. */
10334030Sdufault#define STDC_HEADERS 1
10434030Sdufault
10520346Salex/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
10620346Salex#define TIME_WITH_SYS_TIME 1
10732131Salex
10820346Salex/* Version number of package */
10920346Salex#define VERSION "1.0"
1107358Sdg