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