qasm/config.h

17 lines
279 B
C
Raw Normal View History

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