mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 10:39:34 -05:00
Add comment concerning with it's acceptable to use pipe(2)
This commit is contained in:
parent
0197ec6f04
commit
1459ab3495
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue