You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
367 B
18 lines
367 B
13 years ago
|
//Author: Timothy Pearson <kb9vqf@pearsoncomputing.net>, (C) 2012
|
||
|
//Copyright: See COPYING file that comes with this distribution
|
||
|
|
||
|
#ifndef DEFINE_H
|
||
|
#define DEFINE_H
|
||
|
|
||
|
#include "config.h"
|
||
|
|
||
|
#undef VERSION
|
||
|
#undef PACKAGE
|
||
|
#undef PRETTYNAME
|
||
|
|
||
|
#define APP_NAME "remote_laboratory_client"
|
||
|
#define APP_VERSION "1.0"
|
||
|
#define APP_PRETTYNAME "Remote Laboratory Client"
|
||
|
|
||
|
#endif
|