1 #include <windows.h>
2 
3 #define PACKAGE_VERSION "3.7.16"
4 
5 #undef USE_LIBEWF
6 #undef USE_QEMU
7 #undef USE_FUSE
8 #undef USE_S3
9 
10 #define HAVE_AES_ENCRYPT 1
11 #define HAVE_ASSERT_H 1
12 #define HAVE_CSTRING 1
13 #define HAVE_CTYPE_H 1
14 #define HAVE_ERRNO_H 1
15 #define HAVE_FCNTL_H 1
16 #define HAVE_ISDIGIT 1
17 #define HAVE_LIBCRYPTO 1
18 #define HAVE_MALLOC_H 1
19 #define HAVE_MD5 1
20 #define HAVE_OPENSSL_AES_H 1
21 #define HAVE_OPENSSL_BIO_H 1
22 #define HAVE_OPENSSL_EVP_H 1
23 #define HAVE_OPENSSL_HMAC_H 1
24 #define HAVE_OPENSSL_MD5_H 1
25 #define HAVE_OPENSSL_PEM_H 1
26 #define HAVE_OPENSSL_RAND_H 1
27 #define HAVE_OPENSSL_RSA_H 1
28 #define HAVE_OPENSSL_SHA_H 1
29 #define HAVE_OPENSSL_X509_H 1
30 #define HAVE_PEM_READ_BIO_RSA_PUBKEY 1
31 #define HAVE_SHA1 1
32 #define HAVE_STDIO_H 1
33 #define HAVE_STDLIB_H 1
34 #define HAVE_STRING_H 1
35 #define HAVE_SYS_STAT_H 1
36 #define HAVE_SYS_TYPES_H 1
37 #define HAVE_ZLIB_H 1
38 
39 #if _MSC_VER >= 1600
40 #define HAVE_STDINT_H 1
41 #endif
42 
43 #if _MSC_VER >= 1800
44 #define HAVE_INTTYPES_H 1
45 #endif
46 
47 typedef SSIZE_T ssize_t;
48 
49