Files
yait/estruct.h
2025-11-13 21:34:44 -05:00

13 lines
328 B
C

#ifndef ESTRUCT_H_
#define ESTRUCT_H_
/* Configuration options */
#define QLICENSE 0 /* Force use the default license option */
#define LICENSE "BSD-3-Clause" /* Default SPDX-License-Identifier */
#define QAUTHOR 0 /* Force use the default author option */
#define AUTHOR "fSD" /* Default author */
#endif /* ESTRUCT_H_ */