summaryrefslogtreecommitdiff
path: root/src/gcrypt.h.in
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2021-10-05 15:43:31 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2021-10-05 15:43:31 +0900
commit0f43570af93e56bdd4a4b2bf6eef722d0bff4a4f (patch)
tree01eb0a42e6806ec709ccb64201a81b0432973bf1 /src/gcrypt.h.in
parent7da42a8e8cc587ced46dffefc8448c8a286b1ca0 (diff)
downloadlibgcrypt-0f43570af93e56bdd4a4b2bf6eef722d0bff4a4f.tar.gz
build,gcrypt.h: Remove INSERT_SYS_SELECT_H.
* configure.ac (INSERT_SYS_SELECT_H): Remove. Remove checking sys/select.h. * src/gcrypt.h.in: Remove INSERT_SYS_SELECT_H. -- It has been no use any more. GnuPG-bug-id: 5637 Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
Diffstat (limited to 'src/gcrypt.h.in')
-rw-r--r--src/gcrypt.h.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gcrypt.h.in b/src/gcrypt.h.in
index 0540c60a..9da15ec2 100644
--- a/src/gcrypt.h.in
+++ b/src/gcrypt.h.in
@@ -41,8 +41,6 @@
# endif /*!__GNUC__*/
#else
# include <sys/socket.h>
-# include <sys/time.h>
-#@INSERT_SYS_SELECT_H@
#endif /*!_WIN32*/
@FALLBACK_SOCKLEN_T@