projects
/
cdsspec-compiler.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b78433
)
add forgetten file
author
Brian Demsky
<bdemsky@uci.edu>
Fri, 6 Jul 2012 07:39:00 +0000
(
00:39
-0700)
committer
Brian Demsky
<bdemsky@uci.edu>
Fri, 6 Jul 2012 07:39:00 +0000
(
00:39
-0700)
config.h
[new file with mode: 0644]
patch
|
blob
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