From 524a76c93dca3be327f93e5f4028de72f3b23703 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Mon, 7 Oct 2002 09:58:00 +0000 Subject: [PATCH] get back for the old autoheader. --- include/aconfig.h.in | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 include/aconfig.h.in diff --git a/include/aconfig.h.in b/include/aconfig.h.in new file mode 100644 index 0000000..4f9dc6b --- /dev/null +++ b/include/aconfig.h.in @@ -0,0 +1,28 @@ +/* include/aconfig.h.in. Generated automatically from configure.in by autoheader. */ +/* Package name */ +#undef PACKAGE + +/* Package version */ +#undef VERSION + +/* Define if you have the `asound' library (-lasound). */ +#undef HAVE_LIBASOUND + +/* Name of package */ +#undef PACKAGE + +/* Define if you have the ANSI C header files. */ +#undef STDC_HEADERS + +/* Define if you can safely include both and . */ +#undef TIME_WITH_SYS_TIME + +/* Version number of package */ +#undef VERSION + +/* Define to empty if `const' does not conform to ANSI C. */ +#undef const + +/* Define as `__inline' if that's what the C compiler calls it, or to nothing + if it is not supported. */ +#undef inline -- 2.47.1