summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h18
1 files changed, 14 insertions, 4 deletions
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
+