summaryrefslogtreecommitdiff
path: root/ext/mime_magic/php_mime_magic.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mime_magic/php_mime_magic.h')
-rw-r--r--ext/mime_magic/php_mime_magic.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/ext/mime_magic/php_mime_magic.h b/ext/mime_magic/php_mime_magic.h
index b9e33b8410..09f3cf4740 100644
--- a/ext/mime_magic/php_mime_magic.h
+++ b/ext/mime_magic/php_mime_magic.h
@@ -58,17 +58,6 @@ struct magic {
unsigned char reln; /* relation (0=eq, '>'=gt, etc) */
char type; /* int, short, long or string. */
char vallen; /* length of string value, if any */
-#define BYTE 1
-#define SHORT 2
-#define LONG 4
-#define STRING 5
-#define DATE 6
-#define BESHORT 7
-#define BELONG 8
-#define BEDATE 9
-#define LESHORT 10
-#define LELONG 11
-#define LEDATE 12
union VALUETYPE {
unsigned char b;
unsigned short h;