diff options
| author | ziejd2 | 2017-09-14 15:39:41 -0500 |
|---|---|---|
| committer | ziejd2 | 2017-09-14 15:57:50 -0500 |
| commit | c4f926438dcb8abe805e910399940f79ff643c4b (patch) | |
| tree | 3146d05ada5cf4b48d9bdd16c1baa498e8df7192 /sourcecodes/localscore/Rconfig.h | |
| parent | 57ebf49403b75dcf8482d174b59f7fd2a961d98e (diff) | |
| download | BNW-c4f926438dcb8abe805e910399940f79ff643c4b.tar.gz | |
Add files via upload
Diffstat (limited to 'sourcecodes/localscore/Rconfig.h')
| -rw-r--r-- | sourcecodes/localscore/Rconfig.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/sourcecodes/localscore/Rconfig.h b/sourcecodes/localscore/Rconfig.h new file mode 100644 index 00000000..2541c8a9 --- /dev/null +++ b/sourcecodes/localscore/Rconfig.h @@ -0,0 +1,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 */ |
