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

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