The R Project SVN R

Rev

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

Rev 35905 Rev 36498
Line 27... Line 27...
27
 
27
 
28
#ifdef HAVE_CONFIG_H
28
#ifdef HAVE_CONFIG_H
29
# include <config.h>
29
# include <config.h>
30
#endif
30
#endif
31
 
31
 
-
 
32
#include <Defn.h>
-
 
33
 
32
/* On most systems libintl.h includes this, but not Fedora Core 1 */
34
/* On most systems libintl.h includes this, but not Fedora Core 1 */
33
#ifdef HAVE_LOCALE_H
35
#ifdef HAVE_LOCALE_H
34
# include <locale.h>
36
# include <locale.h>
35
#endif
37
#endif
36
 
38
 
Line 45... Line 47...
45
 
47
 
46
#ifdef HAVE_UNISTD_H
48
#ifdef HAVE_UNISTD_H
47
# include <unistd.h>		/* isatty() */
49
# include <unistd.h>		/* isatty() */
48
#endif
50
#endif
49
 
51
 
50
#include "Defn.h"
-
 
51
#include "Fileio.h"
52
#include "Fileio.h"
52
#include <Rdevices.h>		/* KillAllDevices() [nothing else?] */
53
#include <Rdevices.h>		/* KillAllDevices() [nothing else?] */
53
 
54
 
54
#define __SYSTEM__
55
#define __SYSTEM__
55
#define R_INTERFACE_PTRS 1
56
#define R_INTERFACE_PTRS 1