Skip to content

Commit 3b1113d

Browse files
authored
Merge pull request #140 from whj4674672/master
[add] cconfig.h
2 parents 79c7846 + 25f2f9e commit 3b1113d

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
#ifndef CCONFIG_H__
2+
#define CCONFIG_H__
3+
/* Automatically generated file; DO NOT EDIT. */
4+
/* compiler configure file for RT-Thread in GCC*/
5+
6+
#define HAVE_NEWLIB_H 1
7+
#define LIBC_VERSION "newlib 2.4.0"
8+
9+
#define HAVE_SYS_SIGNAL_H 1
10+
#define HAVE_SYS_SELECT_H 1
11+
#define HAVE_PTHREAD_H 1
12+
13+
#define HAVE_FDSET 1
14+
#define HAVE_SIGACTION 1
15+
#define GCC_VERSION_STR "5.4.1 20160919 (release) [ARM/embedded-5-branch revision 240496]"
16+
#define STDC "2011"
17+
18+
#endif

0 commit comments

Comments
 (0)