From 1459ab34954182aa48c2409380b9cce8c4a2f14d Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Tue, 31 Aug 1999 17:24:32 +0000 Subject: [PATCH] Add comment concerning with it's acceptable to use pipe(2) --- include/ac/socket.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/ac/socket.h b/include/ac/socket.h index 5ab0dacc7c..fc1d533b6f 100644 --- a/include/ac/socket.h +++ b/include/ac/socket.h @@ -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 -- 2.39.5