From a9e578d63c9105082ee9eed8bafdb711158e4b94 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Mon, 7 Oct 2002 09:57:31 +0000 Subject: [PATCH] get back for the old autoheader. --- acconfig.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 acconfig.h diff --git a/acconfig.h b/acconfig.h new file mode 100644 index 00000000..748cd6a8 --- /dev/null +++ b/acconfig.h @@ -0,0 +1,20 @@ +/* Package name */ +#undef PACKAGE + +/* Package version */ +#undef VERSION + +/* Sound library version string */ +#undef SND_LIB_VERSION + +/* DATA directory */ +#undef DATADIR + +/* NDEBUG */ +#undef NDEBUG + +/* Do we have FPU on this machine? */ +#undef HAVE_SOFT_FLOAT + +/* Use versioned symbols for shared library? */ +#undef VERSIONED_SYMBOLS -- 2.47.1