mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
dirmngr: Improve detection of ADNS.
* configure.ac (HAVE_ADNS_FREE): New ac_define. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
bce0e3f71d
commit
f92e95175e
2 changed files with 9 additions and 6 deletions
|
@ -65,6 +65,11 @@
|
|||
# define AI_ADDRCONFIG 0
|
||||
#endif
|
||||
|
||||
/* Provide a replacement function for older ADNS versions. */
|
||||
#ifndef HAVE_ADNS_FREE
|
||||
# define adns_free(a) free ((a))
|
||||
#endif
|
||||
|
||||
/* Not every installation has gotten around to supporting SRVs or
|
||||
CERTs yet... */
|
||||
#ifndef T_SRV
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue