summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorOliver McFadden <z3ro.geek@gmail.com>2007-06-10 13:08:32 +0000
committerOliver McFadden <z3ro.geek@gmail.com>2007-06-10 13:08:32 +0000
commitd2e4f3bab8a52772683825c2338ce1f4237832b0 (patch)
tree9c7c8b18b80e135036524399b4c0f8f610c7cc90 /config.h.in
parentb87f339db73a346b818e574de1f2f7ca0c100371 (diff)
Added the new libpci based aperture detection code; requires libpci and libz.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index f714914..af52787 100644
--- a/config.h.in
+++ b/config.h.in
@@ -6,9 +6,15 @@
/* Define to 1 if you have the `GL' library (-lGL). */
#undef HAVE_LIBGL
+/* Define to 1 if you have the `pci' library (-lpci). */
+#undef HAVE_LIBPCI
+
/* Define to 1 if you have the `SDL' library (-lSDL). */
#undef HAVE_LIBSDL
+/* Define to 1 if you have the `z' library (-lz). */
+#undef HAVE_LIBZ
+
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
to 0 otherwise. */
#undef HAVE_MALLOC