diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-05 20:05:46 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-05 20:05:46 +0100 |
| commit | 129d8d9a5922eb3d4df9320418fb98dfbbadc053 (patch) | |
| tree | 47422dcb5536ebc0c0ba62907aab9c2daa9c10f8 /src/search.h | |
| parent | f3401ce1532938fec63d22095ca8b14affcfdce3 (diff) | |
save previous search query to config and load on startup
Diffstat (limited to 'src/search.h')
| -rw-r--r-- | src/search.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/search.h b/src/search.h index 9b8863b..fa0f2e2 100644 --- a/src/search.h +++ b/src/search.h @@ -1,11 +1,6 @@ #ifndef INCLUDE_SEARCH #define INCLUDE_SEARCH -#define MAX_INPUT_LENGTH 4096 -#define MAX_ERROR_MESSAGE_LENGTH (MAX_INPUT_LENGTH) -#define FILE_RESERVE_COUNT 1000 -#define ERROR_RESERVE_COUNT 100 - #include "array.h" #include "memory_bucket.h" #include "../utf8.h" |
