diff options
author | João Valverde <joao.valverde@tecnico.ulisboa.pt> | 2016-03-27 00:32:57 +0000 |
---|---|---|
committer | João Valverde <j@v6e.pt> | 2016-04-04 23:58:41 +0000 |
commit | 7f873d92cb7038247ab578d14d7e4794dcd6d98b (patch) | |
tree | 1fa9d97f7b1576529242b77aa0a758cd360a6b1a /cmakeconfig.h.in | |
parent | cd1d1377430aa50fb1363fad7ab9de7026b4f716 (diff) | |
download | wireshark-7f873d92cb7038247ab578d14d7e4794dcd6d98b.tar.gz wireshark-7f873d92cb7038247ab578d14d7e4794dcd6d98b.tar.bz2 wireshark-7f873d92cb7038247ab578d14d7e4794dcd6d98b.zip |
Use AC_REPLACE_FUNCS and LTLIBOBJS
Change-Id: I0f46167fe900c39d678560809cd5391c2a9bc4d2
Reviewed-on: https://code.wireshark.org/review/14809
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.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in index a3cddcc8bd..75d9433582 100644 --- a/cmakeconfig.h.in +++ b/cmakeconfig.h.in @@ -109,8 +109,8 @@ /* 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 +/* Define to 1 if you have the `inet_ntop' function. */ +#cmakedefine HAVE_INET_NTOP 1 /* Define to 1 if you have the `inet_pton' function. */ #cmakedefine HAVE_INET_PTON 1 |