diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-12-04 19:28:27 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-12-04 22:07:08 +0100 |
commit | 655b527827fc2b64b374a1d29e884e92269e9cae (patch) | |
tree | 297d795ef625973990066bdc21f25c291596e8e8 /src/sciteco.h | |
parent | d8a316514c03d85b771a9dce4a8a51b875d955b3 (diff) | |
download | sciteco-655b527827fc2b64b374a1d29e884e92269e9cae.tar.gz |
first working version of autotools based build-system
Diffstat (limited to 'src/sciteco.h')
-rw-r--r-- | src/sciteco.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/sciteco.h b/src/sciteco.h index 88ab109..bb98415 100644 --- a/src/sciteco.h +++ b/src/sciteco.h @@ -5,11 +5,6 @@ #include "interface.h" -/* Autoconf-like */ -#define PACKAGE_VERSION "0.1" -#define PACKAGE_NAME "SciTECO" -#define PACKAGE_STRING PACKAGE_NAME " " PACKAGE_VERSION - namespace Flags { enum { ED_HOOKS = (1 << 5) |