From 156c137d077695d3e7372abcb0b762ceee69ae61 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Sun, 14 Dec 2025 17:49:22 -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 c76a92a..c08eb32 100644 --- a/data/build/stand_alone/config.h +++ b/data/build/stand_alone/config.h @@ -887,6 +887,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