From 1f7bc476c685f3e1f48ad5021d51853890c9900e Mon Sep 17 00:00:00 2001 From: Laurent MONIN Date: Fri, 13 Jan 2006 00:10:06 +0100 Subject: [PATCH] Add a comment about CONFIG_TCP_INTERLINK. --- src/main/interlink.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/main/interlink.c b/src/main/interlink.c index 8c0b91c1..b535c022 100644 --- a/src/main/interlink.c +++ b/src/main/interlink.c @@ -70,8 +70,12 @@ * feature may disappear soon if none is interested in. Please report * issues/comments/ideas/bugs on #elinks. */ + +/* Set to 1 to make ELinks use a tcp socket bound to loopback address with + * port defined by ELINKS_PORT (setup.h) for internal communications + * instead of a socket file, which is the preferred way. */ #if 0 -#undef CONFIG_TCP_INTERLINK +#define CONFIG_TCP_INTERLINK #endif /* Common to both AF_UNIX and AF_INET stuff. */ -- 2.11.4.GIT