aboutsummaryrefslogtreecommitdiff
path: root/config.h
blob: 6a0131b5c53b176ca61cc980f2b4ba9b7edc5e07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef __CONFIG_H__
#define __CONFIG_H__

#define VERSION "0.4.1"
#define LSPCI "/bin/lspci -v"
#define ARCH_i386
#define PLATFORM "Linux"
#define KERNEL   "2.6.17-1-k7"
#define HOSTNAME "comanche.linuxhome.com.br"
#define PREFIX "/usr/share/hardinfo/"
#define LIBPREFIX "/usr/lib/hardinfo/"
#define DEBUG 1
#define ENABLE_BINRELOC

#endif	/* __CONFIG_H__ */