X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=daemon%2Fguestfsd.c;h=e6384d21ed952b328de10433ee1829d7ea551c72;hp=eab85298a7ff89d724db4a18351524422120dd00;hb=b20a0916d8711fd3fb448dc5d4febee9d7a6331c;hpb=5c9004347fe5920e2d0aa905ec709a514f0d9e38 diff --git a/daemon/guestfsd.c b/daemon/guestfsd.c index eab8529..e6384d2 100644 --- a/daemon/guestfsd.c +++ b/daemon/guestfsd.c @@ -51,6 +51,11 @@ static char *read_cmdline (void); #define GUESTFWD_ADDR "10.0.2.4" #define GUESTFWD_PORT "6666" +/* This is only a hint. If not defined, ignore it. */ +#ifndef AI_ADDRCONFIG +#define AI_ADDRCONFIG 0 +#endif + int verbose = 0; static int print_shell_quote (FILE *stream, const struct printf_info *info, const void *const *args);