The R Project SVN R

Rev

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

Rev 11112 Rev 11499
Line 20... Line 20...
20
 
20
 
21
#ifdef HAVE_CONFIG_H
21
#ifdef HAVE_CONFIG_H
22
#include <config.h>
22
#include <config.h>
23
#endif
23
#endif
24
 
24
 
25
#include "Defn.h"
25
#include <Defn.h>
26
#include "R_ext/Mathlib.h"
26
#include <Rmath.h>
27
#include "Graphics.h"
27
#include <Graphics.h>
28
#include "Print.h"
28
#include <Print.h>
29
 
29
 
30
#ifndef HAVE_HYPOT
30
#ifndef HAVE_HYPOT
31
# define hypot pythag
31
# define hypot pythag
32
#endif
32
#endif
33
 
33