diff options
author | Agney Lopes Roth Ferraz <agney@debian.org> | 2007-04-09 11:45:31 -0300 |
---|---|---|
committer | Simon Quigley <tsimonq2@ubuntu.com> | 2017-06-19 14:38:41 -0500 |
commit | adb3993ba087ede46f62d5f018e17b07e99b5260 (patch) | |
tree | 67b4fa7e224f09d21eb76060422ca23e50e6dfe0 /config.h | |
parent | b3e31ae3787c8806f48c85a52bba9aa3554e2c07 (diff) | |
parent | 11b8179a57e675c6672cbe649c655230ae3e9744 (diff) |
Import Debian changes 0.4.2.1-1
hardinfo (0.4.2.1-1) unstable; urgency=low
* New upstream release.
* Fixed segfault on device entry (Closes: #387955)
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -1,15 +1,17 @@ #ifndef __CONFIG_H__ #define __CONFIG_H__ -#define VERSION "0.4.1" +#define VERSION "0.4.2.1" #define LSPCI "/bin/lspci -v" #define ARCH_i386 +#define ARCH "ARCH_i386" #define PLATFORM "Linux" -#define KERNEL "2.6.18-2-k7" -#define HOSTNAME "comanche.linuxhome.com.br" +#define KERNEL "2.6.18-4-686" +#define HOSTNAME "comanche" #define PREFIX "/usr/share/hardinfo/" #define LIBPREFIX "/usr/lib/hardinfo/" -#define DEBUG 1 -#define ENABLE_BINRELOC +#define DEBUG(...) +#define ENABLE_BINRELOC 1 +#define RELEASE 1 #endif /* __CONFIG_H__ */ |