1
0
mirror of https://github.com/lammertb/libhttp.git synced 2025-09-01 14:21:56 +03:00

MAX_OPTIONS 40 -> 100

This commit is contained in:
Sergey Lyubka
2013-07-11 11:37:39 +01:00
parent 348db16245
commit c46aa050ae

2
main.c
View File

@@ -62,7 +62,7 @@
#define WINCDECL
#endif // _WIN32
#define MAX_OPTIONS 40
#define MAX_OPTIONS 100
#define MAX_CONF_FILE_LINE_SIZE (8 * 1024)
static int exit_flag;