Changeset e686889c in mainline
- Timestamp:
- 2011-06-08T19:20:55Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1564c4b
- Parents:
- 109a998
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/pcc/config.h
r109a998 re686889c 115 115 116 116 /* Define to the address where bug reports for this package should be sent. */ 117 //#undef PACKAGE_BUGREPORT 117 #define PACKAGE_BUGREPORT "<zarevucky.jiri@gmail.com>" 118 118 119 119 /* Define to the full name of this package. */ 120 //#undef PACKAGE_NAME 120 #define PACKAGE_NAME "pcc" 121 121 122 122 /* Define to the full name and version of this package. */ 123 //#undef PACKAGE_STRING 123 #define PACKAGE_STRING "pcc 1.0.0.RELEASE" 124 124 125 125 /* Define to the one symbol short name of this package. */ 126 //#undef PACKAGE_TARNAME 126 #define PACKAGE_TARNAME "pcc" 127 127 128 128 /* Define to the version of this package. */ 129 #define PACKAGE_VERSION "1.0.0 "129 #define PACKAGE_VERSION "1.0.0.RELEASE" 130 130 131 131 /* Major version no */ … … 158 158 159 159 /* Target OS */ 160 #define TARGOS HelenOS160 #define TARGOS helenos 161 161 162 162 /* Target OS version */ 163 // #undef TARGOSVER 163 #define TARGOSVER 0 164 164 165 165 /* Enable thread-local storage (TLS). */ … … 167 167 168 168 /* Version string */ 169 #define VERSSTR "pcc 1.0.0 for HelenOS"169 #define VERSSTR "pcc 1.0.0.RELEASE 20110221 for HelenOS" 170 170 171 171 /* Size of wide character type */ 172 #define WCHAR_SIZE (sizeof int)172 #define WCHAR_SIZE 4 173 173 174 174 /* Type to use for wide characters */ 175 #define WCHAR_TYPE int175 #define WCHAR_TYPE INT 176 176 177 177 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
Note:
See TracChangeset
for help on using the changeset viewer.