privacore-open-source-searc.../max_url_len.h
Ivan Skytte Jørgensen 5af39f1358 Moved MAX_COLL_LEN and MAX_URL_LEN to separate header files
So not most files have to include Collectiondb.h and Url.h
2016-11-12 20:44:42 +01:00

7 lines
80 B
C

#ifndef MAX_URL_LEN_H_
#define MAX_URL_LEN_H_
#define MAX_URL_LEN 1024
#endif