From 8bee8bad813446bbf75428a8cdd756fe6063ca6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Wed, 10 Feb 2016 09:11:12 +0000 Subject: Add inet_pton/inet_ntop interface to libwsutil MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ifc344ed33f2f7ca09a6912a5adb49dc35f07c81f Reviewed-on: https://code.wireshark.org/review/13881 Petri-Dish: João Valverde Tested-by: Petri Dish Buildbot Reviewed-by: João Valverde --- cmakeconfig.h.in | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'cmakeconfig.h.in') diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in index bff142b520..5d0543df96 100644 --- a/cmakeconfig.h.in +++ b/cmakeconfig.h.in @@ -112,6 +112,9 @@ /* Define if inet_ntop() prototype exists */ #cmakedefine HAVE_INET_NTOP_PROTO 1 +/* Define to 1 if you have the `inet_pton' function. */ +#cmakedefine HAVE_INET_PTON 1 + /* Define to 1 if you have the `inflatePrime' function. */ #cmakedefine HAVE_INFLATEPRIME 1 @@ -357,9 +360,6 @@ /* HTML viewer, e.g. mozilla */ #cmakedefine HTML_VIEWER "${HTML_VIEWER_EXECUTABLE}" -/* Define if inet/v6defs.h needs to be included */ -#cmakedefine NEED_INET_V6DEFS_H 1 - /* Name of package */ #cmakedefine PACKAGE @@ -468,6 +468,5 @@ # define UNICODE 1 # define _UNICODE 1 -# define NEED_INET_V6DEFS_H 1 # define NEED_STRPTIME_H 1 #endif -- cgit v1.2.1