aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
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__ */