freebsd-ports/news/s-news/files/patch-config.h.in
Pav Lucistnik b2c1220333 - Add lock outgoing files with flock, XPAT command, ability to handle
supersedes and cancel control messages.

PR:		ports/69551
Submitted by:	Andrey Slusar <vasallia@ukr.net> (maintainer)
2004-07-25 11:45:43 +00:00

12 lines
361 B
C

--- config.h.in 2002-05-18 20:22:50.000000000 +0100
+++ config.h.in 2002-10-12 19:23:12.000000000 +0100
@@ -55,6 +55,9 @@
/* Define if you have the <malloc.h> header file. */
#undef HAVE_MALLOC_H
+/* Define if you have the <sys/file.h> header file. */
+#undef HAVE_SYS_FILE_H
+
/* Define if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H