#include <sys/types.h>
#include <sys/stat.h>
#include <cerrno>
#include <cstring>
#include <sstream>
#include <iostream>
#include "BESUtil.h"
#include "BESForbiddenError.h"
#include "BESNotFoundError.h"
#include "config.h"
Include dependency graph for BESUtil.cc:
Go to the source code of this file.
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" |
Definition at line 50 of file BESUtil.cc.
Referenced by BESUtil::set_mime_html(), and BESUtil::set_mime_text().
const char* days[] = {"Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"} [static] |
Definition at line 124 of file BESUtil.cc.
const char* months[] [static] |
Initial value:
{"Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"}
Definition at line 125 of file BESUtil.cc.