Branch: Tag:

2005-04-09

2005-04-09 21:07:21 by 0

Initial implementation of DNS Service Discovery.

Rev: lib/modules/Protocols.pmod/DNS_SD.pmod:1.1
Rev: src/modules/_Protocols_DNS_SD/.cvsignore:1.1
Rev: src/modules/_Protocols_DNS_SD/Makefile.in:1.1
Rev: src/modules/_Protocols_DNS_SD/acconfig.h:1.1
Rev: src/modules/_Protocols_DNS_SD/configure.in:1.1
Rev: src/modules/_Protocols_DNS_SD/sd.c:1.1

1: + /* + || This file is part of Pike. For copyright information see COPYRIGHT. + || Pike is distributed under GPL, LGPL and MPL. See the file COPYING + || for more information. + || $Id: acconfig.h,v 1.1 2005/04/09 21:07:21 jonasw Exp $ + */    -  + #ifndef PROTOCOLS_DNS_SD_H + #define PROTOCOLS_DNS_SD_H +  + @TOP@ + @BOTTOM@ +  + #undef HAVE_DNS_SD + #undef HAVE_HOWL +  + #endif   Newline at end of file added.