-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from Guozhanxin/master
add cconfig.h
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
#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.3.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.1 20201103 (release)" | ||
#define STDC "2011" | ||
|
||
#endif |