diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2015-05-02 00:37:45 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2015-05-02 00:37:45 +0200 |
commit | 92b8fe6e949f08308d237e87441e066a19a9eda6 (patch) | |
tree | af4f5e8aa9a06a9203f9aecc66d102968d2e8cbf /pcilib/config.h.in | |
parent | ccc34fa5ecea32517b72ebc01aca8f02295105fe (diff) | |
download | pcitool-92b8fe6e949f08308d237e87441e066a19a9eda6.tar.gz pcitool-92b8fe6e949f08308d237e87441e066a19a9eda6.tar.bz2 pcitool-92b8fe6e949f08308d237e87441e066a19a9eda6.tar.xz pcitool-92b8fe6e949f08308d237e87441e066a19a9eda6.zip |
Provide data debugging API
Diffstat (limited to 'pcilib/config.h.in')
-rw-r--r-- | pcilib/config.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pcilib/config.h.in b/pcilib/config.h.in index 653fa56..e588612 100644 --- a/pcilib/config.h.in +++ b/pcilib/config.h.in @@ -1,3 +1,4 @@ #cmakedefine PCILIB_PLUGIN_DIR "${PCILIB_PLUGIN_DIR}" #cmakedefine PCILIB_DATA_DIR "${PCILIB_DATA_DIR}" #cmakedefine PCILIB_MODEL_DIR "${PCILIB_MODEL_DIR}" +#cmakedefine PCILIB_DEBUG_DIR "${PCILIB_DEBUG_DIR}" |