remove gai_strerror stub (#174)
This commit is contained in:
parent
527ee3d421
commit
3573d66a45
2 changed files with 0 additions and 8 deletions
|
@ -17,13 +17,6 @@
|
|||
#endif
|
||||
|
||||
|
||||
#ifndef HAVE_GAI_STRERROR
|
||||
/** stub */
|
||||
#ifndef gai_strerror
|
||||
#define gai_strerror(err) "?"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/** Length of IPv4 address string */
|
||||
#ifndef INET_ADDRSTRLEN
|
||||
#define INET_ADDRSTRLEN 16
|
||||
|
|
1
mk/re.mk
1
mk/re.mk
|
@ -594,7 +594,6 @@ endif
|
|||
CFLAGS += -DHAVE_UNAME
|
||||
CFLAGS += -DHAVE_UNISTD_H
|
||||
CFLAGS += -DHAVE_STRINGS_H
|
||||
CFLAGS += -DHAVE_GAI_STRERROR
|
||||
endif
|
||||
|
||||
ifneq ($(HAVE_ARC4RANDOM),)
|
||||
|
|
Loading…
Add table
Reference in a new issue