]> git.donarmstrong.com Git - lilypond.git/blobdiff - config.hh.in
release: 1.0.10
[lilypond.git] / config.hh.in
index 31b8f322c746f92bb94d882755850dc042145145..48542789c4ece408483a27d8cdef7693fee04a43 100644 (file)
@@ -1,11 +1,29 @@
 /* @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
+
+/* define directory and path separators */
+#define DIRSEP '@DIRSEP@'
+#define PATHSEP '@PATHSEP@'