aboutsummaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-01-11 17:34:50 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:10 +0100
commit3dc2ba04ab33be723d2ea8dfe1638a127519a0ae (patch)
tree200aaefb204543a0b3840c24b38bcbc21a16e18e /config.h.in
parent5ed6541407ce99c4036d0e768546fe554f9fa5c2 (diff)
Prefix STATUS() and ERROR() messages with a unique thread number, where appropriate
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in14
1 files changed, 5 insertions, 9 deletions
diff --git a/config.h.in b/config.h.in
index 0f412281..5ab4c8a5 100644
--- a/config.h.in
+++ b/config.h.in
@@ -179,9 +179,6 @@
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
-/* Define to the home page for this package. */
-#undef PACKAGE_URL
-
/* Define to the version of this package. */
#undef PACKAGE_VERSION
@@ -249,14 +246,13 @@
nothing if this is not supported. Do not define if restrict is
supported directly. */
#undef restrict
-/* Work around a bug in Sun C++: it does not support _Restrict or
- __restrict__, even though the corresponding Sun C compiler ends up with
- "#define restrict _Restrict" or "#define restrict __restrict__" in the
- previous line. Perhaps some future version of Sun C++ will work with
- restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
+/* Work around a bug in Sun C++: it does not support _Restrict, even
+ though the corresponding Sun C compiler does, which causes
+ "#define restrict _Restrict" in the previous line. Perhaps some future
+ version of Sun C++ will work with _Restrict; if so, it'll probably
+ define __RESTRICT, just as Sun C does. */
#if defined __SUNPRO_CC && !defined __RESTRICT
# define _Restrict
-# define __restrict__
#endif
/* Define as a marker that can be attached to declarations that might not