The R Project SVN R

Rev

Rev 26764 | Rev 29067 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 26764 Rev 28024
Line 177... Line 177...
177
#define HAVE_ISNAN 1
177
#define HAVE_ISNAN 1
178
 
178
 
179
/* Define if you have the JPEG headers and libraries. */
179
/* Define if you have the JPEG headers and libraries. */
180
#define HAVE_JPEG 1
180
#define HAVE_JPEG 1
181
 
181
 
-
 
182
 
-
 
183
/* Define to 1 if you have the <langinfo.h> header file. */
-
 
184
/* #undef HAVE_LANGINFO_H */
-
 
185
 
182
/* Define if external LAPACK is available. */
186
/* Define if external LAPACK is available. */
183
/* #undef HAVE_LAPACK */
187
/* #undef HAVE_LAPACK */
184
 
188
 
-
 
189
/* Define to 1 if you have the `cc_dynamic' library (-lcc_dynamic). */
-
 
190
/* #undef HAVE_LIBCC_DYNAMIC */
-
 
191
 
185
/* Define to 1 if you have the `dl' library (-ldl). */
192
/* Define to 1 if you have the `dl' library (-ldl). */
186
/* #undef HAVE_LIBDL */
193
/* #undef HAVE_LIBDL */
187
 
194
 
188
/* Define to 1 if you have the `m' library (-lm). */
195
/* Define to 1 if you have the `m' library (-lm). */
189
#define HAVE_LIBM 1
196
#define HAVE_LIBM 1
Line 225... Line 232...
225
/* #undef HAVE_NETDB_H */
232
/* #undef HAVE_NETDB_H */
226
 
233
 
227
/* Define to 1 if you have the <netinet/in.h> header file. */
234
/* Define to 1 if you have the <netinet/in.h> header file. */
228
/* #undef HAVE_NETINET_IN_H */
235
/* #undef HAVE_NETINET_IN_H */
229
 
236
 
-
 
237
/* Define to 1 if you have the `nl_langinfo' function. */
-
 
238
/* #undef HAVE_NL_LANGINFO */
-
 
239
 
230
/* Define if module-loading does not need an underscore to be prepended to
240
/* Define if module-loading does not need an underscore to be prepended to
231
   external names. */
241
   external names. */
232
#define HAVE_NO_SYMBOL_UNDERSCORE 1
242
#define HAVE_NO_SYMBOL_UNDERSCORE 1
233
 
243
 
234
/* Define to 1 if you have the <pcre.h> header file. */
244
/* Define to 1 if you have the <pcre.h> header file. */
Line 362... Line 372...
362
/* #undef HAVE_UNSETENV */
372
/* #undef HAVE_UNSETENV */
363
 
373
 
364
/* Define to 1 if you have the `vsnprintf' function. */
374
/* Define to 1 if you have the `vsnprintf' function. */
365
#define HAVE_VSNPRINTF 1
375
#define HAVE_VSNPRINTF 1
366
 
376
 
-
 
377
/* Define to 1 if you have the <wchar.h> header file. */
-
 
378
#define HAVE_WCHAR_H 1
-
 
379
 
367
/* Define if calloc(0) returns a null pointer. */
380
/* Define if calloc(0) returns a null pointer. */
368
#define HAVE_WORKING_CALLOC 1
381
#define HAVE_WORKING_CALLOC 1
369
 
382
 
370
/* Define if finite() is correct for -Inf/NaN/Inf. */
383
/* Define if finite() is correct for -Inf/NaN/Inf. */
371
#define HAVE_WORKING_FINITE 1
384
#define HAVE_WORKING_FINITE 1