Changeset e686889c in mainline


Ignore:
Timestamp:
2011-06-08T19:20:55Z (13 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:
1564c4b
Parents:
109a998
Message:

Update config.h

File:
1 edited

Legend:

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

    r109a998 re686889c  
    115115
    116116/* 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>"
    118118
    119119/* Define to the full name of this package. */
    120 //#undef PACKAGE_NAME
     120#define PACKAGE_NAME "pcc"
    121121
    122122/* Define to the full name and version of this package. */
    123 //#undef PACKAGE_STRING
     123#define PACKAGE_STRING "pcc 1.0.0.RELEASE"
    124124
    125125/* Define to the one symbol short name of this package. */
    126 //#undef PACKAGE_TARNAME
     126#define PACKAGE_TARNAME "pcc"
    127127
    128128/* Define to the version of this package. */
    129 #define PACKAGE_VERSION "1.0.0"
     129#define PACKAGE_VERSION "1.0.0.RELEASE"
    130130
    131131/* Major version no */
     
    158158
    159159/* Target OS */
    160 #define TARGOS HelenOS
     160#define TARGOS helenos
    161161
    162162/* Target OS version */
    163 // #undef TARGOSVER
     163#define TARGOSVER 0
    164164
    165165/* Enable thread-local storage (TLS). */
     
    167167
    168168/* Version string */
    169 #define VERSSTR "pcc 1.0.0 for HelenOS"
     169#define VERSSTR "pcc 1.0.0.RELEASE 20110221 for HelenOS"
    170170
    171171/* Size of wide character type */
    172 #define WCHAR_SIZE (sizeof int)
     172#define WCHAR_SIZE 4
    173173
    174174/* Type to use for wide characters */
    175 #define WCHAR_TYPE int
     175#define WCHAR_TYPE INT
    176176
    177177/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
Note: See TracChangeset for help on using the changeset viewer.