From a44f504214aeb0d38688004f12b40dd83851c3d2 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Thu, 10 Oct 2002 11:02:54 +0000 Subject: [PATCH] reverted acconfig.h for the old autoheader. include/aconfig.h.in is removed. updated .cvsignore. --- acconfig.h | 5 +++++ include/aconfig.h.in | 28 ---------------------------- 2 files changed, 5 insertions(+), 28 deletions(-) create mode 100644 acconfig.h delete mode 100644 include/aconfig.h.in diff --git a/acconfig.h b/acconfig.h new file mode 100644 index 0000000..f1ce75b --- /dev/null +++ b/acconfig.h @@ -0,0 +1,5 @@ +/* Package name */ +#undef PACKAGE + +/* Package version */ +#undef VERSION diff --git a/include/aconfig.h.in b/include/aconfig.h.in deleted file mode 100644 index 4f9dc6b..0000000 --- a/include/aconfig.h.in +++ /dev/null @@ -1,28 +0,0 @@ -/* 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