1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-30 01:55:30 +00:00

Add a comment about CONFIG_TCP_INTERLINK.

This commit is contained in:
Laurent MONIN 2006-01-13 00:10:06 +01:00 committed by Laurent MONIN
parent bdc59d5ac4
commit 768a962077

View File

@ -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. */