Skip to content
Snippets Groups Projects
Commit 32a6fa19 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Added missing UNIX_SOCKETS_WORKS_WITH_SHUTDOWN.

Rev: src/modules/files/acconfig.h:1.7
parent 31e0d334
No related branches found
No related tags found
No related merge requests found
/*
* $Id: acconfig.h,v 1.6 1998/01/08 17:21:14 hubbe Exp $
* $Id: acconfig.h,v 1.7 1998/01/29 23:52:27 grubba Exp $
*/
#ifndef FILE_MACHINE_H
......@@ -38,6 +38,9 @@
/* Do we have socketpair() ? */
#undef HAVE_SOCKETPAIR
/* Does select() work together with shutdown() on UNIX sockets? */
#undef UNIX_SOCKETS_WORKS_WITH_SHUTDOWN
/* Buffer size to use on open sockets */
#undef SOCKET_BUFFER_MAX
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment