Crypto++
cryptopp_config.h
1 /* cryptopp_config.h. Generated from cryptopp_config.h.in by configure. */
2 /* cryptopp_config.h.in. Generated from configure.ac by autoheader. */
3 
4 /* Define if building universal (internal helper macro) */
5 /* #undef AC_APPLE_UNIVERSAL_BUILD */
6 
7 /* Define to 1 if you have the <arpa/inet.h> header file. */
8 #define HAVE_ARPA_INET_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 `gethostbyname' function. */
17 #define HAVE_GETHOSTBYNAME 1
18 
19 /* Define to 1 if you have the `gettimeofday' function. */
20 #define HAVE_GETTIMEOFDAY 1
21 
22 /* Define to 1 if you have the <inttypes.h> header file. */
23 #define HAVE_INTTYPES_H 1
24 
25 /* Define to 1 if you have the <limits.h> header file. */
26 #define HAVE_LIMITS_H 1
27 
28 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
29  to 0 otherwise. */
30 #define HAVE_MALLOC 1
31 
32 /* Define to 1 if you have the <malloc.h> header file. */
33 #define HAVE_MALLOC_H 1
34 
35 /* Define to 1 if you have the `memmove' function. */
36 #define HAVE_MEMMOVE 1
37 
38 /* Define to 1 if you have the <memory.h> header file. */
39 #define HAVE_MEMORY_H 1
40 
41 /* Define to 1 if you have the `memset' function. */
42 #define HAVE_MEMSET 1
43 
44 /* Define to 1 if you have the <netdb.h> header file. */
45 #define HAVE_NETDB_H 1
46 
47 /* Define to 1 if you have the <netinet/in.h> header file. */
48 #define HAVE_NETINET_IN_H 1
49 
50 /* Define to 1 if you have the `pow' function. */
51 /* #undef HAVE_POW */
52 
53 /* Define to 1 if the system has the type `ptrdiff_t'. */
54 #define HAVE_PTRDIFF_T 1
55 
56 /* Define to 1 if you have the `select' function. */
57 #define HAVE_SELECT 1
58 
59 /* Define to 1 if you have the `socket' function. */
60 #define HAVE_SOCKET 1
61 
62 /* Define to 1 if stdbool.h conforms to C99. */
63 #define HAVE_STDBOOL_H 1
64 
65 /* Define to 1 if you have the <stddef.h> header file. */
66 #define HAVE_STDDEF_H 1
67 
68 /* Define to 1 if you have the <stdint.h> header file. */
69 #define HAVE_STDINT_H 1
70 
71 /* Define to 1 if you have the <stdlib.h> header file. */
72 #define HAVE_STDLIB_H 1
73 
74 /* Define to 1 if you have the <strings.h> header file. */
75 #define HAVE_STRINGS_H 1
76 
77 /* Define to 1 if you have the <string.h> header file. */
78 #define HAVE_STRING_H 1
79 
80 /* Define to 1 if you have the <sys/ioctl.h> header file. */
81 #define HAVE_SYS_IOCTL_H 1
82 
83 /* Define to 1 if you have the <sys/select.h> header file. */
84 #define HAVE_SYS_SELECT_H 1
85 
86 /* Define to 1 if you have the <sys/socket.h> header file. */
87 #define HAVE_SYS_SOCKET_H 1
88 
89 /* Define to 1 if you have the <sys/stat.h> header file. */
90 #define HAVE_SYS_STAT_H 1
91 
92 /* Define to 1 if you have the <sys/time.h> header file. */
93 #define HAVE_SYS_TIME_H 1
94 
95 /* Define to 1 if you have the <sys/types.h> header file. */
96 #define HAVE_SYS_TYPES_H 1
97 
98 /* Define to 1 if you have the <unistd.h> header file. */
99 #define HAVE_UNISTD_H 1
100 
101 /* Define to 1 if the system has the type `_Bool'. */
102 #define HAVE__BOOL 1
103 
104 /* Big-endian architecture */
105 /* #undef IS_BIG_ENDIAN */
106 
107 /* Little-endian architecture */
108 #define IS_LITTLE_ENDIAN /**/
109 
110 /* Define to the sub-directory where libtool stores uninstalled libraries. */
111 #define LT_OBJDIR ".libs/"
112 
113 /* Name of package */
114 #define PACKAGE "crypto--"
115 
116 /* Define to the address where bug reports for this package should be sent. */
117 #define PACKAGE_BUGREPORT "libcrypto++@bugs.debian.org"
118 
119 /* Define to the full name of this package. */
120 #define PACKAGE_NAME "Crypto++"
121 
122 /* Define to the full name and version of this package. */
123 #define PACKAGE_STRING "Crypto++ 5.6.1"
124 
125 /* Define to the one symbol short name of this package. */
126 #define PACKAGE_TARNAME "crypto--"
127 
128 /* Define to the home page for this package. */
129 #define PACKAGE_URL ""
130 
131 /* Define to the version of this package. */
132 #define PACKAGE_VERSION "5.6.1"
133 
134 /* Define as the return type of signal handlers (`int' or `void'). */
135 #define RETSIGTYPE void
136 
137 /* Define to the type of arg 1 for `select'. */
138 #define SELECT_TYPE_ARG1 int
139 
140 /* Define to the type of args 2, 3 and 4 for `select'. */
141 #define SELECT_TYPE_ARG234 (fd_set *)
142 
143 /* Define to the type of arg 5 for `select'. */
144 #define SELECT_TYPE_ARG5 (struct timeval *)
145 
146 /* Define to 1 if you have the ANSI C header files. */
147 #define STDC_HEADERS 1
148 
149 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
150 #define TIME_WITH_SYS_TIME 1
151 
152 /* Version number of package */
153 #define VERSION "5.6.1"
154 
155 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
156  significant byte first (like Motorola and SPARC, unlike Intel). */
157 #if defined AC_APPLE_UNIVERSAL_BUILD
158 # if defined __BIG_ENDIAN__
159 # define WORDS_BIGENDIAN 1
160 # endif
161 #else
162 # ifndef WORDS_BIGENDIAN
163 /* # undef WORDS_BIGENDIAN */
164 # endif
165 #endif
166 
167 /* Define to empty if `const' does not conform to ANSI C. */
168 /* #undef const */
169 
170 /* Define to `__inline__' or `__inline' if that's what the C compiler
171  calls it, or to nothing if 'inline' is not supported under any name. */
172 #ifndef __cplusplus
173 /* #undef inline */
174 #endif
175 
176 /* Define to rpl_malloc if the replacement function should be used. */
177 /* #undef malloc */
178 
179 /* Define to `unsigned int' if <sys/types.h> does not define. */
180 /* #undef size_t */