ir compiling!
[henge/apc.git] / src / apc.h
index a994d12..348712c 100644 (file)
--- a/src/apc.h
+++ b/src/apc.h
@@ -5,27 +5,6 @@
 enum frame_facing { SFACE, SWFACE, WFACE, NWFACE, NFACE, NEFACE, EFACE, SEFACE, FACING_MAX };
 typedef enum frame_facing apc_facing;
 
-#define BUF_SIZE 256
-#define MAX_SETS 256
-#define MAX_ELES 256
-#define MAX_QUADS 256
-#define MAX_MODELS 256
-#define MAX_MODEL_LEN 256
-#define MAX_MAPS 8
-#define MAX_POSTS 256
-#define MAX_CLASS_DEPTH 64
-#define MAX_CLASSES 64
-#define MAX_FRAMES 256
-#define PTRS_IN_PAGE 1024
-#define MAX_CHUNKS 256
-#define PAGES_PER_CHUNK 16
-#define MAX_DEPTH 8
-//irmem.c
-#define PAGES_PER_CHUNK 16
-#define MAX_NAME_LEN 128
-#define MAX_DEPTH 8
-//lexer.c
-#define FNAME_MAX 1024
-#define FPATH_MAX 8192
+#define APC_NAME_MAX 64
 
 #endif //_APC_H_