Skip to content

Commit

Permalink
Merge pull request #140 from whj4674672/master
Browse files Browse the repository at this point in the history
[add] cconfig.h
  • Loading branch information
Guozhanxin authored Dec 1, 2020
2 parents 79c7846 + 25f2f9e commit 3b1113d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions projects/art_pi_net_player/cconfig.h
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 3b1113d

Please sign in to comment.