From: fred Date: Sun, 24 Mar 2002 20:12:14 +0000 (+0000) Subject: lilypond-1.0.1 X-Git-Tag: release/1.5.59~3072 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=43db77b99344c6885c2af5db32dca6e038333bf2;p=lilypond.git lilypond-1.0.1 --- diff --git a/config.hh.in b/config.hh.in index c086270328..69939cf55a 100644 --- a/config.hh.in +++ b/config.hh.in @@ -1,14 +1,26 @@ /* @configure_input@ */ +/* Hmm */ +#define PACKAGE "@package@" /* default lilypond init and input dir */ #define DIR_DATADIR "@DIR_DATADIR@" +/* default lilypond locale dir */ +#define DIR_LOCALEDIR "@DIR_LOCALEDIR@" + /* define if you have memmem */ #define HAVE_MEMMEM 0 /* define if you have snprintf */ #define HAVE_SNPRINTF 0 +/* define if you have vsnprintf */ +#define HAVE_VSNPRINTF 0 + +/* define if you have gettext */ +#define HAVE_GETTEXT 0 + /* define if explicit instantiation is needed */ #undef NEED_EXPLICIT_INSTANTIATION +