qasm/config.h
2019-11-12 17:23:10 -08:00

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"