]> git.saurik.com Git - apple/file_cmds.git/blobdiff - ls/ls.h
file_cmds-230.tar.gz
[apple/file_cmds.git] / ls / ls.h
diff --git a/ls/ls.h b/ls/ls.h
index 137c793adca93fa349d71caaf1109efcae2841bc..246470b6e4225d6a00a44e1d83ec55245c2489c9 100644 (file)
--- a/ls/ls.h
+++ b/ls/ls.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
-
 extern long blocksize;         /* block size units */
 
 extern int f_accesstime;       /* use time of last access */