summaryrefslogtreecommitdiffstats
path: root/generic/tcl.h
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2017-01-12 20:59:53 (GMT)
committerdgp <dgp@users.sourceforge.net>2017-01-12 20:59:53 (GMT)
commit940547a862d57d30fbce2e7a43beaf558a50f832 (patch)
treeede9400a7f2d9a343d5df8959506d3b64b0b6a97 /generic/tcl.h
parent986cc9a1d8abe7ab0abc0971982fcb5f367cba18 (diff)
parent7b39886f02248093aab85c82068ee768586cf19e (diff)
downloadtcl-940547a862d57d30fbce2e7a43beaf558a50f832.zip
tcl-940547a862d57d30fbce2e7a43beaf558a50f832.tar.gz
tcl-940547a862d57d30fbce2e7a43beaf558a50f832.tar.bz2
merge trunk
Diffstat (limited to 'generic/tcl.h')
-rw-r--r--generic/tcl.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/generic/tcl.h b/generic/tcl.h
index 197fa00..ce24fa4 100644
--- a/generic/tcl.h
+++ b/generic/tcl.h
@@ -2375,6 +2375,13 @@ typedef int (Tcl_ArgvGenFuncProc)(ClientData clientData, Tcl_Interp *interp,
/*
*----------------------------------------------------------------------------
+ * Definitions needed for the Tcl_OpenTcpServerEx function. [TIP #456]
+ */
+#define TCL_TCPSERVER_REUSEADDR (1<<0)
+#define TCL_TCPSERVER_REUSEPORT (1<<1)
+
+/*
+ *----------------------------------------------------------------------------
* Single public declaration for NRE.
*/