summaryrefslogtreecommitdiffabout
path: root/kmicromail/libetpan/config.h
Unidiff
Diffstat (limited to 'kmicromail/libetpan/config.h') (more/less context) (ignore whitespace changes)
-rw-r--r--kmicromail/libetpan/config.h112
1 files changed, 112 insertions, 0 deletions
diff --git a/kmicromail/libetpan/config.h b/kmicromail/libetpan/config.h
new file mode 100644
index 0000000..b7583bb
--- a/dev/null
+++ b/kmicromail/libetpan/config.h
@@ -0,0 +1,112 @@
1/* config.h. Generated by configure. */
2/* config.h.in. Generated from configure.in by autoheader. */
3/* Define if you want to use OpenSSL. */
4#define USE_SSL 1
5
6/* Define this to allow lazy syntax checking */
7#define UNSTRICT_SYNTAX 1
8
9/* Define to the version number */
10/* #undef VERSION */
11
12/* Define to detected Berkeley DB major version number */
13#define DBVERS 0
14
15/* Define to 1 if you have the <ctype.h> header file. */
16#define HAVE_CTYPE_H 1
17
18/* Define to 1 if you have the <dlfcn.h> header file. */
19#define HAVE_DLFCN_H 1
20
21/* Define to 1 if you have the <fcntl.h> header file. */
22#define HAVE_FCNTL_H 1
23
24/* Define to 1 if you have the `getpagesize' function. */
25#define HAVE_GETPAGESIZE 1
26
27/* Define if you have the iconv() function. */
28#define HAVE_ICONV 1
29
30/* Define to 1 if you have the <inttypes.h> header file. */
31#define HAVE_INTTYPES_H 1
32
33/* Define to 1 if you have the `nsl' library (-lnsl). */
34/* #undef HAVE_LIBNSL */
35
36/* Define to 1 if you have the `socket' library (-lsocket). */
37/* #undef HAVE_LIBSOCKET */
38
39/* Define to 1 if you have the <limits.h> header file. */
40#define HAVE_LIMITS_H 1
41
42/* Define to 1 if you have the <memory.h> header file. */
43#define HAVE_MEMORY_H 1
44
45/* Define to 1 if you have a working `mmap' system call. */
46#define HAVE_MMAP 1
47
48/* Define to 1 if you have the <netdb.h> header file. */
49#define HAVE_NETDB_H 1
50
51/* Define to 1 if you have the <netinet/in.h> header file. */
52#define HAVE_NETINET_IN_H 1
53
54/* Define to 1 if you have the <stdint.h> header file. */
55#define HAVE_STDINT_H 1
56
57/* Define to 1 if you have the <stdlib.h> header file. */
58#define HAVE_STDLIB_H 1
59
60/* Define to 1 if you have the <strings.h> header file. */
61#define HAVE_STRINGS_H 1
62
63/* Define to 1 if you have the <string.h> header file. */
64#define HAVE_STRING_H 1
65
66/* Define to 1 if you have the <sys/mman.h> header file. */
67#define HAVE_SYS_MMAN_H 1
68
69/* Define to 1 if you have the <sys/param.h> header file. */
70#define HAVE_SYS_PARAM_H 1
71
72/* Define to 1 if you have the <sys/socket.h> header file. */
73#define HAVE_SYS_SOCKET_H 1
74
75/* Define to 1 if you have the <sys/stat.h> header file. */
76#define HAVE_SYS_STAT_H 1
77
78/* Define to 1 if you have the <sys/types.h> header file. */
79#define HAVE_SYS_TYPES_H 1
80
81/* Define to 1 if you have the <unistd.h> header file. */
82#define HAVE_UNISTD_H 1
83
84/* Define as const if the declaration of iconv() needs const. */
85#define ICONV_CONST
86
87/* Define this to the version of libEtPan */
88#define LIBETPAN_VERSION "0.32"
89
90/* Define this to the major version of libEtPan */
91#define LIBETPAN_VERSION_MAJOR 0
92
93/* Define this to the minor version of libEtPan */
94#define LIBETPAN_VERSION_MINOR 32
95
96/* Define to the address where bug reports for this package should be sent. */
97#define PACKAGE_BUGREPORT ""
98
99/* Define to the full name of this package. */
100#define PACKAGE_NAME ""
101
102/* Define to the full name and version of this package. */
103#define PACKAGE_STRING ""
104
105/* Define to the one symbol short name of this package. */
106#define PACKAGE_TARNAME ""
107
108/* Define to the version of this package. */
109#define PACKAGE_VERSION ""
110
111/* Define to 1 if you have the ANSI C header files. */
112#define STDC_HEADERS 1