]> git.donarmstrong.com Git - lilypond.git/blobdiff - config.hh.in
patch::: 1.3.49.jcn1
[lilypond.git] / config.hh.in
index 5f455e0ff775e7c95140f914ab836c0ca9899615..833c0eec00263f59c307176068da3c0a3ad76042 100644 (file)
@@ -1,25 +1,35 @@
-/* config.hh.in.  Generated automatically from configure.in by autoheader.  */
+/* @configure_input@ */
 
-/* Define if lex declares yytext as a char * by default, not a char[].  */
-#undef YYTEXT_POINTER
+/* Hmm */
+#define PACKAGE "@package@"
 
-/* autoheader really wants this */
-#define PACKAGE
+/* default lilypond init and input dir */
+#define  DIR_DATADIR "@DIR_DATADIR@"
 
-/* undef to get lots of debugging stuff (see .dstream) */
-#define NPRINT
+/* default lilypond locale dir */
+#define  DIR_LOCALEDIR "@DIR_LOCALEDIR@"
 
-/* undef to do checking */
-#undef NDEBUG
+/* define if you have memmem */
+#define HAVE_MEMMEM 0
 
-/* define to inline string funcs */
-#undef STRINGS_UTILS_INLINED
+/* define if you have snprintf */
+#define HAVE_SNPRINTF 0
 
-/* default lilypond init and input dir */
-#define  DIR_DATADIR "/home/fred/lelie/current"
+/* 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 explicit instantiation is needed */
+#undef NEED_EXPLICIT_INSTANTIATION
 
-/* the toplevel version string */
-#define TOPLEVEL_VERSION "0"
+/* define directory and path separators */
+#define DIRSEP '@DIRSEP@'
+#define PATHSEP '@PATHSEP@'
 
-/* the version string of the flower lib */
-#define FLOWER_VERSION "0"
+/* define GUILE-ification */
+#undef HAVE_LIBGUILE