From 0bb6f834ae95cd434110ab1612563994112d75ac Mon Sep 17 00:00:00 2001 From: Matthias Hopf Date: Mon, 16 Jul 2001 19:36:00 +0000 Subject: IRIX / mips port. Audio and CD support are not implemented yet. Nuked BUILD_LIB_STATIC. Changed some architecture dependend code to feature dependend code. Autoconf'ing CD / DVD ioctl() support. CVS patchset: 288 CVS date: 2001/07/16 19:36:00 --- acconfig.h | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'acconfig.h') diff --git a/acconfig.h b/acconfig.h index 6d8b3ca26..2e0d50d4e 100644 --- a/acconfig.h +++ b/acconfig.h @@ -17,6 +17,9 @@ /* Define this if you're running Sparc architecture */ #undef __sparc__ +/* Define this if you're running Mips architecture */ +#undef __mips__ + /* Define this if you have mlib installed */ #undef HAVE_MLIB @@ -56,11 +59,18 @@ /* Define this if you have a usable Sun sound interface available */ #undef HAVE_SUNAUDIO -/* Define this if you have kernel statistics available via kstat interface */ -#undef HAVE_KSTAT +/* Define this if you have a usable IRIX al interface available */ +#undef HAVE_IRIXAL /* Define this if you have ARTS (libartsc) installed */ #undef HAVE_ARTS -/* Define this if you have ARTS (libartsc) installed */ -#undef HAVE_ARTS +/* Define this if you have kernel statistics available via kstat interface */ +#undef HAVE_KSTAT + +/* Define this if you have CDROM ioctls */ +#undef HAVE_CDROM_IOCTLS + +/* Define this if you have ip_mreqn in netinet/in.h */ +#undef HAVE_IP_MREQN + -- cgit v1.2.3