Files
Michael Forney 18f9e581c4 libpciaccess: Disable zlib support
This was accidentally enabled in dd491a60. We don't install pci.ids
compressed with gzip, so this is unneeded.

Reported by @cytokine-storm666.
2024-03-12 10:19:27 -07:00

8 lines
176 B
C

#define HAVE_ERR_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_MTRR 1
#define HAVE_STDINT_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define PCIIDS_PATH "/share/hwdata"