From: Jesse Thilo Date: Wed, 25 Nov 1998 22:12:45 +0000 (+0000) Subject: Include config.h. X-Git-Tag: GNU_1_26~34 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/d968a24b6ec3780abcc3d0d7d3a03f60f94df570 Include config.h. --- diff --git a/src/system.h b/src/system.h index 32ab2b97..a52a34a5 100644 --- a/src/system.h +++ b/src/system.h @@ -1,3 +1,10 @@ +#ifndef BISON_SYSTEM_H +#define BISON_SYSTEM_H + +#ifdef HAVE_CONFIG_H +# include +#endif + #ifdef MSDOS #include #endif @@ -50,3 +57,5 @@ /* In the meantime, waiting for Automake. */ #define PACKAGE "bison" #define LOCALEDIR "/usr/local/share/locale" + +#endif /* BISON_SYSTEM_H */