]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
win32: Fix org#2667 enable sockaddress_storage for windows
authornorbert.bizet <nbizet@baculasystems.com>
Thu, 19 Jan 2023 15:37:33 +0000 (10:37 -0500)
committerEric Bollengier <eric@baculasystems.com>
Thu, 19 Jan 2023 16:03:37 +0000 (17:03 +0100)
bacula/src/win32/compat/mingwconfig.h

index 02444294c84ddfb8e3fcfeb4069a6d4a6e00ac4b..251fdbfbdb515809b21559ed20872097bc30ccff 100644 (file)
 /* Whether to enable IPv6 support */
 #define HAVE_IPV6 1
 
+/* Use sockaddr_storage */
+#define HAVE_SOCKADDR_STORAGE 1
+
 /* Set the default configuration file */
 #undef  SYSCONFDIR
 #define SYSCONFDIR "C:/Program Files/Bacula"