X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=config.hh.in;h=04d22f741f250f8c4770d6e877b429633d6c7edb;hb=6eb2e2f71f9895b58a01693a94ea84a432bb3766;hp=31b8f322c746f92bb94d882755850dc042145145;hpb=63c9cee8ce190aaae4a5db3d2e200d35a570838d;p=lilypond.git diff --git a/config.hh.in b/config.hh.in index 31b8f322c7..04d22f741f 100644 --- a/config.hh.in +++ b/config.hh.in @@ -1,11 +1,64 @@ -/* @configure_input@ */ +/* @AUTOGENERATE@ */ +/* Hmm */ +#define PACKAGE "@package@" + +/* define if bla bla /var and the like. */ +#define DIR_SHAREDSTATEDIR "@DIR_SHAREDSTATEDIR@" + +#define DIR_DATADIR "@DIR_DATADIR@" /* 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 + +/* define GUILE major version */ +#define GUILE_MAJOR_VERSION 0 + +/* define GUILE minor version */ +#define GUILE_MINOR_VERSION 0