summaryrefslogtreecommitdiff
path: root/config.in
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-01-18 23:49:29 +0100
committerKevin Ryde <user42@zip.com.au>2001-01-18 23:49:29 +0100
commit1c92a134f5a10b19f7c6be76a9a5b2b17a239b93 (patch)
tree21133a1aa409d90c5647a915a96d8961cbcfff4f /config.in
parentd33adf0befbd19f83be0f282e6149517b6af1740 (diff)
downloadgmp-1c92a134f5a10b19f7c6be76a9a5b2b17a239b93.tar.gz
Regenerate for:
* acinclude.m4 (GMP_C_ATTRIBUTE_CONST, GMP_C_ATTRIBUTE_NORETURN): New macros. * configure.in: Use them.
Diffstat (limited to 'config.in')
-rw-r--r--config.in10
1 files changed, 8 insertions, 2 deletions
diff --git a/config.in b/config.in
index 84318f1bf..fa4698aa4 100644
--- a/config.in
+++ b/config.in
@@ -146,7 +146,13 @@ MA 02111-1307, USA.
/* Define if you have <alloca.h> and it should be used (not on Ultrix). */
#undef HAVE_ALLOCA_H
-/* Define if mpn/tests has calling conventions checking for the CPU */
+/* Define if the compiler accepts gcc style __attribute__ ((const)) */
+#undef HAVE_ATTRIBUTE_CONST
+
+/* Define if the compiler accepts gcc style __attribute__ ((noreturn)) */
+#undef HAVE_ATTRIBUTE_NORETURN
+
+/* Define if tests/libtests has calling conventions checking for the CPU */
#undef HAVE_CALLING_CONVENTIONS
/* Define to 1 if you have the declaration of `optarg', and to 0 if you don't.
@@ -162,7 +168,7 @@ MA 02111-1307, USA.
/* Define if you have the `gettimeofday' function. */
#undef HAVE_GETTIMEOFDAY
-/* whether an actual "inline" is available */
+/* Define if an actual "inline" is available */
#undef HAVE_INLINE
/* Define if you have the `mprotect' function. */