From 5a26599a4bd3b5788b318abbeb0e7f140051ccf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Sat, 12 Dec 2015 03:51:07 +0000 Subject: cmake: Fix platform introspection for inet_aton() [-Wredundant-decls] Change-Id: Icd6b8de0a70dd33e70bb0ad4d5c39ffc15454e8c Reviewed-on: https://code.wireshark.org/review/12559 Reviewed-by: Guy Harris --- cmakeconfig.h.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cmakeconfig.h.in') diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in index 4672f3add9..778049a1c8 100644 --- a/cmakeconfig.h.in +++ b/cmakeconfig.h.in @@ -103,8 +103,8 @@ /* Define to use heimdal kerberos */ #cmakedefine HAVE_HEIMDAL_KERBEROS 1 -/* Define unless inet/aton.h needs to be included */ -#cmakedefine HAVE_INET_ATON_H 1 +/* Define to 1 if you have the `inet_aton' function. */ +#cmakedefine HAVE_INET_ATON 1 /* Define if inet_ntop() prototype exists */ #cmakedefine HAVE_INET_NTOP_PROTO 1 -- cgit v1.2.3