7626f99e32
* start configure * ignore some files * wip configure * working configure * working with dev tools * rename automake -> release * update readme * update Makefile.dev
12 lines
138 B
C
12 lines
138 B
C
#ifndef CONFIG_H
|
|
#define CONFIG_H
|
|
|
|
#ifndef PACKAGE
|
|
#define PACKAGE "margen"
|
|
#endif
|
|
|
|
#ifndef VERSION
|
|
#define VERSION "(dev)"
|
|
#endif
|
|
|
|
#endif |