aboutsummaryrefslogtreecommitdiffstats
path: root/cmakeconfig.h.in
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2016-03-25 21:12:51 +0000
committerJoão Valverde <j@v6e.pt>2016-04-02 22:19:00 +0000
commit04a4b535093895bb825fcf98390737b000331541 (patch)
tree3d1d7635959a153b30cc7e706f9545700d4a62ea /cmakeconfig.h.in
parentae9e3114802d8a758a335df664ddff13f4037e61 (diff)
Use AC_CHECK_MEMBERS
Change-Id: I18779ad869c97a6ddd12e39fe2f7a1f7b0c8cf56 Reviewed-on: https://code.wireshark.org/review/14754 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> 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.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in
index 7e28e0bb69..b979bfca89 100644
--- a/cmakeconfig.h.in
+++ b/cmakeconfig.h.in
@@ -295,7 +295,7 @@
#cmakedefine HAVE_REMOTE 1
/* Define if sa_len field exists in struct sockaddr */
-#cmakedefine HAVE_SA_LEN 1
+#cmakedefine HAVE_SOCKADDR_SA_LEN 1
/* Define to 1 if you want to playing SBC by standalone BlueZ SBC library */
#cmakedefine HAVE_SBC 1
@@ -319,7 +319,7 @@
#cmakedefine HAVE_STRPTIME 1
/* Define if st_flags field exists in struct stat */
-#cmakedefine HAVE_ST_FLAGS 1
+#cmakedefine HAVE_STAT_ST_FLAGS 1
/* Define to 1 if you have the `sysconf' function. */
#cmakedefine HAVE_SYSCONF 1