aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/open-axiom.m41
-rw-r--r--config/openaxiom-c-macros.h.in4
2 files changed, 5 insertions, 0 deletions
diff --git a/config/open-axiom.m4 b/config/open-axiom.m4
index 384125d5..85a75690 100644
--- a/config/open-axiom.m4
+++ b/config/open-axiom.m4
@@ -827,6 +827,7 @@ dnl ------------------------
dnl -- OPENAXIOM_CHECK_IO --
dnl ------------------------
AC_DEFUN([OPENAXIOM_CHECK_IO],[
+AC_CHECK_DECLS([tempnam],[],[],[#include <stdio.h>])
# Honor support for large files
AC_SYS_LARGEFILE
# What about long file names?
diff --git a/config/openaxiom-c-macros.h.in b/config/openaxiom-c-macros.h.in
index 8931f245..03b93dbe 100644
--- a/config/openaxiom-c-macros.h.in
+++ b/config/openaxiom-c-macros.h.in
@@ -41,6 +41,10 @@
don't. */
#undef HAVE_DECL_SIGACTION
+/* Define to 1 if you have the declaration of `tempnam', and to 0 if you
+ don't. */
+#undef HAVE_DECL_TEMPNAM
+
/* Define to 1 if you have the declaration of `wait', and to 0 if you don't.
*/
#undef HAVE_DECL_WAIT