aboutsummaryrefslogtreecommitdiffhomepage
path: root/sciteco.h
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2012-11-16 14:39:50 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2012-11-16 14:39:50 +0100
commit0a8f940ffe1aaf77ba12ccc02d4e382be2118151 (patch)
treeab27b6cb149ce4cfb7a4b4c99a233ff88612cdb2 /sciteco.h
parenteb51ff93c5c54dfb82e607b4843f9160523076b7 (diff)
downloadsciteco-0a8f940ffe1aaf77ba12ccc02d4e382be2118151.tar.gz
define some Autoconf-(config.h)-like PACKAGE_* macros
Diffstat (limited to 'sciteco.h')
-rw-r--r--sciteco.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sciteco.h b/sciteco.h
index 9cf3205..078e8d9 100644
--- a/sciteco.h
+++ b/sciteco.h
@@ -5,6 +5,11 @@
#include "interface.h"
+/* Autoconf-like */
+#define PACKAGE_VERSION "0.1"
+#define PACKAGE_NAME "SciTECO"
+#define PACKAGE_STRING PACKAGE_NAME " " PACKAGE_VERSION
+
extern gchar *cmdline;
extern bool quit_requested;