]> git.saurik.com Git - apple/libutil.git/blobdiff - libutil.h
libutil-47.30.1.tar.gz
[apple/libutil.git] / libutil.h
index 16a935ffd085a589370d8a2f8a4b6dff1f1a0b9c..4b5ed047ceac0005d8b1138541378eb3cbdeaea9 100644 (file)
--- a/libutil.h
+++ b/libutil.h
@@ -81,13 +81,15 @@ __END_DECLS
 #define HOSTNAME_INVALIDADDR   (2)
 #define HOSTNAME_INVALIDNAME   (3)
 
-/* humanize_number(3) */
-#define HN_DECIMAL             0x01
-#define HN_NOSPACE             0x02
-#define HN_B                   0x04
-#define HN_DIVISOR_1000                0x08
+/* Values for humanize_number(3)'s flags parameter. */
+#define        HN_DECIMAL              0x01
+#define        HN_NOSPACE              0x02
+#define        HN_B                    0x04
+#define        HN_DIVISOR_1000         0x08
+#define        HN_IEC_PREFIXES         0x10
 
-#define HN_GETSCALE            0x10
-#define HN_AUTOSCALE           0x20
+/* Values for humanize_number(3)'s scale parameter. */
+#define        HN_GETSCALE             0x10
+#define        HN_AUTOSCALE            0x20
 
 #endif /* !_LIBUTIL_H_ */