From b43fe1ad2cb85b9f70ff7d44fac1a96db1490143 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/config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/data/build/stand_alone/config.h b/data/build/stand_alone/config.h index a5b5334..59b1545 100644 --- a/data/build/stand_alone/config.h +++ b/data/build/stand_alone/config.h @@ -1116,6 +1116,7 @@ //#define _di_f_socket_create_ #define _di_f_socket_create_pair_ //#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