qasm/config.h

17 lines
281 B
C
Raw Normal View History

2019-11-11 23:56:03 +00:00
#pragma once
// define application options here
#define PAL_APPCLASS TMyCustomApp
//#define NO_SIGNAL_HANDLING
2019-11-11 23:56:03 +00:00
//#define SERVERAPP
#define ENABLE_SSL
#define USE_LOGGER
// help text
#define HELP_USAGE "<options> filename"
#define HELP_PURPOSE "a program that does something"