diff options
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,8 +6,9 @@ #define ARCH_i386 #define PLATFORM "Linux" #define KERNEL "2.6.16-1-686" -#define HOSTNAME "comanche.linuxhome.com.br" +#define HOSTNAME "lxadm03.intranet.dasa" #define PREFIX "/usr/share/hardinfo/" +#define PREFIX_LIBS "/usr/lib/hardinfo/" #define DEBUG 1 #endif /* __CONFIG_H__ */ |