diff options
author | Matthieu Herrb <matthieu.herrb@laas.fr> | 2008-03-16 18:46:11 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@reactor.herrb.net> | 2008-03-16 18:46:11 +0100 |
commit | db248ffb840a0c113b6eb508a0fa1e74e752474d (patch) | |
tree | 60e2e3f7197b748d10a008267f6be67f0001d6b9 /include/xorg-config.h.in | |
parent | aa231f28d56402d7daea6cbd3002fbf760f79497 (diff) |
test for the presence of pci_system_init_dev_mem() before calling it.
This avoids creating a dependency on -current libpciaccess for
BSD systems other than OpenBSD (which don't otherwise need it).
Diffstat (limited to 'include/xorg-config.h.in')
-rw-r--r-- | include/xorg-config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/xorg-config.h.in b/include/xorg-config.h.in index 0603eab67..5587c0a8d 100644 --- a/include/xorg-config.h.in +++ b/include/xorg-config.h.in @@ -115,6 +115,9 @@ /* Have execinfo.h */ #undef HAVE_EXECINFO_H +/* Have pci_system_init_dev_mem() */ +#undef HAVE_PCI_SYSTEM_INIT_DEV_MEM + /* Path to text files containing PCI IDs */ #undef PCI_TXT_IDS_PATH |