aboutsummaryrefslogtreecommitdiff
path: root/human_readable.h
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunk@stsci.edu>2009-09-08 19:02:23 -0400
committerJoseph Hunkeler <jhunk@stsci.edu>2009-09-08 19:02:23 -0400
commitce8f41c0d1f56169dc19696b6baf77307748d0b0 (patch)
tree3f64426a907895312d65b1c8b2e44a9d6e5ac91d /human_readable.h
parent905e3fef88682aa74e0f3fc7ad3201907725e4b9 (diff)
downloadNetNuke-ce8f41c0d1f56169dc19696b6baf77307748d0b0.tar.gz
Diffstat (limited to 'human_readable.h')
-rw-r--r--human_readable.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/human_readable.h b/human_readable.h
new file mode 100644
index 0000000..4055bfe
--- /dev/null
+++ b/human_readable.h
@@ -0,0 +1,14 @@
+#ifndef HUMAN_READABLE_H
+#define HUMAN_READABLE_H
+
+#define NO_PRINT 1
+
+#define HN_DECIMAL 0x01
+#define HN_NOSPACE 0x02
+#define HN_B 0x04
+#define HN_DIVISOR_1000 0x08
+
+#define HN_GETSCALE 0x10
+#define HN_AUTOSCALE 0x20
+
+#endif