summaryrefslogtreecommitdiff
path: root/package/aboot/src/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'package/aboot/src/include/config.h')
-rw-r--r--package/aboot/src/include/config.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/aboot/src/include/config.h b/package/aboot/src/include/config.h
new file mode 100644
index 000000000..28def9270
--- /dev/null
+++ b/package/aboot/src/include/config.h
@@ -0,0 +1,12 @@
+#ifndef config_h
+#define config_h
+
+#define ABOOT_MAJOR 0
+#define ABOOT_MINOR 9
+#define ABOOT_VERSION "1.0_pre20040408"
+#define ABOOT_MAGIC 0x30302d746f6f6261 /* "aboot-00" */
+
+#define CONFIG_FILE_PARTITION 1
+#define CONFIG_FILE "/etc/aboot.conf"
+
+#endif /* config_h */