Hi, just a quick question. There's 4 threads with LINE_MAX on this forum, though none show me where it's defined.

`LINE_MAX' undeclared (first use this function)
Which header file should I include?

I've tried these:
#include <stdio.h>
#include <conio.h>
#include <time.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <windows.h>
#include <direct.h>
#include <limits.h>
#include <fcntl.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>

Thanks!