=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/pcc/Attic/config.h,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- src/usr.bin/pcc/Attic/config.h 2008/04/11 20:45:51 1.5 +++ src/usr.bin/pcc/Attic/config.h 2008/08/17 18:40:12 1.6 @@ -1,8 +1,12 @@ -/* $OpenBSD: config.h,v 1.5 2008/04/11 20:45:51 stefan Exp $ */ +/* $OpenBSD: config.h,v 1.6 2008/08/17 18:40:12 ragge Exp $ */ #define PCC_MAJOR 0 #define PCC_MINOR 9 #define PCC_MINORMINOR 9 -#define VERSSTR "pcc 0.9.9" +#define PACKAGE_VERSION "0.9.9" +#define VERSSTR "pcc " PACKAGE_VERSION +#define PACKAGE_STRING VERSSTR +#define TARGOS OpenBSD #define YYTEXT_POINTER 1 +#define HAVE_CPP_VARARG_MACRO_GCC