rtconfig_preinc.h 267 B

12345678910111213
  1. #ifndef RTCONFIG_PREINC_H__
  2. #define RTCONFIG_PREINC_H__
  3. /* Automatically generated file; DO NOT EDIT. */
  4. /* RT-Thread pre-include file */
  5. #define RT_USING_LIBC
  6. #define RT_USING_NEWLIBC
  7. #define _POSIX_C_SOURCE 1
  8. #define __RTTHREAD__
  9. #endif /*RTCONFIG_PREINC_H__*/