From 0eb56a94456d165ef128ed93a156f507ca1d0f19 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Sun, 14 Dec 2025 17:49:18 -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 3203914..9412db4 100644 --- a/data/build/stand_alone/config.h +++ b/data/build/stand_alone/config.h @@ -1118,6 +1118,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