now uses alloc module, bug fixes, -N option under USE_TMP, to not do so
This commit is contained in:
@@ -1,9 +1,3 @@
|
||||
!File: myalloc.h
|
||||
#define OWNALLOC 1 /* use own superfast allocation */
|
||||
#define ALLOCSIZ 4096 /* allocate pieces of 4K */
|
||||
#define ALIGNSIZE 8 /* needed for alloc.c */
|
||||
|
||||
|
||||
!File: pathlength.h
|
||||
#define PATHLENGTH 1024 /* max. length of path to file */
|
||||
|
||||
@@ -35,7 +29,7 @@
|
||||
|
||||
|
||||
!File: maxincl.h
|
||||
#define MAXINCL 8 /* maximum number of #include directories */
|
||||
#define MAXINCL 12 /* maximum number of #include directories */
|
||||
|
||||
|
||||
!File: density.h
|
||||
|
||||
Reference in New Issue
Block a user