mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-13 18:08:54 +00:00
23 lines
510 B
C
23 lines
510 B
C
#ifndef CCONFIG_H__
|
|
#define CCONFIG_H__
|
|
/* Automatically generated file; DO NOT EDIT. */
|
|
/* compiler configure file for RT-Thread in GCC*/
|
|
|
|
#define HAVE_NEWLIB_H 1
|
|
#define LIBC_VERSION "newlib 3.2.0"
|
|
|
|
#define HAVE_SYS_SIGNAL_H 1
|
|
#define HAVE_SYS_SELECT_H 1
|
|
#define HAVE_PTHREAD_H 1
|
|
|
|
#define HAVE_FDSET 1
|
|
#define HAVE_SIGACTION 1
|
|
#define HAVE_SIGEVENT 1
|
|
#define HAVE_SIGINFO 1
|
|
#define HAVE_SIGVAL 1
|
|
#define GCC_VERSION_STR "10.2.0"
|
|
#define STDC "2011"
|
|
#define LIBC_POSIX_THREADS 1
|
|
|
|
#endif
|