16 lines
243 B
C
16 lines
243 B
C
#ifndef CONFIG_H
|
|
#define CONFIG_H
|
|
|
|
#ifndef PACKAGE
|
|
#define PACKAGE "forge"
|
|
#endif /* PACKAGE */
|
|
|
|
#ifndef VERSION
|
|
#define VERSION "(dev)"
|
|
#endif /* VERSION */
|
|
|
|
#ifndef SUB_COUNT
|
|
#define SUB_COUNT 16
|
|
#endif /* SUB_COUNT */
|
|
|
|
#endif /* CONFIG_H */ |