Skip to content
Snippets Groups Projects
Commit 1459ab34 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Add comment concerning with it's acceptable to use pipe(2)

parent 0197ec6f
No related branches found
No related tags found
No related merge requests found
......@@ -116,6 +116,10 @@ extern char* WSAGetErrorString LDAP_P((int));
# define tcp_write( s, buf, len) write( s, buf, len )
#ifdef HAVE_PIPE
/*
* Only use pipe() on systems where file and socket descriptors
* are interchangable
*/
#define USE_PIPE HAVE_PIPE
#endif
......
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