1 /* include/config.h. Generated from config.h.in by configure. */
2 /* include/config.h.in. Generated from configure.ac by autoheader. */
4 /* Support Altivec instructions */
5 /* #undef HAVE_ALTIVEC */
7 /* Support AVX (Advanced Vector Extensions) instructions */
10 /* Define to 1 if you have the `bzero' function. */
13 /* Define to 1 if you have the <dlfcn.h> header file. */
14 #define HAVE_DLFCN_H 1
16 /* Define to 1 if you have the `getcwd' function. */
19 /* Define to 1 if you have the `gettimeofday' function. */
20 #define HAVE_GETTIMEOFDAY 1
22 /* Define to 1 if you have the <gf_complete.h> header file. */
23 #define HAVE_GF_COMPLETE_H 1
25 /* Define to 1 if you have the <gf_general.h> header file. */
26 #define HAVE_GF_GENERAL_H 1
28 /* Define to 1 if you have the <gf_method.h> header file. */
29 #define HAVE_GF_METHOD_H 1
31 /* Define to 1 if you have the <gf_rand.h> header file. */
32 #define HAVE_GF_RAND_H 1
34 /* Define to 1 if you have the <inttypes.h> header file. */
35 #define HAVE_INTTYPES_H 1
37 /* Define to 1 if you have the `gf_complete' library (-lgf_complete). */
38 #define HAVE_LIBGF_COMPLETE 1
40 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
44 /* Define to 1 if you have the <memory.h> header file. */
45 #define HAVE_MEMORY_H 1
47 /* Define to 1 if you have the `mkdir' function. */
50 /* Support mmx instructions */
53 /* Support SSE (Streaming SIMD Extensions) instructions */
56 /* Support SSE2 (Streaming SIMD Extensions 2) instructions */
57 #define HAVE_SSE2 /**/
59 /* Support SSE3 (Streaming SIMD Extensions 3) instructions */
60 #define HAVE_SSE3 /**/
62 /* Support SSSE4.1 (Streaming SIMD Extensions 4.1) instructions */
63 #define HAVE_SSE4_1 /**/
65 /* Support SSSE4.2 (Streaming SIMD Extensions 4.2) instructions */
66 #define HAVE_SSE4_2 /**/
68 /* Support SSSE3 (Supplemental Streaming SIMD Extensions 3) instructions */
69 #define HAVE_SSSE3 /**/
71 /* Define to 1 if you have the <stddef.h> header file. */
72 #define HAVE_STDDEF_H 1
74 /* Define to 1 if you have the <stdint.h> header file. */
75 #define HAVE_STDINT_H 1
77 /* Define to 1 if you have the <stdlib.h> header file. */
78 #define HAVE_STDLIB_H 1
80 /* Define to 1 if you have the `strchr' function. */
83 /* Define to 1 if you have the `strdup' function. */
86 /* Define to 1 if you have the <strings.h> header file. */
87 #define HAVE_STRINGS_H 1
89 /* Define to 1 if you have the <string.h> header file. */
90 #define HAVE_STRING_H 1
92 /* Define to 1 if you have the `strrchr' function. */
93 #define HAVE_STRRCHR 1
95 /* Define to 1 if you have the <sys/stat.h> header file. */
96 #define HAVE_SYS_STAT_H 1
98 /* Define to 1 if you have the <sys/time.h> header file. */
99 #define HAVE_SYS_TIME_H 1
101 /* Define to 1 if you have the <sys/types.h> header file. */
102 #define HAVE_SYS_TYPES_H 1
104 /* Define to 1 if you have the <unistd.h> header file. */
105 #define HAVE_UNISTD_H 1
107 /* Define to the sub-directory where libtool stores uninstalled libraries. */
108 #define LT_OBJDIR ".libs/"
110 /* Name of package */
111 #define PACKAGE "jerasure"
113 /* Define to the address where bug reports for this package should be sent. */
114 #define PACKAGE_BUGREPORT ""
116 /* Define to the full name of this package. */
117 #define PACKAGE_NAME "Jerasure"
119 /* Define to the full name and version of this package. */
120 #define PACKAGE_STRING "Jerasure 2.0"
122 /* Define to the one symbol short name of this package. */
123 #define PACKAGE_TARNAME "jerasure"
125 /* Define to the home page for this package. */
126 #define PACKAGE_URL "https://jerasure.org/jerasure/jerasure"
128 /* Define to the version of this package. */
129 #define PACKAGE_VERSION "2.0"
131 /* Define to 1 if you have the ANSI C header files. */
132 #define STDC_HEADERS 1
134 /* Version number of package */
135 #define VERSION "2.0"
137 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
138 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
139 #define below would cause a syntax error. */
140 /* #undef _UINT32_T */
142 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
143 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
144 #define below would cause a syntax error. */
145 /* #undef _UINT64_T */
147 /* Define to rpl_malloc if the replacement function should be used. */
150 /* Define to the type of an unsigned integer type of width exactly 32 bits if
151 such a type exists and the standard includes do not define it. */
152 /* #undef uint32_t */
154 /* Define to the type of an unsigned integer type of width exactly 64 bits if
155 such a type exists and the standard includes do not define it. */
156 /* #undef uint64_t */