The R Project SVN R

Rev

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

Rev 34969 Rev 36498
Line 20... Line 20...
20
 
20
 
21
/* Private header file for use during compilation of Mathlib */
21
/* Private header file for use during compilation of Mathlib */
22
#ifndef MATHLIB_PRIVATE_H
22
#ifndef MATHLIB_PRIVATE_H
23
#define MATHLIB_PRIVATE_H
23
#define MATHLIB_PRIVATE_H
24
 
24
 
-
 
25
 
-
 
26
#ifndef MATHLIB_STANDALONE
-
 
27
/* Mathlib in R */
-
 
28
# ifdef HAVE_CONFIG_H
-
 
29
#  include <config.h>
-
 
30
# endif
-
 
31
# if defined(HAVE_GLIBC2) && !defined(_BSD_SOURCE)
-
 
32
/* ensure that finite and isnan are declared */
-
 
33
#  define _BSD_SOURCE 1
-
 
34
# endif
-
 
35
#endif
-
 
36
 
25
#include <Rconfig.h>
37
#include <Rconfig.h>
26
#define MATHLIB_PRIVATE
38
#define MATHLIB_PRIVATE
27
#include <Rmath.h>
39
#include <Rmath.h>
28
#undef  MATHLIB_PRIVATE
40
#undef  MATHLIB_PRIVATE
29
#include <R_ext/RS.h>
41
#include <R_ext/RS.h>