]> granicus.if.org Git - file/commitdiff
bump strings to 64 and version to 8.
authorChristos Zoulas <christos@zoulas.com>
Tue, 23 Nov 2010 18:02:08 +0000 (18:02 +0000)
committerChristos Zoulas <christos@zoulas.com>
Tue, 23 Nov 2010 18:02:08 +0000 (18:02 +0000)
src/file.h

index 76f91661ff3caef1e12361d16d57bbeef79e22d0..2e8bdca8447e433b5af559210a3b3108bfd5195a 100644 (file)
@@ -27,7 +27,7 @@
  */
 /*
  * file.h - definitions for file(1) program
- * @(#)$File: file.h,v 1.127 2010/10/24 14:35:45 christos Exp $
+ * @(#)$File: file.h,v 1.128 2010/11/23 18:02:08 christos Exp $
  */
 
 #ifndef __file_h__
 #define MAXMAGIS 8192          /* max entries in any one magic file
                                   or directory */
 #define MAXDESC        64              /* max leng of text description/MIME type */
-#define MAXstring 32           /* max leng of "string" types */
+#define MAXstring 64           /* max leng of "string" types */
 
 #define MAGICNO                0xF11E041C
-#define VERSIONNO      7
-#define FILE_MAGICSIZE 200
+#define VERSIONNO      8
+#define FILE_MAGICSIZE 232
 
 #define        FILE_LOAD       0
 #define FILE_CHECK     1