From a7265cc8a7300ae9834a721752fa31d5491a1365 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Sun, 14 Dec 2025 17:49:23 -0600 Subject: [PATCH] Update: Add FLL socket defines disable. --- data/build/stand_alone/configs/tacocat-config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/build/stand_alone/configs/tacocat-config.h b/data/build/stand_alone/configs/tacocat-config.h index b7618ad..d2ed660 100644 --- a/data/build/stand_alone/configs/tacocat-config.h +++ b/data/build/stand_alone/configs/tacocat-config.h @@ -924,7 +924,8 @@ //#define _di_f_socket_connect_ //#define _di_f_socket_create_ #define _di_f_socket_create_pair_ -#define _di_f_socket_default_d_ +//#define _di_f_socket_default_d_ +//#define _di_f_socket_defines_d_ //#define _di_f_socket_disconnect_ //#define _di_f_socket_flag_e_ #define _di_f_socket_host_name_ -- 1.8.3.1