From 9594210f02572681ed581c5197ace4c207db0917 Mon Sep 17 00:00:00 2001 From: JSDurand Date: Mon, 8 Nov 2021 16:37:57 +0800 Subject: initial commit Now the rough framework is established and the grammar class is sort of ready. It remains to write a general input reading mechanism. --- src/config.h | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 src/config.h (limited to 'src/config.h') diff --git a/src/config.h b/src/config.h new file mode 100644 index 0000000..b51c0c8 --- /dev/null +++ b/src/config.h @@ -0,0 +1,29 @@ +/* src/config.h. Generated from config.h.in by configure. */ +/* src/config.h.in. Generated from configure.ac by autoheader. */ + +/* Define if one wants to debug the program. */ +/* #undef DEBUG */ + +/* Name of package */ +#define PACKAGE "eps" + +/* Define to the address where bug reports for this package should be sent. */ +#define PACKAGE_BUGREPORT "mmemmew@gmail.com" + +/* Define to the full name of this package. */ +#define PACKAGE_NAME "eps" + +/* Define to the full name and version of this package. */ +#define PACKAGE_STRING "eps 0.1.0" + +/* Define to the one symbol short name of this package. */ +#define PACKAGE_TARNAME "eps" + +/* Define to the home page for this package. */ +#define PACKAGE_URL "" + +/* Define to the version of this package. */ +#define PACKAGE_VERSION "0.1.0" + +/* Version number of package */ +#define VERSION "0.1.0" -- cgit v1.2.3-18-g5258