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 in which libtool stores uninstalled libraries.
111  */
112 #define LT_OBJDIR ".libs/"
113 
114 /* Name of package */
115 #define PACKAGE "crypto--"
116 
117 /* Define to the address where bug reports for this package should be sent. */
118 #define PACKAGE_BUGREPORT "libcrypto++@bugs.debian.org"
119 
120 /* Define to the full name of this package. */
121 #define PACKAGE_NAME "Crypto++"
122 
123 /* Define to the full name and version of this package. */
124 #define PACKAGE_STRING "Crypto++ 5.6.1"
125 
126 /* Define to the one symbol short name of this package. */
127 #define PACKAGE_TARNAME "crypto--"
128 
129 /* Define to the home page for this package. */
130 #define PACKAGE_URL ""
131 
132 /* Define to the version of this package. */
133 #define PACKAGE_VERSION "5.6.1"
134 
135 /* Define as the return type of signal handlers (`int' or `void'). */
136 #define RETSIGTYPE void
137 
138 /* Define to the type of arg 1 for `select'. */
139 #define SELECT_TYPE_ARG1 int
140 
141 /* Define to the type of args 2, 3 and 4 for `select'. */
142 #define SELECT_TYPE_ARG234 (fd_set *)
143 
144 /* Define to the type of arg 5 for `select'. */
145 #define SELECT_TYPE_ARG5 (struct timeval *)
146 
147 /* Define to 1 if you have the ANSI C header files. */
148 #define STDC_HEADERS 1
149 
150 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
151 #define TIME_WITH_SYS_TIME 1
152 
153 /* Version number of package */
154 #define VERSION "5.6.1"
155 
156 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
157  significant byte first (like Motorola and SPARC, unlike Intel). */
158 #if defined AC_APPLE_UNIVERSAL_BUILD
159 # if defined __BIG_ENDIAN__
160 # define WORDS_BIGENDIAN 1
161 # endif
162 #else
163 # ifndef WORDS_BIGENDIAN
164 /* # undef WORDS_BIGENDIAN */
165 # endif
166 #endif
167 
168 /* Define to empty if `const' does not conform to ANSI C. */
169 /* #undef const */
170 
171 /* Define to `__inline__' or `__inline' if that's what the C compiler
172  calls it, or to nothing if 'inline' is not supported under any name. */
173 #ifndef __cplusplus
174 /* #undef inline */
175 #endif
176 
177 /* Define to rpl_malloc if the replacement function should be used. */
178 /* #undef malloc */
179 
180 /* Define to `unsigned int' if <sys/types.h> does not define. */
181 /* #undef size_t */