mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Add a comment about CONFIG_TCP_INTERLINK.
This commit is contained in:
parent
bdc59d5ac4
commit
768a962077
@ -70,8 +70,12 @@
|
|||||||
* feature may disappear soon if none is interested in. Please report
|
* feature may disappear soon if none is interested in. Please report
|
||||||
* issues/comments/ideas/bugs on #elinks.
|
* 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
|
#if 0
|
||||||
#undef CONFIG_TCP_INTERLINK
|
#define CONFIG_TCP_INTERLINK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Common to both AF_UNIX and AF_INET stuff. */
|
/* Common to both AF_UNIX and AF_INET stuff. */
|
||||||
|
Loading…
Reference in New Issue
Block a user