]> git.saurik.com Git - bison.git/blobdiff - src/system.h
#
[bison.git] / src / system.h
index 32ab2b9746c4d3ed11c043671b09196b5dc4fea8..a52a34a554418973e8c12a7198702b197b468acf 100644 (file)
@@ -1,3 +1,10 @@
+#ifndef BISON_SYSTEM_H
+#define BISON_SYSTEM_H
+
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
 #ifdef MSDOS
 #include <io.h>
 #endif
@@ -50,3 +57,5 @@
 /* In the meantime, waiting for Automake.  */
 #define PACKAGE "bison"
 #define LOCALEDIR "/usr/local/share/locale"
+
+#endif  /* BISON_SYSTEM_H */