diff options
author | Agney Lopes Roth Ferraz <agney@debian.org> | 2007-09-11 14:53:15 -0300 |
---|---|---|
committer | Simon Quigley <tsimonq2@ubuntu.com> | 2017-06-19 14:38:43 -0500 |
commit | 99a9c2a16af89bceed1f90c58faefd555a3268c3 (patch) | |
tree | 1e92d5f8160b4445b2459044400120e430f1fc23 /config.h | |
parent | 0afab9fd83ec42e082ffa61f037519f3e1262e39 (diff) | |
parent | 7aeb5ac87c6105bd8fcc9b1fd12e37ba1550f587 (diff) |
Import Debian changes 0.4.2.2-1
hardinfo (0.4.2.2-1) unstable; urgency=low
* New upstream release.
* hardinfo now suggests mesa-utils (Closes: #435793)
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,15 +1,16 @@ #ifndef __CONFIG_H__ #define __CONFIG_H__ -#define VERSION "0.4.2.1.svn30042007" +#define VERSION "0.4.2.2" #define LSPCI "/bin/lspci -v" #define ARCH_i386 #define ARCH "ARCH_i386" #define PLATFORM "Linux" -#define KERNEL "2.6.20-1-686" -#define HOSTNAME "comanche" +#define KERNEL "2.6.21-2-686" +#define HOSTNAME "lxmaster.intranet.dasa" #define PREFIX "/usr/share/hardinfo/" #define LIBPREFIX "/usr/lib/hardinfo/" +#define HAS_LIBSOUP #define DEBUG(...) #define ENABLE_BINRELOC 1 #define RELEASE 1 |