projects
/
elisp
/
starttls.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbdf2ea
)
* configure.in: Don't check the existence of "socks.h".
author
ueno
<ueno>
Tue, 22 Jan 2002 08:38:05 +0000
(08:38 +0000)
committer
ueno
<ueno>
Tue, 22 Jan 2002 08:38:05 +0000
(08:38 +0000)
* starttls.c: Don't include "socks.h".
configure.in
patch
|
blob
|
history
starttls.c
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
20c4b2d
..
8236e06
100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-9,7
+9,7
@@
AC_PROG_INSTALL
AC_PROG_MAKE_SET
AC_PROG_RANLIB
-AC_CHECK_HEADERS(libgen.h sys/select.h socks.h sys/poll.h)
+AC_CHECK_HEADERS(libgen.h sys/select.h sys/poll.h)
AC_CHECK_LIB(nsl, gethostbyname)
AC_CHECK_LIB(socket, socket)
diff --git
a/starttls.c
b/starttls.c
index
15fc5a0
..
93c562b
100644
(file)
--- a/
starttls.c
+++ b/
starttls.c
@@
-39,10
+39,6
@@
#include <openssl/x509.h>
#include <openssl/ssl.h>
-#ifdef HAVE_SOCKS_H
-#include <socks.h>
-#endif
-
#ifdef NEED_ADDRINFO_H
#include "addrinfo.h"
#endif