]> git.saurik.com Git - bison.git/commitdiff
Include config.h.
authorJesse Thilo <jthilo@gnu.org>
Wed, 25 Nov 1998 22:12:45 +0000 (22:12 +0000)
committerJesse Thilo <jthilo@gnu.org>
Wed, 25 Nov 1998 22:12:45 +0000 (22:12 +0000)
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
 #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"
 /* In the meantime, waiting for Automake.  */
 #define PACKAGE "bison"
 #define LOCALEDIR "/usr/local/share/locale"
+
+#endif  /* BISON_SYSTEM_H */