mirror of
https://github.com/rfc1036/whois.git
synced 2026-01-03 06:15:17 +00:00
config.h: add support for midipix
Signed-off-by: Ørjan Malde <red@foxi.me> Signed-off-by: Ørjan Malde <red@foxi.me>
This commit is contained in:
parent
ab10466cf2
commit
edc625d0e1
8
config.h
8
config.h
@ -43,6 +43,12 @@
|
||||
# define HAVE_BSDICRYPT
|
||||
#endif
|
||||
|
||||
#if defined __midipix__
|
||||
# define HAVE_GETOPT_LONG
|
||||
# define HAVE_GETADDRINFO
|
||||
# define HAVE_SHA_CRYPT
|
||||
#endif
|
||||
|
||||
#if defined __GLIBC__
|
||||
# define HAVE_GETOPT_LONG
|
||||
# if __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 1
|
||||
@ -103,7 +109,7 @@
|
||||
#endif
|
||||
|
||||
/* or else getentropy(2) on Linux */
|
||||
#if defined __GLIBC__ && __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 25
|
||||
#if defined __GLIBC__ && __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 25 || defined __midipix__
|
||||
# define HAVE_GETENTROPY
|
||||
#endif
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user