From 25f2f9efb30c7ef793e5b1cfbb67056de44f4c95 Mon Sep 17 00:00:00 2001 From: wanghaijing Date: Tue, 1 Dec 2020 17:11:42 +0800 Subject: [PATCH] [add] cconfig.h --- projects/art_pi_net_player/cconfig.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 projects/art_pi_net_player/cconfig.h diff --git a/projects/art_pi_net_player/cconfig.h b/projects/art_pi_net_player/cconfig.h new file mode 100644 index 00000000..e3ad1dd7 --- /dev/null +++ b/projects/art_pi_net_player/cconfig.h @@ -0,0 +1,18 @@ +#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 2.4.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 GCC_VERSION_STR "5.4.1 20160919 (release) [ARM/embedded-5-branch revision 240496]" +#define STDC "2011" + +#endif