diff options
author | fxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-02-17 19:01:04 +0000 |
---|---|---|
committer | fxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-02-17 19:01:04 +0000 |
commit | b00e31838f8495da09206afea5e8b613a85855e1 (patch) | |
tree | b68ab0d2208666a26d178781492037c55ce47846 /libgomp/config.h.in | |
parent | 1f6bc851c1746b42bc4739ec9d4b1505dffb1872 (diff) | |
download | gcc-b00e31838f8495da09206afea5e8b613a85855e1.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@111205 138bc75d-0d04-0410-961f-82ee72b054a4
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 |