Include complete fake-getname/addrinfo from OpenSSH.

This commit is contained in:
Guus Sliepen 2002-07-12 11:45:21 +00:00
parent afabbd6b90
commit c4cd199357
12 changed files with 242 additions and 711 deletions

View file

@ -23,6 +23,9 @@
#include <ctype.h>
#include "fake-getaddrinfo.h"
#include "fake-getnameinfo.h"
enum {
DEBUG_NOTHING = 0, /* Quiet mode, only show starting/stopping of the daemon */
DEBUG_CONNECTIONS = 1, /* Show (dis)connects of other tinc daemons via TCP */