diff options
| author | Marc G. Fournier | 1998-05-13 03:44:48 +0000 |
|---|---|---|
| committer | Marc G. Fournier | 1998-05-13 03:44:48 +0000 |
| commit | 9391dd3698a02e0dbc43bdacb39b1be93fb6f9b0 (patch) | |
| tree | 009a81ac2f6e11641fab965d4252e88e607e74af /src/include/config.h.in | |
| parent | 68f9c9819b160cb89f68e40f5be40fb144ac21e2 (diff) | |
Add a check for DBL_MIN problem...not sure if this is right...needs
testing...
Diffstat (limited to 'src/include/config.h.in')
| -rw-r--r-- | src/include/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
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 */ |
