From 43db77b99344c6885c2af5db32dca6e038333bf2 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 20:12:14 +0000 Subject: [PATCH] lilypond-1.0.1 --- config.hh.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 + -- 2.39.5