pike.git
/
src
/
modules
/
_Protocols_DNS_SD
/
acconfig.h
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/modules/_Protocols_DNS_SD/acconfig.h: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.
+
*/
-
+
#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.