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>
This commit is contained in:
Guy Harris 2014-12-19 19:36:21 -08:00
parent 1088629503
commit b925c350d9
1 changed files with 3 additions and 0 deletions

View File

@ -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 */