add tcc config.h

This commit is contained in:
zhangzheng
2023-12-07 23:37:18 +08:00
parent e1b5e78144
commit f3062af123
2 changed files with 6 additions and 1 deletions

View File

@@ -19,7 +19,7 @@ tcc
*-tcc
libtcc*.def
config*.h
#config*.h
config*.mak
config.texi
conftest*

View File

@@ -0,0 +1,5 @@
/* Automatically generated by configure - do not modify */
#ifndef CONFIG_TCCDIR
# define CONFIG_TCCDIR "/usr/local/lib/tcc"
#endif
#define TCC_VERSION "0.9.27"