27 lines
707 B
C
27 lines
707 B
C
/*--------------------------------------------------------------------------
|
|
* This file is autogenerated from rconfig.h.cmake
|
|
* during the cmake configuration of your project. If you need to make changes
|
|
* edit the original file NOT THIS FILE.
|
|
* --------------------------------------------------------------------------*/
|
|
#ifndef RCONFIG_H
|
|
#define RCONFIG_H
|
|
|
|
/* Define to 1 if you have the <alloca.h> header file. */
|
|
#ifndef HAVE_R_H
|
|
#undef HAVE_R_H
|
|
#endif
|
|
|
|
/* Define to 1 if you have the <alloca.h> header file. */
|
|
#ifndef HAVE_R_EMBEDDED_H
|
|
#undef HAVE_R_EMBEDDED_H
|
|
#endif
|
|
|
|
/* ,Define to 1 if you have the <alloca.h> header file. */
|
|
#ifndef HAVE_R_INTERFACE_H
|
|
#undef HAVE_R_INTERFACE_H
|
|
#endif
|
|
|
|
|
|
#endif
|
|
|