#include "config.h"#include <sys/types.h>#include <sys/stat.h>#include <unistd.h>#include <cerrno>#include <cstring>#include <cstdlib>#include <cstdio>#include <sstream>#include <iostream>#include "BESUtil.h"#include "BESForbiddenError.h"#include "BESNotFoundError.h"

Defines | |
| #define | CRLF "\r\n" |
Variables | |
| static const char * | days [] = {"Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"} |
| static const char * | months [] |
| #define CRLF "\r\n" |
Referenced by BESUtil::set_mime_html(), and BESUtil::set_mime_text().
const char* days[] = {"Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"} [static] |
const char* months[] [static] |
Initial value:
{"Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul",
"Aug", "Sep", "Oct", "Nov", "Dec"}
1.5.8