aboutsummaryrefslogtreecommitdiffstats
path: root/version_info.c
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2009-12-21 21:06:01 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2009-12-21 21:06:01 +0000
commitfc9cceceada79c5499a41db9b1d99d7ed66fe582 (patch)
treec7dd20c72484499198d106b5ba392787651f500a /version_info.c
parenta831efc2418106a9eec3633aff7fe561c5042402 (diff)
Switch to using a bundled version of the openSUSE Build Service packages
for GNUTLS since they provide 32-bit and 64-bit Windows packages. We no longer have winposixtype.h, so remove its #includes and add a ssize_t typedef to config.h.win32. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31341 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'version_info.c')
-rw-r--r--version_info.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/version_info.c b/version_info.c
index 4850773029..bfa6794e7c 100644
--- a/version_info.c
+++ b/version_info.c
@@ -45,10 +45,6 @@
#include <pcre.h> /* to get the libpcre version number */
#endif /* HAVE_LIBPCRE */
-#if (defined(HAVE_LIBGCRYPT) || defined(HAVE_LIBGNUTLS)) && defined(_WIN32)
-#include <winposixtype.h>
-#endif
-
#ifdef HAVE_LIBGCRYPT
#include <gcrypt.h>
#endif /* HAVE_LIBGCRYPT */