Changeset a376c9e in mainline for uspace/app/pcc/config.h


Ignore:
Timestamp:
2011-04-14T21:02:28Z (14 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
12831ed7
Parents:
3daba9de
Message:

Make the pcc frontend build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/pcc/config.h

    r3daba9de ra376c9e  
    2424
    2525/* Define to 1 if you have the `basename' function. */
    26 #define HAVE_BASENAME 1
     26//#define HAVE_BASENAME 1
    2727
    2828/* Define to 1 if printf supports C99 size specifiers */
     
    3333
    3434/* Define to 1 if you have the `ffs' function. */
    35 #define HAVE_FFS 1
     35//#define HAVE_FFS 1
    3636
    3737/* Define to 1 if you have the `getopt' function. */
     
    4242
    4343/* Define to 1 if you have the <libgen.h> header file. */
    44 #define HAVE_LIBGEN_H 1
     44//#define HAVE_LIBGEN_H 1
    4545
    4646/* Define to 1 if you have the <malloc.h> header file. */
     
    5151
    5252/* Define to 1 if you have the `mkstemp' function. */
    53 #define HAVE_MKSTEMP 1
     53//#define HAVE_MKSTEMP 1
    5454
    5555/* Define to 1 if you have the `snprintf' function. */
     
    6363
    6464/* Define to 1 if you have the <strings.h> header file. */
    65 #define HAVE_STRINGS_H 1
     65//#define HAVE_STRINGS_H 1
    6666
    6767/* Define to 1 if you have the <string.h> header file. */
     
    9090
    9191/* Define to 1 if you have the `vfork' function. */
    92 #define HAVE_VFORK 1
     92//#define HAVE_VFORK 1
    9393
    9494/* Define to 1 if you have the `vsnprintf' function. */
     
    127127
    128128/* Define to the version of this package. */
    129 //#undef PACKAGE_VERSION
     129#define PACKAGE_VERSION "1.0.0"
    130130
    131131/* Major version no */
     
    170170
    171171/* Size of wide character type */
    172 // #undef WCHAR_SIZE
     172#define WCHAR_SIZE (sizeof int)
    173173
    174174/* Type to use for wide characters */
    175 // #undef WCHAR_TYPE
     175#define WCHAR_TYPE int
    176176
    177177/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
     
    179179//#define YYTEXT_POINTER 1
    180180
     181#undef COMPILER
     182
Note: See TracChangeset for help on using the changeset viewer.