2022-06-06 11:02:14 +08:00

16 lines
450 B
C

#undef PIKA_LINE_BUFF_SIZE
#undef PIKA_SPRINTF_BUFF_SIZE
#undef PIKA_STACK_BUFF_SIZE
#undef PIKA_NAME_BUFF_SIZE
#undef PIKA_PATH_BUFF_SIZE
#undef PIKA_BYTES_DEFAULT_SIZE
#undef PIKA_READ_FILE_BUFF_SIZE
#define PIKA_LINE_BUFF_SIZE 1280
#define PIKA_SPRINTF_BUFF_SIZE 2560
#define PIKA_STACK_BUFF_SIZE 2560
#define PIKA_NAME_BUFF_SIZE 320
#define PIKA_PATH_BUFF_SIZE 640
#define PIKA_BYTES_DEFAULT_SIZE 640
#define PIKA_READ_FILE_BUFF_SIZE 0x10000