TaPAS  0.2
ccl-config.h
1 #ifndef _CCL_CCL_CONFIG_H
2 #define _CCL_CCL_CONFIG_H 1
3 
4 /* ccl/ccl-config.h. Generated automatically at end of configure. */
5 /* config.h. Generated from config.h.in by configure. */
6 /* config.h.in. Generated from configure.ac by autoheader. */
7 
8 /* Description */
9 /* #undef CCL_DEBUG_MEMORY */
10 
11 /* Description */
12 #ifndef CCL_CCL_ENABLE_ASSERTIONS
13 #define CCL_CCL_ENABLE_ASSERTIONS 1
14 #endif
15 
16 /* Define to 1 if you have the <dlfcn.h> header file. */
17 #ifndef CCL_HAVE_DLFCN_H
18 #define CCL_HAVE_DLFCN_H 1
19 #endif
20 
21 /* set to 1 if getrusage function is available */
22 #ifndef CCL_HAVE_GETRUSAGE
23 #define CCL_HAVE_GETRUSAGE 1
24 #endif
25 
26 /* Define to 1 if the system has the type `intptr_t'. */
27 #ifndef CCL_HAVE_INTPTR_T
28 #define CCL_HAVE_INTPTR_T 1
29 #endif
30 
31 /* Define to 1 if you have the <inttypes.h> header file. */
32 #ifndef CCL_HAVE_INTTYPES_H
33 #define CCL_HAVE_INTTYPES_H 1
34 #endif
35 
36 /* Define to 1 if you have the `m' library (-lm). */
37 #ifndef CCL_HAVE_LIBM
38 #define CCL_HAVE_LIBM 1
39 #endif
40 
41 /* Define to 1 if you have the <memory.h> header file. */
42 #ifndef CCL_HAVE_MEMORY_H
43 #define CCL_HAVE_MEMORY_H 1
44 #endif
45 
46 /* Define if you have POSIX threads libraries and header files. */
47 #ifndef CCL_HAVE_PTHREAD
48 #define CCL_HAVE_PTHREAD 1
49 #endif
50 
51 /* Have PTHREAD_PRIO_INHERIT. */
52 #ifndef CCL_HAVE_PTHREAD_PRIO_INHERIT
53 #define CCL_HAVE_PTHREAD_PRIO_INHERIT 1
54 #endif
55 
56 /* Define to 1 if you have the `snprintf' function. */
57 #ifndef CCL_HAVE_SNPRINTF
58 #define CCL_HAVE_SNPRINTF 1
59 #endif
60 
61 /* Define to 1 if you have the <stdarg.h> header file. */
62 #ifndef CCL_HAVE_STDARG_H
63 #define CCL_HAVE_STDARG_H 1
64 #endif
65 
66 /* Define to 1 if you have the <stdint.h> header file. */
67 #ifndef CCL_HAVE_STDINT_H
68 #define CCL_HAVE_STDINT_H 1
69 #endif
70 
71 /* Define to 1 if you have the <stdio.h> header file. */
72 #ifndef CCL_HAVE_STDIO_H
73 #define CCL_HAVE_STDIO_H 1
74 #endif
75 
76 /* Define to 1 if you have the <stdlib.h> header file. */
77 #ifndef CCL_HAVE_STDLIB_H
78 #define CCL_HAVE_STDLIB_H 1
79 #endif
80 
81 /* Define to 1 if you have the <strings.h> header file. */
82 #ifndef CCL_HAVE_STRINGS_H
83 #define CCL_HAVE_STRINGS_H 1
84 #endif
85 
86 /* Define to 1 if you have the <string.h> header file. */
87 #ifndef CCL_HAVE_STRING_H
88 #define CCL_HAVE_STRING_H 1
89 #endif
90 
91 /* Define to 1 if you have the <sys/resource.h> header file. */
92 #ifndef CCL_HAVE_SYS_RESOURCE_H
93 #define CCL_HAVE_SYS_RESOURCE_H 1
94 #endif
95 
96 /* Define to 1 if you have the <sys/stat.h> header file. */
97 #ifndef CCL_HAVE_SYS_STAT_H
98 #define CCL_HAVE_SYS_STAT_H 1
99 #endif
100 
101 /* Define to 1 if you have the <sys/time.h> header file. */
102 #ifndef CCL_HAVE_SYS_TIME_H
103 #define CCL_HAVE_SYS_TIME_H 1
104 #endif
105 
106 /* Define to 1 if you have the <sys/types.h> header file. */
107 #ifndef CCL_HAVE_SYS_TYPES_H
108 #define CCL_HAVE_SYS_TYPES_H 1
109 #endif
110 
111 /* Define to 1 if the system has the type `uintptr_t'. */
112 #ifndef CCL_HAVE_UINTPTR_T
113 #define CCL_HAVE_UINTPTR_T 1
114 #endif
115 
116 /* Define to 1 if you have the <unistd.h> header file. */
117 #ifndef CCL_HAVE_UNISTD_H
118 #define CCL_HAVE_UNISTD_H 1
119 #endif
120 
121 /* Define to 1 if you have the `vsnprintf' function. */
122 #ifndef CCL_HAVE_VSNPRINTF
123 #define CCL_HAVE_VSNPRINTF 1
124 #endif
125 
126 /* Define to the sub-directory in which libtool stores uninstalled libraries.
127  */
128 #ifndef CCL_LT_OBJDIR
129 #define CCL_LT_OBJDIR ".libs/"
130 #endif
131 
132 /* Name of package */
133 #ifndef CCL_PACKAGE
134 #define CCL_PACKAGE "ccl"
135 #endif
136 
137 /* Define to the address where bug reports for this package should be sent. */
138 #ifndef CCL_PACKAGE_BUGREPORT
139 #define CCL_PACKAGE_BUGREPORT "labri.altarica-bugs@diff.u-bordeaux.fr"
140 #endif
141 
142 /* Define to the full name of this package. */
143 #ifndef CCL_PACKAGE_NAME
144 #define CCL_PACKAGE_NAME "ccl"
145 #endif
146 
147 /* Define to the full name and version of this package. */
148 #ifndef CCL_PACKAGE_STRING
149 #define CCL_PACKAGE_STRING "ccl arc-1.6"
150 #endif
151 
152 /* Define to the one symbol short name of this package. */
153 #ifndef CCL_PACKAGE_TARNAME
154 #define CCL_PACKAGE_TARNAME "ccl"
155 #endif
156 
157 /* Define to the home page for this package. */
158 #ifndef CCL_PACKAGE_URL
159 #define CCL_PACKAGE_URL ""
160 #endif
161 
162 /* Define to the version of this package. */
163 #ifndef CCL_PACKAGE_VERSION
164 #define CCL_PACKAGE_VERSION "arc-1.6"
165 #endif
166 
167 /* "enable replacement (v)snprintf if system (v)snprintf is broken" */
168 /* #undef PREFER_PORTABLE_SNPRINTF */
169 
170 /* Define to necessary symbol if this constant uses a non-standard name on
171  your system. */
172 /* #undef PTHREAD_CREATE_JOINABLE */
173 
174 /* Define to 1 if you have the ANSI C header files. */
175 #ifndef CCL_STDC_HEADERS
176 #define CCL_STDC_HEADERS 1
177 #endif
178 
179 /* Version number of package */
180 #ifndef CCL_VERSION
181 #define CCL_VERSION "arc-1.6"
182 #endif
183 
184 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
185  <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
186  #define below would cause a syntax error. */
187 /* #undef _UINT32_T */
188 
189 /* Define to the type of a signed integer type wide enough to hold a pointer,
190  if such a type exists, and if the system does not define it. */
191 /* #undef intptr_t */
192 
193 /* Define to `unsigned int' if <sys/types.h> does not define. */
194 /* #undef size_t */
195 
196 /* Define to the type of an unsigned integer type of width exactly 32 bits if
197  such a type exists and the standard includes do not define it. */
198 /* #undef uint32_t */
199 
200 /* Define to the type of an unsigned integer type wide enough to hold a
201  pointer, if such a type exists, and if the system does not define it. */
202 /* #undef uintptr_t */
203 
204 /* once: _CCL_CCL_CONFIG_H */
205 #endif