cryptopp_config.h

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

Generated on Thu Jun 22 03:36:15 2006 for Crypto++ by  doxygen 1.4.6