The R Project SVN R

Rev

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

Rev 36491 Rev 36496
Line 22... Line 22...
22
 
22
 
23
#ifdef HAVE_CONFIG_H
23
#ifdef HAVE_CONFIG_H
24
#include <config.h>
24
#include <config.h>
25
#endif
25
#endif
26
 
26
 
27
#ifdef HAVE_GLIBC2
-
 
28
/* for definition of "struct exception" etc in math.h */
-
 
29
# define _SVID_SOURCE
-
 
30
# include <math.h>
-
 
31
# undef _SVID_SOURCE
-
 
32
#endif
-
 
33
 
-
 
34
#ifdef __OpenBSD__
27
#ifdef __OpenBSD__
35
/* for definition of "struct exception" in math.h */
28
/* for definition of "struct exception" in math.h */
36
# define __LIBM_PRIVATE
29
# define __LIBM_PRIVATE
37
#endif
30
#endif
38
#include "Defn.h"		/*-> Arith.h -> math.h */
31
#include "Defn.h"		/*-> Arith.h -> math.h */