]> git.donarmstrong.com Git - lilypond.git/blobdiff - config.hh.in
patch::: 1.3.120.jcn1
[lilypond.git] / config.hh.in
index 31b8f322c746f92bb94d882755850dc042145145..be0e04a8f7f6924548bc0d5a0c28c707cc0be6d7 100644 (file)
@@ -1,11 +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