aboutsummaryrefslogtreecommitdiff
path: root/libgomp/config.h.in
diff options
context:
space:
mode:
authorFrancois-Xavier Coudert <coudert@clipper.ens.fr>2006-02-17 20:01:04 +0100
committerFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>2006-02-17 19:01:04 +0000
commit124452c9fc7feb4ebabb40b5ccae4d1fe015224f (patch)
treeb68ab0d2208666a26d178781492037c55ce47846 /libgomp/config.h.in
parent360057959ab327eda7e5608a634b3f394a429de2 (diff)
downloadgcc-124452c9fc7feb4ebabb40b5ccae4d1fe015224f.zip
gcc-124452c9fc7feb4ebabb40b5ccae4d1fe015224f.tar.gz
gcc-124452c9fc7feb4ebabb40b5ccae4d1fe015224f.tar.bz2
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.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/libgomp/config.h.in b/libgomp/config.h.in
index d4e7422..04fcb17d 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