aboutsummaryrefslogtreecommitdiffstats
path: root/cmakeconfig.h.in
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2015-12-12 03:51:07 +0000
committerGuy Harris <guy@alum.mit.edu>2015-12-12 04:10:22 +0000
commit5a26599a4bd3b5788b318abbeb0e7f140051ccf1 (patch)
treea7e3e34e083f08d124af0a49d3399db21b0deb6c /cmakeconfig.h.in
parent4454fb02c7d37803d99c9a1228db35b2c8f75220 (diff)
cmake: Fix platform introspection for inet_aton() [-Wredundant-decls]
Change-Id: Icd6b8de0a70dd33e70bb0ad4d5c39ffc15454e8c Reviewed-on: https://code.wireshark.org/review/12559 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'cmakeconfig.h.in')
-rw-r--r--cmakeconfig.h.in4
1 files changed, 2 insertions, 2 deletions
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