remove gai_strerror stub ()

This commit is contained in:
Alfred E. Heggestad 2019-01-02 10:08:02 +01:00 committed by Richard Aas
parent 527ee3d421
commit 3573d66a45
2 changed files with 0 additions and 8 deletions
include
mk

View file

@ -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

View file

@ -594,7 +594,6 @@ endif
CFLAGS += -DHAVE_UNAME
CFLAGS += -DHAVE_UNISTD_H
CFLAGS += -DHAVE_STRINGS_H
CFLAGS += -DHAVE_GAI_STRERROR
endif
ifneq ($(HAVE_ARC4RANDOM),)