X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=config.hh.in;h=4eba1489772d7d8e9f1c7fa7b9ddf5a5c4969c3a;hb=90a0ed1b980386f82ef15acbfe2812d3f676de03;hp=ba57f5ead259e1f901a66970197459cd6c70c938;hpb=dbe2d4d495590abfa3829f93c99c2ae3a71841f3;p=lilypond.git diff --git a/config.hh.in b/config.hh.in index ba57f5ead2..4eba148977 100644 --- a/config.hh.in +++ b/config.hh.in @@ -1,22 +1,32 @@ -/* config.hh.in. Generated automatically from configure.in by autoheader. */ +/* @configure_input@ */ -/* Define if lex declares yytext as a char * by default, not a char[]. */ -#undef YYTEXT_POINTER +/* Hmm */ +#define PACKAGE "@package@" -/* autoheader really wants this */ -#define PACKAGE +/* default lilypond init and input dir */ +#define DIR_DATADIR "@DIR_DATADIR@" -/* undef to get lots of debugging stuff (see .dstream) */ -#define NPRINT +/* default lilypond locale dir */ +#define DIR_LOCALEDIR "@DIR_LOCALEDIR@" -/* undef to do checking */ -#undef NDEBUG +/* define if you have memmem */ +#define HAVE_MEMMEM 0 -/* define to inline string funcs */ -#undef STRINGS_UTILS_INLINED +/* define if you have snprintf */ +#define HAVE_SNPRINTF 0 -/* default lilypond init and input dir */ -#define DIR_DATADIR "/home/fred/lelie/current" +/* 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 + +/* define directory and path separators */ +#define DIRSEP '@DIRSEP@' +#define PATHSEP '@PATHSEP@' -/* the toplevel version string */ -#define TOPLEVEL_VERSION "0" +/* define GUILE-ification */ +#undef HAVE_LIBGUILE