Merge pull request #328 from sshambar/fixconfig

Updated configure/makefiles related to Issue #327
This commit is contained in:
ejurgensen
2017-01-12 22:41:47 +01:00
committed by GitHub
38 changed files with 832 additions and 440 deletions

View File

@@ -636,6 +636,11 @@ entry_group_callback(AvahiEntryGroup *g, AvahiEntryGroupState state, AVAHI_GCC_U
}
}
#ifndef HOST_NAME_MAX
/* some systems want programs to query this, just define a reasonable limit */
#define HOST_NAME_MAX 64
#endif
static int
create_group_entry(struct mdns_group_entry *ge, int commit)
{