]> git.donarmstrong.com Git - lilypond.git/blobdiff - config.hh.in
release: 1.0.1
[lilypond.git] / config.hh.in
index c0862703283cea782a385c74db25b1648ebb50b7..69939cf55ae35344c98fc10f0152f26b4b3f9dee 100644 (file)
@@ -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
+