/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* webserv.hpp :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: mmoussou #ifndef __WEBSERV_WEBSERV_HPP__ # define __WEBSERV_WEBSERV_HPP__ #include #include #include #include #include #include #include #include #include #define auto __auto_type #define range(x) x.begin(); it != x.end(); it++ #define prange(x) x->begin(); it != x->end(); it++ #define BUFFER_SIZE 4096 namespace webserv { } //-namespace webserv #endif // __WEBSERV_WEBSERV_HPP__