aboutsummaryrefslogtreecommitdiffstats
path: root/cmakeconfig.h.in
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2017-10-24 21:04:19 +0100
committerJoão Valverde <j@v6e.pt>2017-10-25 19:10:57 +0000
commit90644c83725f979f82e7990792faaf6e847f74ea (patch)
tree2b0b1eccab4d2bc2296dc446e69f93a494e223bc /cmakeconfig.h.in
parentc5529dd7f1269e88b4c122fa3c755d5696b58a70 (diff)
Remove inet_aton() usage everywhere
Including where it says not to in comments. Use IPv4 dotted-decimal notation. Change-Id: Iafe1f6fbd2bd5867c41642dc27411f47dff8ce6a Reviewed-on: https://code.wireshark.org/review/24044 Petri-Dish: João Valverde <j@v6e.pt> Tested-by: Petri Dish Buildbot Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to 'cmakeconfig.h.in')
-rw-r--r--cmakeconfig.h.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in
index 6508bf4a3a..6fe980b08c 100644
--- a/cmakeconfig.h.in
+++ b/cmakeconfig.h.in
@@ -104,9 +104,6 @@
/* Define to use heimdal kerberos */
#cmakedefine HAVE_HEIMDAL_KERBEROS 1
-/* Define to 1 if you have the `inet_aton' function. */
-#cmakedefine HAVE_INET_ATON 1
-
/* Define to 1 if you have the `inet_ntop' function. */
#cmakedefine HAVE_INET_NTOP 1