# HG changeset patch # User Paul Boddie # Date 1650926305 -7200 # Node ID 03f89f48f859ab72a84ea6275c6e3a5ef3d20c5f # Parent fce5402a21e935711b19fcbdc4ddd397291abf21 Disable various network-related features, particularly since uClibc socket support doesn't seem to be built (any more). diff -r fce5402a21e9 -r 03f89f48f859 libext2fs/lib/config.h --- a/libext2fs/lib/config.h Sat Mar 26 23:20:28 2022 +0100 +++ b/libext2fs/lib/config.h Tue Apr 26 00:38:25 2022 +0200 @@ -32,7 +32,7 @@ #define HAVE_MALLOC_H 1 #define HAVE_MEMALIGN 1 /* #define HAVE_MNTENT_H 1 */ -#define HAVE_NET_IF_H 1 +/* #define HAVE_NET_IF_H 1 */ #define HAVE_NETINET_IN_H 1 #define HAVE_OPEN64 1 #define HAVE_PATHCONF 1 @@ -63,13 +63,13 @@ #define HAVE_SYS_MOUNT_H 1 /* #define HAVE_SYS_PRCTL_H 1 */ #define HAVE_SYS_RESOURCE_H 1 -#define HAVE_SYS_SOCKET_H 1 +/* #define HAVE_SYS_SOCKET_H 1 */ #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_SYSCALL_H 1 #define HAVE_SYS_SYSMACROS_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SYS_TYPES_H 1 -#define HAVE_SYS_UN_H 1 +/* #define HAVE_SYS_UN_H 1 */ #define HAVE_SYS_WAIT_H 1 #define HAVE_TERMIOS_H 1 #define HAVE_UNISTD_H 1