Index: uspace/app/pcc/config.h
===================================================================
--- uspace/app/pcc/config.h	(revision 109a998b4a690f440dcda6783b6c6915d836490a)
+++ uspace/app/pcc/config.h	(revision e686889ccfd9de736c9b43f5bba55aa065b36861)
@@ -115,17 +115,17 @@
 
 /* Define to the address where bug reports for this package should be sent. */
-//#undef PACKAGE_BUGREPORT
+#define PACKAGE_BUGREPORT "<zarevucky.jiri@gmail.com>"
 
 /* Define to the full name of this package. */
-//#undef PACKAGE_NAME
+#define PACKAGE_NAME "pcc"
 
 /* Define to the full name and version of this package. */
-//#undef PACKAGE_STRING
+#define PACKAGE_STRING "pcc 1.0.0.RELEASE"
 
 /* Define to the one symbol short name of this package. */
-//#undef PACKAGE_TARNAME
+#define PACKAGE_TARNAME "pcc"
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "1.0.0"
+#define PACKAGE_VERSION "1.0.0.RELEASE"
 
 /* Major version no */
@@ -158,8 +158,8 @@
 
 /* Target OS */
-#define TARGOS HelenOS
+#define TARGOS helenos
 
 /* Target OS version */
-// #undef TARGOSVER
+#define TARGOSVER 0
 
 /* Enable thread-local storage (TLS). */
@@ -167,11 +167,11 @@
 
 /* Version string */
-#define VERSSTR "pcc 1.0.0 for HelenOS"
+#define VERSSTR "pcc 1.0.0.RELEASE 20110221 for HelenOS"
 
 /* Size of wide character type */
-#define WCHAR_SIZE (sizeof int)
+#define WCHAR_SIZE 4
 
 /* Type to use for wide characters */
-#define WCHAR_TYPE int
+#define WCHAR_TYPE INT
 
 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
