X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=config.hh.in;h=be0e04a8f7f6924548bc0d5a0c28c707cc0be6d7;hb=01ec6fd995f9909bcbd6057fcfc093d1d584cab6;hp=c0862703283cea782a385c74db25b1648ebb50b7;hpb=6bc0a8a090e82c4bce57df8e980b48cc78cb422b;p=lilypond.git diff --git a/config.hh.in b/config.hh.in index c086270328..be0e04a8f7 100644 --- a/config.hh.in +++ b/config.hh.in @@ -1,14 +1,53 @@ /* @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 you have isinf */ +#define HAVE_ISINF 0 + +/* define if you want KPATHSEA */ +#define KPATHSEA @KPATHSEA@ + +/* define if you have kpatsea header */ +#define HAVE_KPATHSEA_KPATHSEA_H 0 + +/* define if you have kpse_find_file */ +#define HAVE_KPSE_FIND_FILE 0 + +/* define if you have kpse_find_tfm */ +#define HAVE_KPSE_FIND_TFM 0 + /* define if explicit instantiation is needed */ #undef NEED_EXPLICIT_INSTANTIATION + +/* define directory and path separators */ +#define DIRSEP '@DIRSEP@' +#define PATHSEP '@PATHSEP@' + +/* define if you have assert */ +#define HAVE_ASSERT_H 0 + +/* define if you have sys/stat.h */ +#define HAVE_SYS_STAT_H 0 + +/* define if you have sys/stat.h */ +#define STAT_MACROS_BROKEN 0