]> AND Private Git Repository - Cipher_code.git/blob - IDA_new/jerasure/include/config.h
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
update makefile
[Cipher_code.git] / IDA_new / jerasure / include / config.h
1 /* include/config.h.  Generated from config.h.in by configure.  */
2 /* include/config.h.in.  Generated from configure.ac by autoheader.  */
3
4 /* Support Altivec instructions */
5 /* #undef HAVE_ALTIVEC */
6
7 /* Support AVX (Advanced Vector Extensions) instructions */
8 #define HAVE_AVX /**/
9
10 /* Define to 1 if you have the `bzero' function. */
11 #define HAVE_BZERO 1
12
13 /* Define to 1 if you have the <dlfcn.h> header file. */
14 #define HAVE_DLFCN_H 1
15
16 /* Define to 1 if you have the `getcwd' function. */
17 #define HAVE_GETCWD 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 <gf_complete.h> header file. */
23 #define HAVE_GF_COMPLETE_H 1
24
25 /* Define to 1 if you have the <gf_general.h> header file. */
26 #define HAVE_GF_GENERAL_H 1
27
28 /* Define to 1 if you have the <gf_method.h> header file. */
29 #define HAVE_GF_METHOD_H 1
30
31 /* Define to 1 if you have the <gf_rand.h> header file. */
32 #define HAVE_GF_RAND_H 1
33
34 /* Define to 1 if you have the <inttypes.h> header file. */
35 #define HAVE_INTTYPES_H 1
36
37 /* Define to 1 if you have the `gf_complete' library (-lgf_complete). */
38 #define HAVE_LIBGF_COMPLETE 1
39
40 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
41    to 0 otherwise. */
42 #define HAVE_MALLOC 1
43
44 /* Define to 1 if you have the <memory.h> header file. */
45 #define HAVE_MEMORY_H 1
46
47 /* Define to 1 if you have the `mkdir' function. */
48 #define HAVE_MKDIR 1
49
50 /* Support mmx instructions */
51 #define HAVE_MMX /**/
52
53 /* Support SSE (Streaming SIMD Extensions) instructions */
54 #define HAVE_SSE /**/
55
56 /* Support SSE2 (Streaming SIMD Extensions 2) instructions */
57 #define HAVE_SSE2 /**/
58
59 /* Support SSE3 (Streaming SIMD Extensions 3) instructions */
60 #define HAVE_SSE3 /**/
61
62 /* Support SSSE4.1 (Streaming SIMD Extensions 4.1) instructions */
63 #define HAVE_SSE4_1 /**/
64
65 /* Support SSSE4.2 (Streaming SIMD Extensions 4.2) instructions */
66 #define HAVE_SSE4_2 /**/
67
68 /* Support SSSE3 (Supplemental Streaming SIMD Extensions 3) instructions */
69 #define HAVE_SSSE3 /**/
70
71 /* Define to 1 if you have the <stddef.h> header file. */
72 #define HAVE_STDDEF_H 1
73
74 /* Define to 1 if you have the <stdint.h> header file. */
75 #define HAVE_STDINT_H 1
76
77 /* Define to 1 if you have the <stdlib.h> header file. */
78 #define HAVE_STDLIB_H 1
79
80 /* Define to 1 if you have the `strchr' function. */
81 #define HAVE_STRCHR 1
82
83 /* Define to 1 if you have the `strdup' function. */
84 #define HAVE_STRDUP 1
85
86 /* Define to 1 if you have the <strings.h> header file. */
87 #define HAVE_STRINGS_H 1
88
89 /* Define to 1 if you have the <string.h> header file. */
90 #define HAVE_STRING_H 1
91
92 /* Define to 1 if you have the `strrchr' function. */
93 #define HAVE_STRRCHR 1
94
95 /* Define to 1 if you have the <sys/stat.h> header file. */
96 #define HAVE_SYS_STAT_H 1
97
98 /* Define to 1 if you have the <sys/time.h> header file. */
99 #define HAVE_SYS_TIME_H 1
100
101 /* Define to 1 if you have the <sys/types.h> header file. */
102 #define HAVE_SYS_TYPES_H 1
103
104 /* Define to 1 if you have the <unistd.h> header file. */
105 #define HAVE_UNISTD_H 1
106
107 /* Define to the sub-directory where libtool stores uninstalled libraries. */
108 #define LT_OBJDIR ".libs/"
109
110 /* Name of package */
111 #define PACKAGE "jerasure"
112
113 /* Define to the address where bug reports for this package should be sent. */
114 #define PACKAGE_BUGREPORT ""
115
116 /* Define to the full name of this package. */
117 #define PACKAGE_NAME "Jerasure"
118
119 /* Define to the full name and version of this package. */
120 #define PACKAGE_STRING "Jerasure 2.0"
121
122 /* Define to the one symbol short name of this package. */
123 #define PACKAGE_TARNAME "jerasure"
124
125 /* Define to the home page for this package. */
126 #define PACKAGE_URL "https://jerasure.org/jerasure/jerasure"
127
128 /* Define to the version of this package. */
129 #define PACKAGE_VERSION "2.0"
130
131 /* Define to 1 if you have the ANSI C header files. */
132 #define STDC_HEADERS 1
133
134 /* Version number of package */
135 #define VERSION "2.0"
136
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 */
141
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 */
146
147 /* Define to rpl_malloc if the replacement function should be used. */
148 /* #undef malloc */
149
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 */
153
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 */