TFO: feature advertisement
[users/jgh/exim.git] / src / src / readconf.c
index a23a57ce86355a912c0e0e11b78fe15e003d4ba3..f53a5d27a80c64dae2cf82b8ef12ba394fc701bb 100644 (file)
@@ -762,6 +762,9 @@ due to conflicts with other common macros. */
 #ifdef SUPPORT_SOCKS
   macro_create(US"_HAVE_SOCKS", US"y", FALSE, TRUE);
 #endif
+#ifdef TCP_FASTOPEN
+  macro_create(US"_HAVE_TCP_FASTOPEN", US"y", FALSE, TRUE);
+#endif
 #ifdef EXPERIMENTAL_LMDB
   macro_create(US"_HAVE_LMDB", US"y", FALSE, TRUE);
 #endif