aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-12-19 19:36:21 -0800
committerGuy Harris <guy@alum.mit.edu>2014-12-20 03:37:34 +0000
commitb925c350d9bab35e5e389d3452199e6f8e6fbcb0 (patch)
treea0875149a1aab2889b622e160c1d16826adfcf9d /config.h.win32
parent108862950341158d7d5b02d3069fc8cab3fc11ca (diff)
We assume all versions of MSVC have floorl().
If not, we'll have to play some games in config.nmake. Change-Id: I1dbc5d4ef41ede0e596dbe40b4e139e0f6c39dba Reviewed-on: https://code.wireshark.org/review/5904 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'config.h.win32')
-rw-r--r--config.h.win323
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.win32 b/config.h.win32
index 84995abce9..e8ff4cf2f7 100644
--- a/config.h.win32
+++ b/config.h.win32
@@ -86,6 +86,9 @@
*/
#define WS_MSVC_NORETURN __declspec(noreturn)
+/* Define if you have the floorl function. */
+#define HAVE_FLOORL 1
+
/* Define if you have the gethostbyname2 function. */
/* #undef HAVE_GETHOSTBYNAME2 */