summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/config.h b/config.h
new file mode 100644
index 00000000..1fd2d479
--- /dev/null
+++ b/config.h
@@ -0,0 +1,14 @@
+#ifndef __CONFIG_H__
+#define __CONFIG_H__
+
+#define VERSION "0.3.7pre"
+#define USE_LSPCI
+#define LSPCI "/usr/bin/lspci -v"
+#define GTK2
+#define ENABLE_NLS
+#define ARCH_i386
+#define PLATFORM "Linux"
+#define KERNEL "2.6.8-2-686"
+#define HOSTNAME "alface"
+
+#endif /* __CONFIG_H__ */