Files
yait/estruct.h
2025-11-09 21:55:07 -05:00

13 lines
327 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_ */