]> git.donarmstrong.com Git - lilypond.git/blobdiff - config.hh.in
patch::: 1.3.59.uu2
[lilypond.git] / config.hh.in
index 69939cf55ae35344c98fc10f0152f26b4b3f9dee..833c0eec00263f59c307176068da3c0a3ad76042 100644 (file)
 /* define if you have gettext */
 #define HAVE_GETTEXT 0
 
+/* define if you have isinf */
+#define HAVE_ISINF 0
+
 /* define if explicit instantiation is needed */
 #undef NEED_EXPLICIT_INSTANTIATION
 
+/* define directory and path separators */
+#define DIRSEP '@DIRSEP@'
+#define PATHSEP '@PATHSEP@'
+
+/* define GUILE-ification */
+#undef HAVE_LIBGUILE