The R Project SVN R

Rev

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

Rev 76603 Rev 76627
Line 13... Line 13...
13
/* all R platforms have the next two */
13
/* all R platforms have the next two */
14
#define SUPPORT_UTF8 1
14
#define SUPPORT_UTF8 1
15
#define SUPPORT_MBCS 1
15
#define SUPPORT_MBCS 1
16
#define ENABLE_NLS 1
16
#define ENABLE_NLS 1
17
/* #undef HAVE_AQUA */
17
/* #undef HAVE_AQUA */
-
 
18
/* Will enable the use of Fortran character lengths,
-
 
19
   e.g. in BLAS.h and Lapack.h */
-
 
20
#ifdef USE_FC_LEN_T
-
 
21
#define FC_LEN_T size_t
-
 
22
#endif
-
 
23
 
18
/* NB: the rest are for the C compiler used to build R:
24
/* NB: the rest are for the C compiler used to build R:
19
   they do not necessarily apply to a C++ compiler */
25
   they do not necessarily apply to a C++ compiler */
20
#ifdef _WIN64
26
#ifdef _WIN64
21
#define SIZEOF_SIZE_T 8
27
#define SIZEOF_SIZE_T 8
22
#else
28
#else