diff options
author | Francois-Xavier Coudert <coudert@clipper.ens.fr> | 2006-02-17 20:01:04 +0100 |
---|---|---|
committer | François-Xavier Coudert <fxcoudert@gcc.gnu.org> | 2006-02-17 19:01:04 +0000 |
commit | 124452c9fc7feb4ebabb40b5ccae4d1fe015224f (patch) | |
tree | b68ab0d2208666a26d178781492037c55ce47846 /libgomp/config.h.in | |
parent | 360057959ab327eda7e5608a634b3f394a429de2 (diff) | |
download | gcc-124452c9fc7feb4ebabb40b5ccae4d1fe015224f.tar.gz |
re PR bootstrap/26161 (Configure tests for pthread.h sometimes need to use -pthread)
PR bootstrap/26161
* configure.ac: Remove AC_CHECK_HEADER for pthread.h. Add comment
for the other pthread check.
* configure: Regenerate.
* config.h.in: Regenerate.
From-SVN: r111205
Diffstat (limited to 'libgomp/config.h.in')
-rw-r--r-- | libgomp/config.h.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/libgomp/config.h.in b/libgomp/config.h.in index d4e74222d6c..04fcb17d5ff 100644 --- a/libgomp/config.h.in +++ b/libgomp/config.h.in @@ -75,6 +75,21 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION +/* The size of a `char', as computed by sizeof. */ +#undef SIZEOF_CHAR + +/* The size of a `int', as computed by sizeof. */ +#undef SIZEOF_INT + +/* The size of a `long', as computed by sizeof. */ +#undef SIZEOF_LONG + +/* The size of a `short', as computed by sizeof. */ +#undef SIZEOF_SHORT + +/* The size of a `void *', as computed by sizeof. */ +#undef SIZEOF_VOID_P + /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS |