blob: 2541c8a960905de578fb940befda3367595fb4bf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
/* Rconfig.h. Generated automatically */
#ifndef R_RCONFIG_H
#define R_RCONFIG_H
#ifndef R_CONFIG_H
#define HAVE_F77_UNDERSCORE 1
#define IEEE_754 1
/* #undef WORDS_BIGENDIAN */
#define R_INLINE inline
#define HAVE_VISIBILITY_ATTRIBUTE 1
#define SUPPORT_UTF8 1
#define SUPPORT_MBCS 1
#define ENABLE_NLS 1
/* #undef HAVE_AQUA */
#define SUPPORT_OPENMP 1
#endif /* not R_CONFIG_H */
#endif /* not R_RCONFIG_H */
|