mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* srv.c, Makefile.am: Only build srv.c if we need to.
This commit is contained in:
parent
f3c99c604c
commit
5e08b08da8
3 changed files with 9 additions and 4 deletions
|
@ -20,7 +20,6 @@
|
|||
*/
|
||||
|
||||
#include <config.h>
|
||||
#ifdef USE_DNS_SRV
|
||||
#include <sys/types.h>
|
||||
#ifdef _WIN32
|
||||
#include <windows.h>
|
||||
|
@ -226,8 +225,6 @@ getsrv(const char *name,struct srventry **list)
|
|||
return -1;
|
||||
}
|
||||
|
||||
#endif /* USE_DNS_SRV */
|
||||
|
||||
#ifdef TEST
|
||||
int
|
||||
main(int argc,char *argv[])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue