From 8405f1c9462f7f4dca9bca9576d05daa4bc23f77 Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 16 Dec 2018 17:59:55 -0500 Subject: osapi: moved definition of HAVE_SOCKADDR_ALT from modern.h to linux.h. --- profiles/osapi/linux.h | 1 + profiles/osapi/modern.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'profiles') diff --git a/profiles/osapi/linux.h b/profiles/osapi/linux.h index 29d6efc..38893ec 100644 --- a/profiles/osapi/linux.h +++ b/profiles/osapi/linux.h @@ -7,6 +7,7 @@ /* interfaces */ #define HAVE_EPOLL 1 #define HAVE_LINUX_CAN_RAW_FD_FRAMES 1 +#define HAVE_SOCKADDR_ALG 1 /* os-specific headers */ #define HAVE_ASM_TYPES_H 1 diff --git a/profiles/osapi/modern.h b/profiles/osapi/modern.h index f8c788d..56f1b5c 100644 --- a/profiles/osapi/modern.h +++ b/profiles/osapi/modern.h @@ -229,7 +229,6 @@ #define HAVE_SIGWAIT 1 #define HAVE_SIGWAITINFO 1 #define HAVE_SNPRINTF 1 -#define HAVE_SOCKADDR_ALG 1 #define HAVE_SOCKADDR_STORAGE 1 #define HAVE_SOCKETPAIR 1 #define HAVE_STATVFS 1 -- cgit v1.2.3