blob: c2b9e47d0524f4180af5f5dd559f90c217376122 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* $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 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
|