qasm/config.h

15 lines
251 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 SERVERAPP
#define ENABLE_SSL
#define USE_LOGGER
// help text
#define HELP_USAGE "<options> filename"
#define HELP_PURPOSE "a program that does something"