diff options
author | midipix <writeonce@midipix.org> | 2018-12-16 17:59:55 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-12-18 20:38:40 -0500 |
commit | 8405f1c9462f7f4dca9bca9576d05daa4bc23f77 (patch) | |
tree | 2a454f3412ad575fd0b093b76e57e65b2b7c29be | |
parent | e9a8e5e05df2ea39d3a9f5823f78b668402d04fb (diff) | |
download | sbpython3-8405f1c9462f7f4dca9bca9576d05daa4bc23f77.tar.bz2 sbpython3-8405f1c9462f7f4dca9bca9576d05daa4bc23f77.tar.xz |
osapi: moved definition of HAVE_SOCKADDR_ALT from modern.h to linux.h.
-rw-r--r-- | profiles/osapi/linux.h | 1 | ||||
-rw-r--r-- | profiles/osapi/modern.h | 1 |
2 files changed, 1 insertions, 1 deletions
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 |