aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorAgney Lopes Roth Ferraz <agney@debian.org>2007-04-09 11:45:31 -0300
committerSimon Quigley <tsimonq2@ubuntu.com>2017-06-19 14:38:41 -0500
commitadb3993ba087ede46f62d5f018e17b07e99b5260 (patch)
tree67b4fa7e224f09d21eb76060422ca23e50e6dfe0 /config.h
parentb3e31ae3787c8806f48c85a52bba9aa3554e2c07 (diff)
parent11b8179a57e675c6672cbe649c655230ae3e9744 (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.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/config.h b/config.h
index c546e743..8f1fc701 100644
--- a/config.h
+++ b/config.h
@@ -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__ */