Increased NAME_LENGTH to 1500, requires a stack size of 4MB

SVN revision: 1132
This commit is contained in:
Stefan Ritt 2004-11-16 15:32:03 +00:00
parent 055e476358
commit fc4d6cf5ae

View File

@ -6,6 +6,9 @@
Contents: Web server program for Electronic Logbook ELOG Contents: Web server program for Electronic Logbook ELOG
$Log$ $Log$
Revision 1.511 2004/11/16 15:32:03 midas
Increased NAME_LENGTH to 1500, requires a stack size of 4MB
Revision 1.510 2004/11/15 11:42:17 midas Revision 1.510 2004/11/15 11:42:17 midas
Fixed typo Fixed typo
@ -765,7 +768,7 @@ typedef int INT;
#define TRUNCATE(fh) ftruncate(fh, TELL(fh)) #define TRUNCATE(fh) ftruncate(fh, TELL(fh))
#endif #endif
#define NAME_LENGTH 500 #define NAME_LENGTH 1500
#define DEFAULT_TIME_FORMAT "%c" #define DEFAULT_TIME_FORMAT "%c"
#define DEFAULT_DATE_FORMAT "%x" #define DEFAULT_DATE_FORMAT "%x"