mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
Include config.h.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user