mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
13 lines
290 B
C
13 lines
290 B
C
--- mod_watch.c.orig Thu Mar 14 12:44:07 2002
|
|
+++ mod_watch.c Mon Oct 28 00:48:48 2002
|
|
@@ -41,6 +41,10 @@
|
|
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
*/
|
|
|
|
+#ifdef INET6
|
|
+#error mod_watch is not IPv6-aware.
|
|
+#endif
|
|
+
|
|
#ifndef SPOOLDIR
|
|
#define SPOOLDIR "/var/spool/mod_watch/"
|
|
#endif
|