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