blob: 64ad2c8a74bb51e9962d809b0ce27bcc90815084 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#ifndef __CONFIG_H__
#define __CONFIG_H__
#define VERSION "0.4"
#define LSPCI "/bin/lspci -v"
#define ARCH_i386
#define PLATFORM "Linux"
#define KERNEL "2.6.16-1-686"
#define HOSTNAME "comanche.linuxhome.com.br"
#define PREFIX "/usr/share/hardinfo/"
#define PREFIX_LIBS "/usr/lib/hardinfo/"
#define DEBUG 1
#endif /* __CONFIG_H__ */
|