aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sciteco.h
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2012-12-04 19:28:27 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2012-12-04 22:07:08 +0100
commit655b527827fc2b64b374a1d29e884e92269e9cae (patch)
tree297d795ef625973990066bdc21f25c291596e8e8 /src/sciteco.h
parentd8a316514c03d85b771a9dce4a8a51b875d955b3 (diff)
downloadsciteco-655b527827fc2b64b374a1d29e884e92269e9cae.tar.gz
first working version of autotools based build-system
Diffstat (limited to 'src/sciteco.h')
-rw-r--r--src/sciteco.h5
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)