diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-04-14 20:14:24 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-04-14 20:14:24 +0000 |
commit | 1c95206e49f7ae447f7a7ef9d50ec6c5d47500ce (patch) | |
tree | cb9d73486729c4f4c591131651f57aa1c8e22b61 /lib/libpciaccess/config.h.in | |
parent | feb40e05b39842a1f0ec9b935b4a1994f9804e65 (diff) |
Merge libpciaccess 0.10.5. No functionnal change on OpenBSD.
Diffstat (limited to 'lib/libpciaccess/config.h.in')
-rw-r--r-- | lib/libpciaccess/config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/libpciaccess/config.h.in b/lib/libpciaccess/config.h.in index 5f2ab6a21..6519b6fd6 100644 --- a/lib/libpciaccess/config.h.in +++ b/lib/libpciaccess/config.h.in @@ -12,6 +12,9 @@ /* Use MTRRs on mappings */ #undef HAVE_MTRR +/* Have the pci_io.pi_sel.pc_domain member. */ +#undef HAVE_PCI_IO_PC_DOMAIN + /* Define to 1 if you have the <stdint.h> header file. */ #undef HAVE_STDINT_H @@ -33,6 +36,9 @@ /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H +/* Use zlib to read gzip compressed pci.ids */ +#undef HAVE_ZLIB + /* Name of package */ #undef PACKAGE |