summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/config.h')
-rw-r--r--libs/ardour/ardour/config.h57
1 files changed, 57 insertions, 0 deletions
diff --git a/libs/ardour/ardour/config.h b/libs/ardour/ardour/config.h
new file mode 100644
index 0000000000..45bf2bac6d
--- /dev/null
+++ b/libs/ardour/ardour/config.h
@@ -0,0 +1,57 @@
+/* config.h. Generated automatically by configure. */
+/* config.h.in. Generated automatically from configure.in by autoheader. */
+
+/* Define if you don't have vprintf but do have _doprnt. */
+/* #undef HAVE_DOPRNT */
+
+/* Define if you have the vprintf function. */
+/* #undef HAVE_VPRINTF */
+
+/* Define if you have the ANSI C header files. */
+/* #undef STDC_HEADERS */
+
+/* Define if your <sys/time.h> declares struct tm. */
+/* #undef TM_IN_SYS_TIME */
+
+/* Define if you have the regcomp function. */
+/* #undef HAVE_REGCOMP */
+
+/* Define if you have the strerror function. */
+/* #undef HAVE_STRERROR */
+
+/* Define if you have the <dirent.h> header file. */
+#define HAVE_DIRENT_H 1
+
+/* Define if you have the <fcntl.h> header file. */
+#define HAVE_FCNTL_H 1
+
+/* Define if you have the <ladspa.h> header file. */
+#define HAVE_LADSPA_H 1
+
+/* Define if you have the <limits.h> header file. */
+#define HAVE_LIMITS_H 1
+
+/* Define if you have the <ndir.h> header file. */
+/* #undef HAVE_NDIR_H */
+
+/* Define if you have the <sys/dir.h> header file. */
+/* #undef HAVE_SYS_DIR_H */
+
+/* Define if you have the <sys/ndir.h> header file. */
+/* #undef HAVE_SYS_NDIR_H */
+
+/* Define if you have the <unistd.h> header file. */
+#define HAVE_UNISTD_H 1
+
+/* Define if you have the gdbm library (-lgdbm). */
+#define HAVE_LIBGDBM 1
+
+/* Define if you have the sndfile library (-lsndfile). */
+#define HAVE_LIBSNDFILE 1
+
+/* Name of package */
+#define PACKAGE "ardour"
+
+/* Version number of package */
+#define VERSION "0.107.3"
+