diff options
author | Chris Robinson <[email protected]> | 2008-10-14 09:47:32 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2008-10-14 09:47:32 -0700 |
commit | b91c2e4a995ecac496393786fe35584feb274e39 (patch) | |
tree | bee636bd082a15f8f77ea9f9c973970607ce5915 /config.h.in | |
parent | 59a71b1454303df58c4c7e39b17d8538bb867663 (diff) |
Include float.h if it exists, for _RC_CHOP and _MCW_RC
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 733c348b..236b653a 100644 --- a/config.h.in +++ b/config.h.in @@ -52,6 +52,9 @@ /* Define if we have pthread_np.h */ #cmakedefine HAVE_PTHREAD_NP_H +/* Define if we have float.h */ +#cmakedefine HAVE_FLOAT_H + /* Define if we have fenv.h */ #cmakedefine HAVE_FENV_H |