summaryrefslogtreecommitdiff
path: root/src/sys-socket.h
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2016-10-16 08:56:30 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2016-10-16 08:56:30 -0400
commit5feb2694f7281c9b1ad4f4f68a3cc89ee5292065 (patch)
treed0e3fb240197d5b431f910fb7b798c90f0fbddb0 /src/sys-socket.h
parent22c560c22850aea071f97c263b64f95c5d2686fa (diff)
downloadlighttpd-git-5feb2694f7281c9b1ad4f4f68a3cc89ee5292065.tar.gz
[autobuild] remove mod_authn_gssapi dep on resolv
remove mod_authn_gssapi explicit dependency on -lresolv This fixes build on FreeBSD when ./configure --with-krb5 (On systems that need libresolv, libkrb5 depends on libresolv) Also remove obsolete hstrerror() references from build
Diffstat (limited to 'src/sys-socket.h')
-rw-r--r--src/sys-socket.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sys-socket.h b/src/sys-socket.h
index e3ca0299..c6cdff2e 100644
--- a/src/sys-socket.h
+++ b/src/sys-socket.h
@@ -11,7 +11,6 @@
#define EALREADY WSAEALREADY
#define ECONNABORTED WSAECONNABORTED
#define ioctl ioctlsocket
-#define hstrerror(x) ""
#else
#include <sys/socket.h>
#include <sys/ioctl.h>