diff options
author | JSDurand <mmemmew@gmail.com> | 2021-11-08 16:37:57 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2021-11-08 16:37:57 +0800 |
commit | 9594210f02572681ed581c5197ace4c207db0917 (patch) | |
tree | 08bf1bf079d111c64cf3128dd68323abdce78228 /src/config.h |
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.
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 29 |
1 files changed, 29 insertions, 0 deletions
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" |