• Main Page
  • Related Pages
  • Modules
  • Data Structures
  • Files
  • File List
  • Globals

c4e_config.h (Version 574)

00001 /* include/c4e_config.h.  Generated from c4e_config.h.in by configure.  */
00002 /* include/c4e_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 /* Defined (to 1) if byte order is big endian. */
00008 /* #undef C4E_ARCH_BIG_ENDIAN */
00009 
00010 /* The size of 'C4eArchDigit', as computed by sizeof (but unsigned). */
00011 #define C4E_ARCH_DIGIT_SIZE (4U)
00012 
00013 /* Defined (to 1) if byte order is little endian. */
00014 #define C4E_ARCH_LITTLE_ENDIAN 1
00015 
00016 /* The size of 'C4eArchUint', as computed by sizeof (but unsigned). */
00017 #define C4E_ARCH_UINT_SIZE (4U)
00018 
00019 /* Defined if '--enable-debug' was passed to configure. */
00020 #define C4E_CONFIG_DEBUG 1
00021 
00022 /* Defined if '--disable-aes' was passed to configure. */
00023 /* #undef C4E_CONFIG_DISABLE_AES */
00024 
00025 /* Defined if '--disable-dh' was passed to configure. */
00026 /* #undef C4E_CONFIG_DISABLE_DH */
00027 
00028 /* Defined if '--disable-dsa' was passed to configure. */
00029 /* #undef C4E_CONFIG_DISABLE_DSA */
00030 
00031 /* Defined if '--disable-ecc' was passed to configure. */
00032 /* #undef C4E_CONFIG_DISABLE_ECC */
00033 
00034 /* Defined if '--disable-rsa' was passed to configure. */
00035 /* #undef C4E_CONFIG_DISABLE_RSA */
00036 
00037 /* Defined if '--enable-comba' was passed to configure. */
00038 /* #undef C4E_CONFIG_ENABLE_COMBA */
00039 
00040 /* Define to 1 if the system has the type 'uint128_t' or '__uint128_t'. */
00041 /* #undef C4E_HAVE_UINT128 */
00042 
00043 /* Define to 1 if you have the <dlfcn.h> header file. */
00044 #define HAVE_DLFCN_H 1
00045 
00046 /* Define to 1 if you have the <inttypes.h> header file. */
00047 #define HAVE_INTTYPES_H 1
00048 
00049 /* Define to 1 if you have the `memcmp' function. */
00050 #define HAVE_MEMCMP 1
00051 
00052 /* Define to 1 if you have the `memcpy' function. */
00053 #define HAVE_MEMCPY 1
00054 
00055 /* Define to 1 if you have the `memmove' function. */
00056 #define HAVE_MEMMOVE 1
00057 
00058 /* Define to 1 if you have the <memory.h> header file. */
00059 #define HAVE_MEMORY_H 1
00060 
00061 /* Define to 1 if you have the `memset' function. */
00062 #define HAVE_MEMSET 1
00063 
00064 /* Define to 1 if stdbool.h conforms to C99. */
00065 #define HAVE_STDBOOL_H 1
00066 
00067 /* Define to 1 if you have the <stdint.h> header file. */
00068 #define HAVE_STDINT_H 1
00069 
00070 /* Define to 1 if you have the <stdlib.h> header file. */
00071 #define HAVE_STDLIB_H 1
00072 
00073 /* Define to 1 if you have the <strings.h> header file. */
00074 #define HAVE_STRINGS_H 1
00075 
00076 /* Define to 1 if you have the <string.h> header file. */
00077 #define HAVE_STRING_H 1
00078 
00079 /* Define to 1 if you have the <sys/stat.h> header file. */
00080 #define HAVE_SYS_STAT_H 1
00081 
00082 /* Define to 1 if you have the <sys/types.h> header file. */
00083 #define HAVE_SYS_TYPES_H 1
00084 
00085 /* Define to 1 if the system has the type `uintptr_t'. */
00086 #define HAVE_UINTPTR_T 1
00087 
00088 /* Define to 1 if you have the <unistd.h> header file. */
00089 #define HAVE_UNISTD_H 1
00090 
00091 /* Define to 1 if the system has the type `_Bool'. */
00092 #define HAVE__BOOL 1
00093 
00094 /* Define to the sub-directory in which libtool stores uninstalled libraries.
00095    */
00096 #define LT_OBJDIR ".libs/"
00097 
00098 /* Define to 1 if assertions should be disabled. */
00099 /* #undef NDEBUG */
00100 
00101 /* Name of package */
00102 #define PACKAGE "cry4e"
00103 
00104 /* Define to the address where bug reports for this package should be sent. */
00105 #define PACKAGE_BUGREPORT "ralf.hoppe@ieee.org"
00106 
00107 /* Define to the full name of this package. */
00108 #define PACKAGE_NAME "cry4e"
00109 
00110 /* Define to the full name and version of this package. */
00111 #define PACKAGE_STRING "cry4e 0.3"
00112 
00113 /* Define to the one symbol short name of this package. */
00114 #define PACKAGE_TARNAME "cry4e"
00115 
00116 /* Define to the version of this package. */
00117 #define PACKAGE_VERSION "0.3"
00118 
00119 /* The size of `C4eArchDigit', as computed by sizeof. */
00120 #define SIZEOF_C4EARCHDIGIT 4
00121 
00122 /* The size of `C4eArchUint', as computed by sizeof. */
00123 #define SIZEOF_C4EARCHUINT 4
00124 
00125 /* Define to 1 if you have the ANSI C header files. */
00126 #define STDC_HEADERS 1
00127 
00128 /* Version number of package */
00129 #define VERSION "0.3"
00130 
00131 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
00132    significant byte first (like Motorola and SPARC, unlike Intel). */
00133 #if defined AC_APPLE_UNIVERSAL_BUILD
00134 # if defined __BIG_ENDIAN__
00135 #  define WORDS_BIGENDIAN 1
00136 # endif
00137 #else
00138 # ifndef WORDS_BIGENDIAN
00139 /* #  undef WORDS_BIGENDIAN */
00140 # endif
00141 #endif
00142 
00143 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
00144    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
00145    #define below would cause a syntax error. */
00146 /* #undef _UINT32_T */
00147 
00148 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
00149    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
00150    #define below would cause a syntax error. */
00151 /* #undef _UINT64_T */
00152 
00153 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
00154    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
00155    #define below would cause a syntax error. */
00156 /* #undef _UINT8_T */
00157 
00158 /* Define to empty if `const' does not conform to ANSI C. */
00159 /* #undef const */
00160 
00161 /* Define to `__inline__' or `__inline' if that's what the C compiler
00162    calls it, or to nothing if 'inline' is not supported under any name.  */
00163 #ifndef __cplusplus
00164 /* #undef inline */
00165 #endif
00166 
00167 /* Define to the equivalent of the C99 'restrict' keyword, or to
00168    nothing if this is not supported.  Do not define if restrict is
00169    supported directly.  */
00170 #define restrict __restrict
00171 /* Work around a bug in Sun C++: it does not support _Restrict, even
00172    though the corresponding Sun C compiler does, which causes
00173    "#define restrict _Restrict" in the previous line.  Perhaps some future
00174    version of Sun C++ will work with _Restrict; if so, it'll probably
00175    define __RESTRICT, just as Sun C does.  */
00176 #if defined __SUNPRO_CC && !defined __RESTRICT
00177 # define _Restrict
00178 #endif
00179 
00180 /* Define to `unsigned int' if <sys/types.h> does not define. */
00181 /* #undef size_t */
00182 
00183 /* Define to the type of an unsigned integer type of width exactly 128 bits if
00184    such a type exists and the standard includes do not define it. */
00185 /* #undef uint128_t */
00186 
00187 /* Define to the type of an unsigned integer type of width exactly 16 bits if
00188    such a type exists and the standard includes do not define it. */
00189 /* #undef uint16_t */
00190 
00191 /* Define to the type of an unsigned integer type of width exactly 32 bits if
00192    such a type exists and the standard includes do not define it. */
00193 /* #undef uint32_t */
00194 
00195 /* Define to the type of an unsigned integer type of width exactly 64 bits if
00196    such a type exists and the standard includes do not define it. */
00197 /* #undef uint64_t */
00198 
00199 /* Define to the type of an unsigned integer type of width exactly 8 bits if
00200    such a type exists and the standard includes do not define it. */
00201 /* #undef uint8_t */
00202 
00203 /* Define to the type of an unsigned integer type wide enough to hold a
00204    pointer, if such a type exists, and if the system does not define it. */
00205 /* #undef uintptr_t */
00206 
00207 /* Define to empty if the keyword `volatile' does not work. Warning: valid
00208    code using `volatile' can become incorrect without. Disable with care. */
00209 /* #undef volatile */

Generated by Ralf Hoppe, Ginsterweg 49, 73230 Kirchheim unter Teck, Germany
on Sun Jun 7 14:10:49 2015 for CRY4E using doxygen 1.6.1