add forgetten file
authorBrian Demsky <bdemsky@uci.edu>
Fri, 6 Jul 2012 07:39:00 +0000 (00:39 -0700)
committerBrian Demsky <bdemsky@uci.edu>
Fri, 6 Jul 2012 07:39:00 +0000 (00:39 -0700)
config.h [new file with mode: 0644]

diff --git a/config.h b/config.h
new file mode 100644 (file)
index 0000000..31ae7a4
--- /dev/null
+++ b/config.h
@@ -0,0 +1,11 @@
+/** @file config.h
+ * @brief Configuration file.
+ */
+
+#ifndef CONFIG_H
+#define CONFIG_H
+/** Do we have a 48 bit virtual address (64 bit machine) or 32 bit addresses */
+#define BIT48 1
+
+
+#endif