ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/trunk/gnu/lib/libgomp/config.h
(Generate patch)

Comparing trunk/gnu/lib/libgomp/config.h (file contents):
Revision 10903 by laffer1, Sat Dec 7 23:54:44 2013 UTC vs.
Revision 10904 by laffer1, Thu Jun 14 13:25:15 2018 UTC

# Line 1 | Line 1
1 + /* $MidnightBSD$ */
2   /* config.h.  Generated by configure.  */
3   /* config.h.in.  Generated from configure.ac by autoheader.  */
4 < /* $FreeBSD: src/gnu/lib/libgomp/config.h,v 1.1 2007/05/19 04:25:55 kan Exp $ */
4 < /* $MidnightBSD: src/gnu/lib/libgomp/config.h,v 1.1 2009/05/22 00:27:57 laffer1 Exp $ */
4 > /* $FreeBSD: stable/10/gnu/lib/libgomp/config.h 283010 2015-05-16 15:44:13Z pfg $ */
5  
6   /* Define to 1 if the target supports __attribute__((alias(...))). */
7   #define HAVE_ATTRIBUTE_ALIAS 1
# Line 27 | Line 27
27   /* Define to 1 if you have the <memory.h> header file. */
28   #define HAVE_MEMORY_H 1
29  
30 + /* Define if pthread_{,attr_}{g,s}etaffinity_np is supported. */
31 + #undef HAVE_PTHREAD_AFFINITY_NP
32 +
33   /* Define to 1 if you have the <semaphore.h> header file. */
34   #define HAVE_SEMAPHORE_H 1
35  
# Line 53 | Line 56
56   /* Define to 1 if you have the <sys/stat.h> header file. */
57   #define HAVE_SYS_STAT_H 1
58  
59 + /* Define to 1 if you have the <sys/sysctl.h> header file. */
60 + #define HAVE_SYS_SYSCTL_H 1
61 +
62   /* Define to 1 if you have the <sys/time.h> header file. */
63   #define HAVE_SYS_TIME_H 1
64  
# Line 60 | Line 66
66   #define HAVE_SYS_TYPES_H 1
67  
68   /* Define to 1 if the target supports thread-local storage. */
69 + #if !defined(__mips__)
70   #define HAVE_TLS 1
71 + #endif
72  
73   /* Define to 1 if you have the <unistd.h> header file. */
74   #define HAVE_UNISTD_H 1

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines