From 9391dd3698a02e0dbc43bdacb39b1be93fb6f9b0 Mon Sep 17 00:00:00 2001 From: Marc G. Fournier Date: Wed, 13 May 1998 03:44:48 +0000 Subject: Add a check for DBL_MIN problem...not sure if this is right...needs testing... --- src/include/config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/include') diff --git a/src/include/config.h.in b/src/include/config.h.in index 2293c68f539..ea3acffc306 100644 --- a/src/include/config.h.in +++ b/src/include/config.h.in @@ -213,6 +213,9 @@ extern void srandom(int seed); /* Set to 1 if you want to Enable ASSERT CHECKING */ #undef USE_ASSERT_CHECKING +/* Set to 1 if your DBL_MIN is problematic */ +#undef HAVE_DBL_MIN_PROBLEM + /* * Code below this point should not require changes */ -- cgit v1.2.3