Remove extra fallback definition of PCIIDS_PATH.
authorEric Anholt <eric@anholt.net>
Fri, 12 Jan 2007 21:33:51 +0000 (13:33 -0800)
committerEric Anholt <eric@anholt.net>
Fri, 12 Jan 2007 21:33:51 +0000 (13:33 -0800)
PCIIDS_PATH should always be provided by configure.ac and config.h.

src/common_device_name.c

index 31ed8f2..12f88f5 100644 (file)
 
 #include "pciaccess.h"
 
-#ifndef PCIIDS_PATH
-# define PCIIDS_PATH "/usr/share/hwdata"
-#endif
-
 #define DO_MATCH(a,b)  (((a) == PCI_MATCH_ANY) || ((a) == (b)))
 
 /**