Changeset a376c9e in mainline for uspace/app/pcc/config.h
- Timestamp:
- 2011-04-14T21:02:28Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 12831ed7
- Parents:
- 3daba9de
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/pcc/config.h
r3daba9de ra376c9e 24 24 25 25 /* Define to 1 if you have the `basename' function. */ 26 #define HAVE_BASENAME 126 //#define HAVE_BASENAME 1 27 27 28 28 /* Define to 1 if printf supports C99 size specifiers */ … … 33 33 34 34 /* Define to 1 if you have the `ffs' function. */ 35 #define HAVE_FFS 135 //#define HAVE_FFS 1 36 36 37 37 /* Define to 1 if you have the `getopt' function. */ … … 42 42 43 43 /* Define to 1 if you have the <libgen.h> header file. */ 44 #define HAVE_LIBGEN_H 144 //#define HAVE_LIBGEN_H 1 45 45 46 46 /* Define to 1 if you have the <malloc.h> header file. */ … … 51 51 52 52 /* Define to 1 if you have the `mkstemp' function. */ 53 #define HAVE_MKSTEMP 153 //#define HAVE_MKSTEMP 1 54 54 55 55 /* Define to 1 if you have the `snprintf' function. */ … … 63 63 64 64 /* Define to 1 if you have the <strings.h> header file. */ 65 #define HAVE_STRINGS_H 165 //#define HAVE_STRINGS_H 1 66 66 67 67 /* Define to 1 if you have the <string.h> header file. */ … … 90 90 91 91 /* Define to 1 if you have the `vfork' function. */ 92 #define HAVE_VFORK 192 //#define HAVE_VFORK 1 93 93 94 94 /* Define to 1 if you have the `vsnprintf' function. */ … … 127 127 128 128 /* Define to the version of this package. */ 129 //#undef PACKAGE_VERSION 129 #define PACKAGE_VERSION "1.0.0" 130 130 131 131 /* Major version no */ … … 170 170 171 171 /* Size of wide character type */ 172 // #undef WCHAR_SIZE 172 #define WCHAR_SIZE (sizeof int) 173 173 174 174 /* Type to use for wide characters */ 175 // #undef WCHAR_TYPE 175 #define WCHAR_TYPE int 176 176 177 177 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a … … 179 179 //#define YYTEXT_POINTER 1 180 180 181 #undef COMPILER 182
Note:
See TracChangeset
for help on using the changeset viewer.