aboutsummaryrefslogtreecommitdiffstats
path: root/cmakeconfig.h.in
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2016-02-07 21:35:31 +0000
committerJoão Valverde <j@v6e.pt>2016-02-07 23:22:11 +0000
commitd762a895ab570680e4e72142a348ad2b07c97d4f (patch)
tree896a9f000985ff01e896735930be9f5eb3350109 /cmakeconfig.h.in
parent847a713d12f9e39cd3f07b52ac8d77814e90c3db (diff)
GTK: Check if lrint() is usable, fix warnings [-Wbad-function-cast]
Change-Id: I4714ba6cfbd18847d99650f5c5cdc60dd2e7af26 Reviewed-on: https://code.wireshark.org/review/13808 Petri-Dish: João Valverde <j@v6e.pt> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to 'cmakeconfig.h.in')
-rw-r--r--cmakeconfig.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in
index 778049a1c8..bff142b520 100644
--- a/cmakeconfig.h.in
+++ b/cmakeconfig.h.in
@@ -73,6 +73,9 @@
/* Define if you have the 'floorl' function. */
#cmakedefine HAVE_FLOORL 1
+/* Define if you have the 'lrint' function. */
+#cmakedefine HAVE_LRINT 1
+
/* Define to 1 if you have the `getaddrinfo' function. */
#cmakedefine HAVE_GETADDRINFO 1