diff options
author | Nima Talebi <nima@autonomy.net.au> | 2009-05-23 23:02:46 +1000 |
---|---|---|
committer | Nima Talebi <nima@autonomy.net.au> | 2009-05-23 23:02:46 +1000 |
commit | 6b1598c8b98699b115525155b43d19365e79dd08 (patch) | |
tree | 347a2f697ae3def6297d1c8c5dc25568c56a9393 /src/config.h | |
parent | 076bcc59efb4cb0cd0dd274d58f3706b2fd3aa13 (diff) | |
download | python-dmidecode-6b1598c8b98699b115525155b43d19365e79dd08.tar.gz python-dmidecode-6b1598c8b98699b115525155b43d19365e79dd08.tar.xz python-dmidecode-6b1598c8b98699b115525155b43d19365e79dd08.zip |
Reimplementing the type() function - WIP
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h index a2e7e58..8eb38ad 100644 --- a/src/config.h +++ b/src/config.h @@ -27,4 +27,8 @@ #define PYTHON_XML_MAP "/usr/share/python-dmidecode/pythonmap.xml" #endif +#ifndef PYTHON_XML_TYPEMAP +#define PYTHON_XML_TYPEMAP "/usr/share/python-dmidecode/typemap.xml" +#endif + #endif |