mirror of
https://github.com/marketideas/qasm.git
synced 2024-12-27 15:29:30 +00:00
17 lines
279 B
C
17 lines
279 B
C
#pragma once
|
|
|
|
// define application options here
|
|
#define PAL_APPCLASS TMyCustomApp
|
|
|
|
#define NO_SIGNAL_HANDLING
|
|
|
|
//#define SERVERAPP
|
|
#define ENABLE_SSL
|
|
#define USE_LOGGER
|
|
|
|
// help text
|
|
#define HELP_USAGE "<options> filename"
|
|
#define HELP_PURPOSE "a program that does something"
|
|
|
|
|