From 9ef1ee19aeb946672ec52fa32e05ed310de6d06d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Tue, 28 Mar 2000 21:35:26 +0200
Subject: [PATCH] Added HAVE_FPSETROUND.

Rev: src/acconfig.h:1.57
---
 src/acconfig.h | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/acconfig.h b/src/acconfig.h
index 6ad811fd01..e81d5f5210 100644
--- a/src/acconfig.h
+++ b/src/acconfig.h
@@ -1,5 +1,5 @@
 /*
- * $Id: acconfig.h,v 1.56 2000/03/28 08:10:53 hubbe Exp $
+ * $Id: acconfig.h,v 1.57 2000/03/28 19:35:26 grubba Exp $
  */
 #ifndef MACHINE_H
 #define MACHINE_H
@@ -128,6 +128,9 @@
 /* Define if you have fpsetmask */
 #undef HAVE_FPSETMASK
 
+/* Define if you have fpsetround */
+#undef HAVE_FPSETROUND
+
 /* Define if you have crypt.  */
 #undef HAVE_CRYPT
 
-- 
GitLab