summaryrefslogtreecommitdiff
path: root/usr.bin/pcc/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/pcc/config.h')
-rw-r--r--usr.bin/pcc/config.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/usr.bin/pcc/config.h b/usr.bin/pcc/config.h
index 47f4ced9ead..c2b9e47d052 100644
--- a/usr.bin/pcc/config.h
+++ b/usr.bin/pcc/config.h
@@ -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