• Main Page
  • Namespaces
  • Classes
  • Files
  • File List
  • File Members

cryptopp_config.h

00001 /* cryptopp_config.h.  Generated from cryptopp_config.h.in by configure.  */
00002 /* cryptopp_config.h.in.  Generated from configure.ac by autoheader.  */
00003 
00004 /* Define if building universal (internal helper macro) */
00005 /* #undef AC_APPLE_UNIVERSAL_BUILD */
00006 
00007 /* Define to 1 if you have the <arpa/inet.h> header file. */
00008 #define HAVE_ARPA_INET_H 1
00009 
00010 /* Define to 1 if you have the <dlfcn.h> header file. */
00011 #define HAVE_DLFCN_H 1
00012 
00013 /* Define to 1 if you have the <fcntl.h> header file. */
00014 #define HAVE_FCNTL_H 1
00015 
00016 /* Define to 1 if you have the `gethostbyname' function. */
00017 #define HAVE_GETHOSTBYNAME 1
00018 
00019 /* Define to 1 if you have the `gettimeofday' function. */
00020 #define HAVE_GETTIMEOFDAY 1
00021 
00022 /* Define to 1 if you have the <inttypes.h> header file. */
00023 #define HAVE_INTTYPES_H 1
00024 
00025 /* Define to 1 if you have the <limits.h> header file. */
00026 #define HAVE_LIMITS_H 1
00027 
00028 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
00029    to 0 otherwise. */
00030 #define HAVE_MALLOC 1
00031 
00032 /* Define to 1 if you have the <malloc.h> header file. */
00033 #define HAVE_MALLOC_H 1
00034 
00035 /* Define to 1 if you have the `memmove' function. */
00036 #define HAVE_MEMMOVE 1
00037 
00038 /* Define to 1 if you have the <memory.h> header file. */
00039 #define HAVE_MEMORY_H 1
00040 
00041 /* Define to 1 if you have the `memset' function. */
00042 #define HAVE_MEMSET 1
00043 
00044 /* Define to 1 if you have the <netdb.h> header file. */
00045 #define HAVE_NETDB_H 1
00046 
00047 /* Define to 1 if you have the <netinet/in.h> header file. */
00048 #define HAVE_NETINET_IN_H 1
00049 
00050 /* Define to 1 if you have the `pow' function. */
00051 /* #undef HAVE_POW */
00052 
00053 /* Define to 1 if the system has the type `ptrdiff_t'. */
00054 #define HAVE_PTRDIFF_T 1
00055 
00056 /* Define to 1 if you have the `select' function. */
00057 #define HAVE_SELECT 1
00058 
00059 /* Define to 1 if you have the `socket' function. */
00060 #define HAVE_SOCKET 1
00061 
00062 /* Define to 1 if stdbool.h conforms to C99. */
00063 #define HAVE_STDBOOL_H 1
00064 
00065 /* Define to 1 if you have the <stddef.h> header file. */
00066 #define HAVE_STDDEF_H 1
00067 
00068 /* Define to 1 if you have the <stdint.h> header file. */
00069 #define HAVE_STDINT_H 1
00070 
00071 /* Define to 1 if you have the <stdlib.h> header file. */
00072 #define HAVE_STDLIB_H 1
00073 
00074 /* Define to 1 if you have the <strings.h> header file. */
00075 #define HAVE_STRINGS_H 1
00076 
00077 /* Define to 1 if you have the <string.h> header file. */
00078 #define HAVE_STRING_H 1
00079 
00080 /* Define to 1 if you have the <sys/ioctl.h> header file. */
00081 #define HAVE_SYS_IOCTL_H 1
00082 
00083 /* Define to 1 if you have the <sys/select.h> header file. */
00084 #define HAVE_SYS_SELECT_H 1
00085 
00086 /* Define to 1 if you have the <sys/socket.h> header file. */
00087 #define HAVE_SYS_SOCKET_H 1
00088 
00089 /* Define to 1 if you have the <sys/stat.h> header file. */
00090 #define HAVE_SYS_STAT_H 1
00091 
00092 /* Define to 1 if you have the <sys/time.h> header file. */
00093 #define HAVE_SYS_TIME_H 1
00094 
00095 /* Define to 1 if you have the <sys/types.h> header file. */
00096 #define HAVE_SYS_TYPES_H 1
00097 
00098 /* Define to 1 if you have the <unistd.h> header file. */
00099 #define HAVE_UNISTD_H 1
00100 
00101 /* Define to 1 if the system has the type `_Bool'. */
00102 #define HAVE__BOOL 1
00103 
00104 /* Big-endian architecture */
00105 /* #undef IS_BIG_ENDIAN */
00106 
00107 /* Little-endian architecture */
00108 #define IS_LITTLE_ENDIAN /**/
00109 
00110 /* Define to the sub-directory in which libtool stores uninstalled libraries.
00111    */
00112 #define LT_OBJDIR ".libs/"
00113 
00114 /* Name of package */
00115 #define PACKAGE "crypto--"
00116 
00117 /* Define to the address where bug reports for this package should be sent. */
00118 #define PACKAGE_BUGREPORT "libcrypto++@bugs.debian.org"
00119 
00120 /* Define to the full name of this package. */
00121 #define PACKAGE_NAME "Crypto++"
00122 
00123 /* Define to the full name and version of this package. */
00124 #define PACKAGE_STRING "Crypto++ 5.6.0"
00125 
00126 /* Define to the one symbol short name of this package. */
00127 #define PACKAGE_TARNAME "crypto--"
00128 
00129 /* Define to the home page for this package. */
00130 #define PACKAGE_URL ""
00131 
00132 /* Define to the version of this package. */
00133 #define PACKAGE_VERSION "5.6.0"
00134 
00135 /* Define as the return type of signal handlers (`int' or `void'). */
00136 #define RETSIGTYPE void
00137 
00138 /* Define to the type of arg 1 for `select'. */
00139 #define SELECT_TYPE_ARG1 int
00140 
00141 /* Define to the type of args 2, 3 and 4 for `select'. */
00142 #define SELECT_TYPE_ARG234 (fd_set *)
00143 
00144 /* Define to the type of arg 5 for `select'. */
00145 #define SELECT_TYPE_ARG5 (struct timeval *)
00146 
00147 /* Define to 1 if you have the ANSI C header files. */
00148 #define STDC_HEADERS 1
00149 
00150 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
00151 #define TIME_WITH_SYS_TIME 1
00152 
00153 /* Version number of package */
00154 #define VERSION "5.6.0"
00155 
00156 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
00157    significant byte first (like Motorola and SPARC, unlike Intel). */
00158 #if defined AC_APPLE_UNIVERSAL_BUILD
00159 # if defined __BIG_ENDIAN__
00160 #  define WORDS_BIGENDIAN 1
00161 # endif
00162 #else
00163 # ifndef WORDS_BIGENDIAN
00164 /* #  undef WORDS_BIGENDIAN */
00165 # endif
00166 #endif
00167 
00168 /* Define to empty if `const' does not conform to ANSI C. */
00169 /* #undef const */
00170 
00171 /* Define to `__inline__' or `__inline' if that's what the C compiler
00172    calls it, or to nothing if 'inline' is not supported under any name.  */
00173 #ifndef __cplusplus
00174 /* #undef inline */
00175 #endif
00176 
00177 /* Define to rpl_malloc if the replacement function should be used. */
00178 /* #undef malloc */
00179 
00180 /* Define to `unsigned int' if <sys/types.h> does not define. */
00181 /* #undef size_t */

Generated on Tue Jun 30 2015 19:07:04 for Crypto++ by  doxygen 1.7.1