diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-16 14:39:50 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-16 14:39:50 +0100 |
commit | 0a8f940ffe1aaf77ba12ccc02d4e382be2118151 (patch) | |
tree | ab27b6cb149ce4cfb7a4b4c99a233ff88612cdb2 /sciteco.h | |
parent | eb51ff93c5c54dfb82e607b4843f9160523076b7 (diff) | |
download | sciteco-0a8f940ffe1aaf77ba12ccc02d4e382be2118151.tar.gz |
define some Autoconf-(config.h)-like PACKAGE_* macros
Diffstat (limited to 'sciteco.h')
-rw-r--r-- | sciteco.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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; |