config.h revision 182627
15455Sdg/* config.h.  Generated by configure.  */
21541Srgrimes/* config.h.in.  Generated from configure.ac by autoheader.  */
31541Srgrimes/* $FreeBSD: head/gnu/lib/libgomp/config.h 182627 2008-09-01 18:46:03Z obrien $ */
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
291541Srgrimes/* Define to 1 if you have the <semaphore.h> header file. */
301541Srgrimes#define HAVE_SEMAPHORE_H 1
311541Srgrimes
321541Srgrimes/* Define to 1 if you have the <stdint.h> header file. */
331541Srgrimes#define HAVE_STDINT_H 1
341541Srgrimes
351541Srgrimes/* Define to 1 if you have the <stdlib.h> header file. */
361817Sdg#define HAVE_STDLIB_H 1
371541Srgrimes
381541Srgrimes/* Define to 1 if you have the <strings.h> header file. */
391541Srgrimes#define HAVE_STRINGS_H 1
401541Srgrimes
411541Srgrimes/* Define to 1 if you have the <string.h> header file. */
421541Srgrimes#define HAVE_STRING_H 1
435455Sdg
441541Srgrimes/* Define to 1 if the target supports __sync_*_compare_and_swap */
451541Srgrimes#ifdef __amd64__
461541Srgrimes#define HAVE_SYNC_BUILTINS 1
471541Srgrimes#endif
481541Srgrimes
495455Sdg/* Define to 1 if you have the <sys/loadavg.h> header file. */
505455Sdg/* #undef HAVE_SYS_LOADAVG_H */
515455Sdg
521541Srgrimes/* Define to 1 if you have the <sys/stat.h> header file. */
535455Sdg#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
601541Srgrimes
611541Srgrimes/* Define to 1 if the target supports thread-local storage. */
621541Srgrimes#if !defined(__sparc64__) && !defined(__arm__) && !defined(__mips__)
631817Sdg#define HAVE_TLS 1
6450477Speter#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 */
701541Srgrimes#define PACKAGE "libgomp"
711541Srgrimes
721541Srgrimes/* Define to the address where bug reports for this package should be sent. */
731541Srgrimes#define PACKAGE_BUGREPORT ""
7418942Sbde
7538517Sdfr/* Define to the full name of this package. */
767090Sbde#define PACKAGE_NAME "GNU OpenMP Runtime Library"
7732585Sdyson
789507Sdg/* Define to the full name and version of this package. */
791541Srgrimes#define PACKAGE_STRING "GNU OpenMP Runtime Library 1.0"
801541Srgrimes
811541Srgrimes/* Define to the one symbol short name of this package. */
821541Srgrimes#define PACKAGE_TARNAME "libgomp"
831541Srgrimes
8442957Sdillon/* Define to the version of this package. */
851541Srgrimes#define PACKAGE_VERSION "1.0"
861541Srgrimes
871541Srgrimes/* The size of a `char', as computed by sizeof. */
886129Sdg/* #undef SIZEOF_CHAR */
899507Sdg
909507Sdg/* The size of a `int', as computed by sizeof. */
919507Sdg/* #undef SIZEOF_INT */
9232702Sdyson
939507Sdg/* The size of a `long', as computed by sizeof. */
946129Sdg/* #undef SIZEOF_LONG */
955455Sdg
9614316Sdyson/* The size of a `short', as computed by sizeof. */
9742957Sdillon/* #undef SIZEOF_SHORT */
986129Sdg
9948738Salc/* The size of a `void *', as computed by sizeof. */
1006129Sdg/* #undef SIZEOF_VOID_P */
1016129Sdg
1029507Sdg/* Define to 1 if you have the ANSI C header files. */
10312767Sdyson#define STDC_HEADERS 1
1049507Sdg
1059507Sdg/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
1069507Sdg#define TIME_WITH_SYS_TIME 1
10742957Sdillon
10842957Sdillon/* Version number of package */
10942957Sdillon#define VERSION "1.0"
11042957Sdillon