gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: UTIL: Properly detect getaddrinfo in mes


From: gnunet
Subject: [gnunet] branch master updated: UTIL: Properly detect getaddrinfo in meson. Issue #8852
Date: Thu, 16 May 2024 13:00:23 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 98c58ead5 UTIL: Properly detect getaddrinfo in meson. Issue #8852
98c58ead5 is described below

commit 98c58ead50376094ec55111dddba4522541b4f75
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Thu May 16 13:00:19 2024 +0200

    UTIL: Properly detect getaddrinfo in meson. Issue #8852
---
 meson.build | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meson.build b/meson.build
index 3547d9cfa..16df0524e 100644
--- a/meson.build
+++ b/meson.build
@@ -431,6 +431,9 @@ endif
 if cc.has_function('explicit_bzero')
   cdata.set('HAVE_EXPLICIT_BZERO', 1)
 endif
+if cc.has_function('getaddrinfo')
+  cdata.set('HAVE_GETADDRINFO', 1)
+endif
 if cc.has_function('gethostbyname')
   cdata.set('HAVE_GETHOSTBYNAME', 1)
 endif

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]