diff options
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 |