repo.or.cz
/
lilypond.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
lilypond-1.5.9
[lilypond.git]
/
lib
/
config.hh.in
blob
b10c27a7c123d27464e8adb1b04bc4810876134e
1
/* @configure_input@ */
2
#ifndef CONFIG_HH
3
#define CONFIG_HH
4
5
/* default lilypond init and input dir */
6
#define DIR_DATADIR
"@datadir@/lilypond"
7
8
/* the toplevel version string */
9
#define TOPLEVEL_VERSION
"0"
10
11
#endif